urbanopt-cli 0.9.2 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/{nightly_build.yml → nightly_ci_build.yml} +6 -5
- data/CHANGELOG.md +16 -2
- data/CMakeLists.txt +7 -7
- data/Gemfile +8 -7
- data/LICENSE.md +18 -15
- data/README.md +2 -1
- data/Rakefile +2 -37
- data/example_files/Gemfile +10 -8
- data/example_files/mappers/Baseline.rb +170 -191
- data/example_files/mappers/ChilledWaterStorage.rb +8 -30
- data/example_files/mappers/ClassProject.rb +2 -27
- data/example_files/mappers/CreateBar.rb +2 -28
- data/example_files/mappers/EvCharging.rb +2 -27
- data/example_files/mappers/FlexibleHotWater.rb +2 -27
- data/example_files/mappers/Floorspace.rb +2 -27
- data/example_files/mappers/HighEfficiency.rb +2 -27
- data/example_files/mappers/HighEfficiencyCreateBar.rb +2 -27
- data/example_files/mappers/HighEfficiencyFloorspace.rb +2 -27
- data/example_files/mappers/PeakHoursMelsShedding.rb +4 -27
- data/example_files/mappers/PeakHoursThermostatAdjust.rb +4 -27
- data/example_files/mappers/ThermalStorage.rb +2 -28
- data/example_files/measures/BuildResidentialModel/measure.rb +30 -60
- data/example_files/measures/BuildResidentialModel/measure.xml +253 -84
- data/example_files/measures/BuildResidentialModel/resources/util.rb +45 -45
- data/example_files/python_deps/dependencies.json +3 -3
- data/example_files/resources/hpxml-measures/.github/pull_request_template.md +1 -1
- data/example_files/resources/hpxml-measures/.github/workflows/config.yml +28 -19
- data/example_files/resources/hpxml-measures/.gitignore +0 -997
- data/example_files/resources/hpxml-measures/.readthedocs.yml +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.rb +476 -230
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.xml +244 -75
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/geometry.rb +42 -15
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/build_residential_hpxml_test.rb +24 -9
- data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/measure.rb +11 -33
- data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/measure.xml +23 -50
- data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/README.md +2 -2
- data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/constants.rb +119 -0
- data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/schedules.rb +67 -290
- data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/schedules_config.md +6 -5
- data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/tests/build_residential_schedule_file_test.rb +78 -349
- data/example_files/resources/hpxml-measures/Changelog.md +80 -10
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.rb +212 -144
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.xml +164 -170
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/airflow.rb +238 -167
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/battery.rb +1 -1
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/constants.rb +12 -4
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/constructions.rb +36 -6
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data/unavailable_periods.csv +33 -0
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/energyplus.rb +1 -0
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/geometry.rb +9 -7
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hotwater_appliances.rb +79 -61
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml.rb +387 -124
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_defaults.rb +427 -196
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schema/HPXML.xsd +11515 -2
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schema/README.md +1 -0
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schematron/EPvalidator.xml +224 -85
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb +334 -319
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac_sizing.rb +572 -838
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/lighting.rb +162 -68
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/location.rb +4 -20
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/meta_measure.rb +12 -10
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/misc_loads.rb +34 -37
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/output.rb +8 -101
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/psychrometrics.rb +31 -40
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/pv.rb +1 -1
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-non-stochastic.csv +8761 -0
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic-10-mins.csv +52561 -52561
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic.csv +8761 -8761
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedules.rb +384 -155
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/unit_conversions.rb +1 -1
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/util.rb +2 -2
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/version.rb +2 -2
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/waterheater.rb +68 -90
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/weather.rb +34 -223
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/xmlhelper.rb +1 -1
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/xmlvalidator.rb +16 -4
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_airflow.rb +94 -40
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_defaults.rb +765 -302
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_enclosure.rb +119 -69
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_generator.rb +8 -8
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hotwater_appliance.rb +1 -1
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hvac.rb +51 -11
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hvac_sizing.rb +196 -9
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_lighting.rb +36 -13
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_miscloads.rb +3 -3
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_pv.rb +2 -2
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_schedules.rb +571 -61
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_validation.rb +190 -81
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_water_heater.rb +11 -11
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_weather.rb +188 -50
- data/example_files/resources/hpxml-measures/README.md +3 -3
- data/example_files/resources/hpxml-measures/ReportSimulationOutput/measure.rb +659 -815
- data/example_files/resources/hpxml-measures/ReportSimulationOutput/measure.xml +301 -1112
- data/example_files/resources/hpxml-measures/ReportSimulationOutput/tests/output_report_test.rb +605 -350
- data/example_files/resources/hpxml-measures/ReportUtilityBills/measure.rb +18 -14
- data/example_files/resources/hpxml-measures/ReportUtilityBills/measure.xml +15 -15
- data/example_files/resources/hpxml-measures/ReportUtilityBills/tests/utility_bills_test.rb +13 -3
- data/example_files/resources/hpxml-measures/docs/source/usage_instructions.rst +3 -3
- data/example_files/resources/hpxml-measures/docs/source/workflow_inputs.rst +894 -596
- data/example_files/resources/hpxml-measures/docs/source/workflow_outputs.rst +127 -76
- data/example_files/resources/hpxml-measures/tasks.rb +185 -2802
- data/example_files/resources/hpxml-measures/workflow/hpxml_inputs.json +3401 -0
- data/example_files/resources/hpxml-measures/workflow/real_homes/house001.xml +0 -1
- data/example_files/resources/hpxml-measures/workflow/real_homes/house002.xml +0 -1
- data/example_files/resources/hpxml-measures/workflow/real_homes/house003.xml +0 -1
- data/example_files/resources/hpxml-measures/workflow/real_homes/house004.xml +0 -1
- data/example_files/resources/hpxml-measures/workflow/real_homes/house005.xml +0 -1
- data/example_files/resources/hpxml-measures/workflow/real_homes/house006.xml +1 -3
- data/example_files/resources/hpxml-measures/workflow/real_homes/house007.xml +0 -1
- data/example_files/resources/hpxml-measures/workflow/real_homes/house008.xml +1 -3
- data/example_files/resources/hpxml-measures/workflow/real_homes/house009.xml +0 -1
- data/example_files/resources/hpxml-measures/workflow/real_homes/house010.xml +1 -3
- data/example_files/resources/hpxml-measures/workflow/real_homes/house011.xml +0 -1
- data/example_files/resources/hpxml-measures/workflow/real_homes/house012.xml +0 -1
- data/example_files/resources/hpxml-measures/workflow/real_homes/house013.xml +0 -1
- data/example_files/resources/hpxml-measures/workflow/real_homes/house014.xml +0 -1
- data/example_files/resources/hpxml-measures/workflow/real_homes/house015.xml +0 -1
- data/example_files/resources/hpxml-measures/workflow/real_homes/house016.xml +3 -4
- data/example_files/resources/hpxml-measures/workflow/real_homes/house017.xml +17 -4
- data/example_files/resources/hpxml-measures/workflow/real_homes/house018.xml +2 -3
- data/example_files/resources/hpxml-measures/workflow/real_homes/house019.xml +3 -4
- data/example_files/resources/hpxml-measures/workflow/real_homes/house020.xml +3 -4
- data/example_files/resources/hpxml-measures/workflow/real_homes/house021.xml +4 -5
- data/example_files/resources/hpxml-measures/workflow/real_homes/house022.xml +3 -4
- data/example_files/resources/hpxml-measures/workflow/real_homes/house023.xml +3 -4
- data/example_files/resources/hpxml-measures/workflow/real_homes/house024.xml +3 -4
- data/example_files/resources/hpxml-measures/workflow/real_homes/house025.xml +3 -4
- data/example_files/resources/hpxml-measures/workflow/real_homes/house026.xml +1 -1
- data/example_files/resources/hpxml-measures/workflow/real_homes/house027.xml +1 -1
- data/example_files/resources/hpxml-measures/workflow/real_homes/house028.xml +1 -1
- data/example_files/resources/hpxml-measures/workflow/real_homes/house029.xml +1 -1
- data/example_files/resources/hpxml-measures/workflow/real_homes/house030.xml +0 -1
- data/example_files/resources/hpxml-measures/workflow/real_homes/house031.xml +4 -5
- data/example_files/resources/hpxml-measures/workflow/real_homes/house032.xml +3 -3
- data/example_files/resources/hpxml-measures/workflow/real_homes/house033.xml +3 -3
- data/example_files/resources/hpxml-measures/workflow/real_homes/house034.xml +3 -4
- data/example_files/resources/hpxml-measures/workflow/real_homes/house035.xml +3 -3
- data/example_files/resources/hpxml-measures/workflow/real_homes/house036.xml +3 -4
- data/example_files/resources/hpxml-measures/workflow/real_homes/house037.xml +3 -3
- data/example_files/resources/hpxml-measures/workflow/real_homes/house038.xml +3 -4
- data/example_files/resources/hpxml-measures/workflow/real_homes/house039.xml +3 -3
- data/example_files/resources/hpxml-measures/workflow/real_homes/house040.xml +3 -4
- data/example_files/resources/hpxml-measures/workflow/real_homes/house041.xml +0 -1
- data/example_files/resources/hpxml-measures/workflow/real_homes/house042.xml +0 -1
- data/example_files/resources/hpxml-measures/workflow/real_homes/house043.xml +0 -1
- data/example_files/resources/hpxml-measures/workflow/real_homes/house044.xml +0 -1
- data/example_files/resources/hpxml-measures/workflow/real_homes/house045.xml +0 -1
- data/example_files/resources/hpxml-measures/workflow/real_homes/house046.xml +1 -0
- data/example_files/resources/hpxml-measures/workflow/real_homes/house047.xml +1 -0
- data/example_files/resources/hpxml-measures/workflow/run_simulation.rb +12 -8
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-coal.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-ief-portable.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-ief-whole-home.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-multiple.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-gas.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-modified.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-none.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-oil-location-miami-fl.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-oil.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-propane-location-portland-or.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-propane.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-wood.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-cathedral.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-conditioned.xml +9 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-flat.xml +9 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-radiant-barrier.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-unvented-insulated-roof.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-vented.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-battery-scheduled.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-battery.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-single-family-attached-2stories.xml → base-bldgtype-attached-2stories.xml} +610 -639
- data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-single-family-attached-atticroof-cathedral.xml → base-bldgtype-attached-atticroof-cathedral.xml} +558 -587
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-attached-infil-compartmentalization-test.xml +611 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-single-family-attached.xml → base-bldgtype-attached.xml} +610 -639
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-multifamily-buffer-space.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-multiple.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-non-freezing-space.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-other-heated-space.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-other-housing-unit.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-infil-compartmentalization-test.xml +462 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/{base-bldgtype-multifamily-calctype-operational.xml → base-bldgtype-multifamily-residents-1.xml} +453 -480
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-baseboard.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-fan-coil-ducted.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-fan-coil.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-water-loop-heat-pump.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-cooling-tower-water-loop-heat-pump.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-baseboard.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-fan-coil-ducted.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-fan-coil-eae.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-fan-coil.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-water-loop-heat-pump.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-baseboard.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-fan-coil-ducted.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-fan-coil.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-water-loop-heat-pump.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-cooling-tower-only-water-loop-heat-pump.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-generator.xml +11 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-ground-loop-ground-to-air-heat-pump.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-laundry-room-multiple-water-heaters.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-laundry-room.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-mechvent-multiple.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-mechvent-preconditioning.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-mechvent.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-pv.xml +15 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-water-heater-recirc.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-water-heater.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily.xml +10 -39
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless-outside.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-2-speed.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-gshp.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-hpwh.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-tankless.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-var-speed.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-dwhr.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-detailed-setpoints.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-dse.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-outside.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-standbyloss.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-with-solar-fraction.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-electric.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-gas.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-hpwh.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-indirect.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-low-flow-fixtures.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-multiple.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-none.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-demand.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-manual.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-nocontrol.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-temperature.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-timer.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-evacuated-tube.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-flat-plate.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-ics.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-fraction.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-indirect-flat-plate.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-thermosyphon-flat-plate.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-coal.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-detailed-setpoints.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-elec-uef.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-outside.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-uef-fhr.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-uef.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-detailed-schedules.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-operating-mode-heat-pump-only.xml +11 -43
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-outside.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-uef.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar-fraction.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-model-type-stratified-detailed-occupancy-stochastic.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-model-type-stratified.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-oil.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-wood.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-detailed-setpoints.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric-outside.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric-uef.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-uef.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar-fraction.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-propane.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories-garage.xml +19 -25
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-1.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-2.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-4.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-5.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-ceilingtypes.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-floortypes.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-garage.xml +18 -24
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-ach-house-pressure.xml +11 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm-house-pressure.xml +11 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm50.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-ela.xml +549 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-flue.xml +13 -43
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-natural-ach.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-natural-cfm.xml +552 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-orientations.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-overhangs.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-rooftypes.xml +17 -47
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights-physical-properties.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights-shading.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights-storms.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-level.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-thermal-mass.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-walltypes.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-natural-ventilation-availability.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-none.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-physical-properties.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-shading-seasons.xml +559 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-shading.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-storms.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-ambient.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-basement-garage.xml +19 -25
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-complex.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-slab-insulation.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-wall-insulation.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-crawlspace.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-multiple.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-slab.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-above-grade.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-assembly-r.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-wall-insulation.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unvented-crawlspace.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-vented-crawlspace.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-walkout-basement.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-autosized-backup.xml +557 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml +16 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.xml → base-hvac-air-to-air-heat-pump-1-speed-heating-capacity-17f.xml} +552 -583
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml +16 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/{base-hvac-air-to-air-heat-pump-1-speed-backup-lockout-temperature.xml → base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml} +562 -586
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-seer2-hspf2.xml +16 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml +16 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-2-speed.xml +16 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-hvac-seasons.xml +587 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-switchover-temperature.xml +17 -42
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml +16 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml +16 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed.xml +16 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-cooling-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-heating-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-acca.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-hers.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload-miami-fl.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-acca.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-hers.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-maxload.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-boiler.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-furnace.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-acca.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-hers.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-maxload.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-boiler-elec-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-boiler-gas-central-ac-1-speed.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-boiler-gas-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-only-1-speed.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-only-2-speed.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-only-var-speed.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-plus-air-to-air-heat-pump-heating.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-acca.xml +11 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-hers.xml +11 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml +11 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted-backup-hardsized.xml +553 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted.xml +11 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-elec-resistance-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-evap-cooler-furnace-gas.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-floor-furnace-propane-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-elec-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-central-ac-2-speed.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-central-ac-var-speed.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-room-ac.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-cooling-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-heating-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-acca.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-hers.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-maxload.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-air-conditioner-only-ducted.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-cooling-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-heating-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-acca.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-hers.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-maxload.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ductless-backup-baseboard.xml +519 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ductless-backup-stove.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ptac-with-heating.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ptac.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-pthp-sizing-methodology-acca.xml +16 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-pthp-sizing-methodology-hers.xml +16 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-pthp-sizing-methodology-maxload.xml +16 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-heating.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-acca.xml +16 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-hers.xml +16 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-maxload.xml +16 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-sizing-controls.xml +566 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-stove-oil-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-wall-furnace-elec-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-coal-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-elec-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-central-ac-1-speed.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-only-pilot.xml +513 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-oil-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-propane-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-wood-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-1-speed-seer2.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-1-speed.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-2-speed.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-var-speed.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml +16 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-crankcase-heater-40w.xml +556 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dse.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-lockout-temperatures.xml +560 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml +17 -42
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml +17 -42
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml +17 -42
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml +17 -42
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-area-fractions.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-area-multipliers.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-buried.xml +555 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-effective-rvalue.xml +553 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-leakage-cfm50.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-leakage-percent.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-elec-resistance-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-furnace-gas.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only-ducted.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fireplace-wood-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fixed-heater-gas-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-floor-furnace-propane-only-pilot-light.xml +506 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-floor-furnace-propane-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-coal-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-central-ac-1-speed.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-2-speed.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-var-speed.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only-detailed-setpoints.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only-pilot.xml +542 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-room-ac.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-oil-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-propane-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-wood-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-x3-dse.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump-cooling-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump-heating-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml +14 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-air-to-air-heat-pump-2-speed.xml +14 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-air-to-air-heat-pump-var-speed.xml +14 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-central-ac-2-speed.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-central-ac-var-speed.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-ground-to-air-heat-pump.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-mini-split-heat-pump-ducted.xml +14 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ducted.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ductless.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-cooling-only.xml +16 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-heating-only.xml +16 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted.xml +16 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless-backup-baseboard.xml +525 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless-backup-furnace.xml +564 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless-backup-stove.xml +16 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless-heating-capacity-17f.xml +506 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless.xml +16 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-multiple.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-none.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-portable-heater-gas-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ptac-with-heating-electricity.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ptac-with-heating-natural-gas.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ptac.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-pthp-heating-capacity-17f.xml +513 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-pthp.xml +16 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-33percent.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-ceer.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-detailed-setpoints.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-with-heating.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-with-reverse-cycle.xml +16 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-seasons.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints-daily-schedules.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints-daily-setbacks.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-oil-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-wood-pellets-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized-allow-increased-fixed-capacities.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-wall-furnace-elec-only.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-ceiling-fans.xml +11 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-holiday.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-kwh-per-year.xml +529 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-mixed.xml +537 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-none-ceiling-fans.xml +516 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-none.xml +1 -7
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-AMY-2012.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-baltimore-md.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-capetown-zaf.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-dallas-tx.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-duluth-mn.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-helena-mt.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-honolulu-hi.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-miami-fl.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-phoenix-az.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-portland-or.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-balanced.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-bath-kitchen-fans.xml +12 -42
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-airflow-fraction-zero.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-dse.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-evap-cooler-only-ducted.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-supplemental-fan-exhaust.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-supplemental-fan-supply.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv-atre-asre.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust-rated-flow-rate.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv-asre.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-multiple.xml +14 -44
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-supply.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-whole-house-fan.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-additional-properties.xml +10 -38
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-none.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-pv-detailed-only.xml +16 -42
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-pv-mixed.xml +16 -42
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-pv.xml +16 -42
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-defaults.xml +14 -37
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-emissions.xml +16 -42
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-generators-battery-scheduled.xml +12 -42
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-generators-battery.xml +12 -42
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-generators.xml +12 -42
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-ground-conductivity.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon.xml +10 -38
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon2.xml +10 -38
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-none.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-neighbor-shading-bldgtype-multifamily.xml +509 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-neighbor-shading.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-shielding-of-home.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-usage-multiplier.xml +10 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-multiple-buildings.xml +30 -138
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-ah.xml +16 -42
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-garage.xml +24 -26
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-round-trip-efficiency.xml +16 -42
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-scheduled.xml +16 -42
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery.xml +16 -42
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-generators-battery-scheduled.xml +18 -44
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-generators-battery.xml +18 -44
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-generators.xml +18 -44
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv.xml +16 -42
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-0-runperiod-1-month.xml +560 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-0.xml +556 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/{base-calctype-operational-misc-loads-large-uncommon.xml → base-residents-1-misc-loads-large-uncommon.xml} +616 -644
- data/example_files/resources/hpxml-measures/workflow/sample_files/{base-calctype-operational-misc-loads-large-uncommon2.xml → base-residents-1-misc-loads-large-uncommon2.xml} +616 -644
- data/example_files/resources/hpxml-measures/workflow/sample_files/{base-calctype-operational.xml → base-residents-1.xml} +547 -575
- data/example_files/resources/hpxml-measures/workflow/sample_files/{base-calctype-operational-misc-defaults.xml → base-residents-5.xml} +515 -539
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-all-10-mins.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic-10-mins.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic-power-outage.xml +565 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/{base-schedules-detailed-occupancy-smooth.xml → base-schedules-detailed-occupancy-stochastic-vacancy-year-round.xml} +563 -583
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic-vacancy.xml +21 -41
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-setpoints-daily-schedules.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-setpoints-daily-setbacks.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-setpoints.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple-power-outage-natvent-available.xml +565 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple-power-outage-natvent-unavailable.xml +565 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple-power-outage.xml +620 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple-vacancy-year-round.xml +619 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple-vacancy.xml +619 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple.xml +10 -38
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-calendar-year-custom.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-custom.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-disabled.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-runperiod-1-month.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-temperature-capacitance-multiplier.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins-occupancy-stochastic-10-mins.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins-occupancy-stochastic-60-mins.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-30-mins.xml +10 -40
- data/example_files/resources/hpxml-measures/workflow/sample_files/base.xml +10 -37
- data/example_files/resources/hpxml-measures/workflow/template-build-and-run-hpxml-with-stochastic-occupancy.osw +16 -4
- data/example_files/resources/hpxml-measures/workflow/template-run-hpxml-with-stochastic-occupancy-subset.osw +16 -3
- data/example_files/resources/hpxml-measures/workflow/template-run-hpxml-with-stochastic-occupancy.osw +16 -3
- data/example_files/resources/hpxml-measures/workflow/template-run-hpxml.osw +16 -2
- data/example_files/resources/hpxml-measures/workflow/tests/ACCA_Examples/Long_Residence.xml +386 -0
- data/example_files/resources/hpxml-measures/workflow/tests/ACCA_Examples/Vatilo_Residence.xml +381 -0
- data/example_files/resources/hpxml-measures/workflow/tests/ACCA_Examples/Victor_Residence.xml +370 -0
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AC.xml +2 -2
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AL.xml +2 -5
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AC.xml +2 -5
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AL.xml +2 -5
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AC.xml +2 -5
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AL.xml +2 -5
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AC.xml +2 -5
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AL.xml +2 -5
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AC.xml +2 -5
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AL.xml +2 -5
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AC.xml +2 -5
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AL.xml +2 -5
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AC.xml +2 -5
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AL.xml +2 -5
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AC.xml +2 -5
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AL.xml +2 -5
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AC.xml +2 -12
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AL.xml +2 -12
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AC.xml +2 -5
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AL.xml +2 -5
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AC.xml +2 -5
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AL.xml +2 -5
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L302XC.xml +2 -5
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L304XC.xml +2 -5
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L322XC.xml +6 -9
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L324XC.xml +6 -9
- data/example_files/resources/hpxml-measures/workflow/tests/base_results/results.csv +475 -444
- data/example_files/resources/hpxml-measures/workflow/tests/base_results/results_bills.csv +475 -444
- data/example_files/resources/hpxml-measures/workflow/tests/hpxml_translator_test.rb +177 -112
- data/example_files/resources/meta_measure.rb +2 -27
- data/example_files/xml_building/17/README.md +3 -3
- data/lib/uo_cli/version.rb +3 -38
- data/lib/uo_cli.rb +3 -38
- data/uo_cli.gemspec +6 -7
- metadata +70 -51
- data/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/schedules_config.json +0 -388
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schema/HPXMLBaseElements.xsd +0 -6136
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schema/HPXMLDataTypes.xsd +0 -4846
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-smooth.csv +0 -8761
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic-vacancy.csv +0 -8761
- data/example_files/resources/hpxml-measures/weather/USA_AZ_Phoenix-Sky.Harbor.Intl.AP.722780_TMY3-cache.csv +0 -35
- data/example_files/resources/hpxml-measures/weather/USA_CO_Colorado.Springs-Peterson.Field.724660_TMY3-cache.csv +0 -35
- data/example_files/resources/hpxml-measures/weather/USA_CO_Denver.Intl.AP.725650_TMY3-cache.csv +0 -35
- data/example_files/resources/hpxml-measures/weather/USA_DE_Wilmington-New.Castle.County.AP.724089_TMY3-cache.csv +0 -35
- data/example_files/resources/hpxml-measures/weather/USA_FL_Miami.Intl.AP.722020_TMY3-cache.csv +0 -35
- data/example_files/resources/hpxml-measures/weather/USA_HI_Honolulu.Intl.AP.911820_TMY3-cache.csv +0 -35
- data/example_files/resources/hpxml-measures/weather/USA_MD_Baltimore-Washington.Intl.AP.724060_TMY3-cache.csv +0 -35
- data/example_files/resources/hpxml-measures/weather/USA_MN_Duluth.Intl.AP.727450_TMY3-cache.csv +0 -35
- data/example_files/resources/hpxml-measures/weather/USA_MT_Helena.Rgnl.AP.727720_TMY3-cache.csv +0 -35
- data/example_files/resources/hpxml-measures/weather/USA_NC_Charlotte-Douglas.Intl.AP.723140_TMY3-cache.csv +0 -35
- data/example_files/resources/hpxml-measures/weather/USA_NJ_Cape.May.County.AP.745966_TMY3-cache.csv +0 -35
- data/example_files/resources/hpxml-measures/weather/USA_NV_Las.Vegas-McCarran.Intl.AP.723860_TMY3-cache.csv +0 -35
- data/example_files/resources/hpxml-measures/weather/USA_OR_Portland.Intl.AP.726980_TMY3-cache.csv +0 -35
- data/example_files/resources/hpxml-measures/weather/USA_TX_Dallas-Fort.Worth.Intl.AP.722590_TMY3-cache.csv +0 -35
- data/example_files/resources/hpxml-measures/weather/US_CO_Boulder_AMY_2012-cache.csv +0 -35
- data/example_files/resources/hpxml-measures/weather/ZAF_Cape.Town.688160_IWEC-cache.csv +0 -35
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-surfaces.xml +0 -2508
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-surfaces2.xml +0 -2508
@@ -4,1999 +4,1002 @@
|
|
4
4
|
/run
|
5
5
|
/workflow/generated_files
|
6
6
|
/workflow/tests/comparisons
|
7
|
-
/weather/USA_AK_Adak.NAS.704540_TMY3-cache.csv
|
8
7
|
/weather/USA_AK_Adak.NAS.704540_TMY3.epw
|
9
|
-
/weather/USA_AK_Ambler.701718_TMY3-cache.csv
|
10
8
|
/weather/USA_AK_Ambler.701718_TMY3.epw
|
11
|
-
/weather/USA_AK_Anaktuvuk.Pass.701625_TMY3-cache.csv
|
12
9
|
/weather/USA_AK_Anaktuvuk.Pass.701625_TMY3.epw
|
13
|
-
/weather/USA_AK_Anchorage-Elmendorf.AFB.702720_TMY3-cache.csv
|
14
10
|
/weather/USA_AK_Anchorage-Elmendorf.AFB.702720_TMY3.epw
|
15
|
-
/weather/USA_AK_Anchorage-Lake.Hood.Seaplane.Base.702725_TMY3-cache.csv
|
16
11
|
/weather/USA_AK_Anchorage-Lake.Hood.Seaplane.Base.702725_TMY3.epw
|
17
|
-
/weather/USA_AK_Anchorage-Merrill.Field.702735_TMY3-cache.csv
|
18
12
|
/weather/USA_AK_Anchorage-Merrill.Field.702735_TMY3.epw
|
19
|
-
/weather/USA_AK_Anchorage.Intl.AP.702730_TMY3-cache.csv
|
20
13
|
/weather/USA_AK_Anchorage.Intl.AP.702730_TMY3.epw
|
21
|
-
/weather/USA_AK_Aniak.AP.702320_TMY3-cache.csv
|
22
14
|
/weather/USA_AK_Aniak.AP.702320_TMY3.epw
|
23
|
-
/weather/USA_AK_Annette.Island.AP.703980_TMY3-cache.csv
|
24
15
|
/weather/USA_AK_Annette.Island.AP.703980_TMY3.epw
|
25
|
-
/weather/USA_AK_Anvik.702075_TMY3-cache.csv
|
26
16
|
/weather/USA_AK_Anvik.702075_TMY3.epw
|
27
|
-
/weather/USA_AK_Barrow-W.Post-W.Rogers.AP.700260_TMY3-cache.csv
|
28
17
|
/weather/USA_AK_Barrow-W.Post-W.Rogers.AP.700260_TMY3.epw
|
29
|
-
/weather/USA_AK_Bethel.AP.702190_TMY3-cache.csv
|
30
18
|
/weather/USA_AK_Bethel.AP.702190_TMY3.epw
|
31
|
-
/weather/USA_AK_Bettles.Field.701740_TMY3-cache.csv
|
32
19
|
/weather/USA_AK_Bettles.Field.701740_TMY3.epw
|
33
|
-
/weather/USA_AK_Big.Delta-Allen.AAF.702670_TMY3-cache.csv
|
34
20
|
/weather/USA_AK_Big.Delta-Allen.AAF.702670_TMY3.epw
|
35
|
-
/weather/USA_AK_Big.River.Lake.702986_TMY3-cache.csv
|
36
21
|
/weather/USA_AK_Big.River.Lake.702986_TMY3.epw
|
37
|
-
/weather/USA_AK_Birchwood.702746_TMY3-cache.csv
|
38
22
|
/weather/USA_AK_Birchwood.702746_TMY3.epw
|
39
|
-
/weather/USA_AK_Chulitna.702606_TMY3-cache.csv
|
40
23
|
/weather/USA_AK_Chulitna.702606_TMY3.epw
|
41
|
-
/weather/USA_AK_Cold.Bay.AP.703160_TMY3-cache.csv
|
42
24
|
/weather/USA_AK_Cold.Bay.AP.703160_TMY3.epw
|
43
|
-
/weather/USA_AK_Cordova.702960_TMY3-cache.csv
|
44
25
|
/weather/USA_AK_Cordova.702960_TMY3.epw
|
45
|
-
/weather/USA_AK_Deadhorse.700637_TMY3-cache.csv
|
46
26
|
/weather/USA_AK_Deadhorse.700637_TMY3.epw
|
47
|
-
/weather/USA_AK_Dillingham.AWOS.703210_TMY3-cache.csv
|
48
27
|
/weather/USA_AK_Dillingham.AWOS.703210_TMY3.epw
|
49
|
-
/weather/USA_AK_Eielson.AFB.702650_TMY3-cache.csv
|
50
28
|
/weather/USA_AK_Eielson.AFB.702650_TMY3.epw
|
51
|
-
/weather/USA_AK_Emmonak.702084_TMY3-cache.csv
|
52
29
|
/weather/USA_AK_Emmonak.702084_TMY3.epw
|
53
|
-
/weather/USA_AK_Fairbanks.Intl.AP.702610_TMY3-cache.csv
|
54
30
|
/weather/USA_AK_Fairbanks.Intl.AP.702610_TMY3.epw
|
55
|
-
/weather/USA_AK_Fort.Yukon.701940_TMY3-cache.csv
|
56
31
|
/weather/USA_AK_Fort.Yukon.701940_TMY3.epw
|
57
|
-
/weather/USA_AK_Gambell.702040_TMY3-cache.csv
|
58
32
|
/weather/USA_AK_Gambell.702040_TMY3.epw
|
59
|
-
/weather/USA_AK_Gulkana.702710_TMY3-cache.csv
|
60
33
|
/weather/USA_AK_Gulkana.702710_TMY3.epw
|
61
|
-
/weather/USA_AK_Gustavus.703670_TMY3-cache.csv
|
62
34
|
/weather/USA_AK_Gustavus.703670_TMY3.epw
|
63
|
-
/weather/USA_AK_Hayes.River.702495_TMY3-cache.csv
|
64
35
|
/weather/USA_AK_Hayes.River.702495_TMY3.epw
|
65
|
-
/weather/USA_AK_Healy.River.AP.702647_TMY3-cache.csv
|
66
36
|
/weather/USA_AK_Healy.River.AP.702647_TMY3.epw
|
67
|
-
/weather/USA_AK_Homer.AP.703410_TMY3-cache.csv
|
68
37
|
/weather/USA_AK_Homer.AP.703410_TMY3.epw
|
69
|
-
/weather/USA_AK_Hoonah.702607_TMY3-cache.csv
|
70
38
|
/weather/USA_AK_Hoonah.702607_TMY3.epw
|
71
|
-
/weather/USA_AK_Hooper.Bay.702186_TMY3-cache.csv
|
72
39
|
/weather/USA_AK_Hooper.Bay.702186_TMY3.epw
|
73
|
-
/weather/USA_AK_Huslia.702225_TMY3-cache.csv
|
74
40
|
/weather/USA_AK_Huslia.702225_TMY3.epw
|
75
|
-
/weather/USA_AK_Hydaburg.Seaplane.Base.703884_TMY3-cache.csv
|
76
41
|
/weather/USA_AK_Hydaburg.Seaplane.Base.703884_TMY3.epw
|
77
|
-
/weather/USA_AK_Iliamna.AP.703400_TMY3-cache.csv
|
78
42
|
/weather/USA_AK_Iliamna.AP.703400_TMY3.epw
|
79
|
-
/weather/USA_AK_Juneau.Intl.AP.703810_TMY3-cache.csv
|
80
43
|
/weather/USA_AK_Juneau.Intl.AP.703810_TMY3.epw
|
81
|
-
/weather/USA_AK_Kake.Seaplane.Base.703855_TMY3-cache.csv
|
82
44
|
/weather/USA_AK_Kake.Seaplane.Base.703855_TMY3.epw
|
83
|
-
/weather/USA_AK_Kenai.Muni.AP.702590_TMY3-cache.csv
|
84
45
|
/weather/USA_AK_Kenai.Muni.AP.702590_TMY3.epw
|
85
|
-
/weather/USA_AK_Ketchikan.Intl.AP.703950_TMY3-cache.csv
|
86
46
|
/weather/USA_AK_Ketchikan.Intl.AP.703950_TMY3.epw
|
87
|
-
/weather/USA_AK_King.Salmon.AP.703260_TMY3-cache.csv
|
88
47
|
/weather/USA_AK_King.Salmon.AP.703260_TMY3.epw
|
89
|
-
/weather/USA_AK_Kodiak.AP.703500_TMY3-cache.csv
|
90
48
|
/weather/USA_AK_Kodiak.AP.703500_TMY3.epw
|
91
|
-
/weather/USA_AK_Kotzebue-Ralph.Wein.Mem.AP.701330_TMY3-cache.csv
|
92
49
|
/weather/USA_AK_Kotzebue-Ralph.Wein.Mem.AP.701330_TMY3.epw
|
93
|
-
/weather/USA_AK_McGrath.AP.702310_TMY3-cache.csv
|
94
50
|
/weather/USA_AK_McGrath.AP.702310_TMY3.epw
|
95
|
-
/weather/USA_AK_Mekoryuk.702185_TMY3-cache.csv
|
96
51
|
/weather/USA_AK_Mekoryuk.702185_TMY3.epw
|
97
|
-
/weather/USA_AK_Middleton.Island.703430_TMY3-cache.csv
|
98
52
|
/weather/USA_AK_Middleton.Island.703430_TMY3.epw
|
99
|
-
/weather/USA_AK_Minchumina.702460_TMY3-cache.csv
|
100
53
|
/weather/USA_AK_Minchumina.702460_TMY3.epw
|
101
|
-
/weather/USA_AK_Nenana.Muni.AP.702600_TMY3-cache.csv
|
102
54
|
/weather/USA_AK_Nenana.Muni.AP.702600_TMY3.epw
|
103
|
-
/weather/USA_AK_Nome.Muni.AP.702000_TMY3-cache.csv
|
104
55
|
/weather/USA_AK_Nome.Muni.AP.702000_TMY3.epw
|
105
|
-
/weather/USA_AK_Northway.AP.702910_TMY3-cache.csv
|
106
56
|
/weather/USA_AK_Northway.AP.702910_TMY3.epw
|
107
|
-
/weather/USA_AK_Palmer.Muni.AP.702740_TMY3-cache.csv
|
108
57
|
/weather/USA_AK_Palmer.Muni.AP.702740_TMY3.epw
|
109
|
-
/weather/USA_AK_Petersburg.703860_TMY3-cache.csv
|
110
58
|
/weather/USA_AK_Petersburg.703860_TMY3.epw
|
111
|
-
/weather/USA_AK_Point.Hope.AWOS.701043_TMY3-cache.csv
|
112
59
|
/weather/USA_AK_Point.Hope.AWOS.701043_TMY3.epw
|
113
|
-
/weather/USA_AK_Port.Heiden.703330_TMY3-cache.csv
|
114
60
|
/weather/USA_AK_Port.Heiden.703330_TMY3.epw
|
115
|
-
/weather/USA_AK_Saint.Marys.AWOS.702005_TMY3-cache.csv
|
116
61
|
/weather/USA_AK_Saint.Marys.AWOS.702005_TMY3.epw
|
117
|
-
/weather/USA_AK_Sand.Point.703165_TMY3-cache.csv
|
118
62
|
/weather/USA_AK_Sand.Point.703165_TMY3.epw
|
119
|
-
/weather/USA_AK_Savoonga.702035_TMY3-cache.csv
|
120
63
|
/weather/USA_AK_Savoonga.702035_TMY3.epw
|
121
|
-
/weather/USA_AK_Selawik.700197_TMY3-cache.csv
|
122
64
|
/weather/USA_AK_Selawik.700197_TMY3.epw
|
123
|
-
/weather/USA_AK_Seward.702770_TMY3-cache.csv
|
124
65
|
/weather/USA_AK_Seward.702770_TMY3.epw
|
125
|
-
/weather/USA_AK_Shemya.AFB.704140_TMY3-cache.csv
|
126
66
|
/weather/USA_AK_Shemya.AFB.704140_TMY3.epw
|
127
|
-
/weather/USA_AK_Shishmaref.AWOS.701195_TMY3-cache.csv
|
128
67
|
/weather/USA_AK_Shishmaref.AWOS.701195_TMY3.epw
|
129
|
-
/weather/USA_AK_Sitka-Japonski.Island.AP.703710_TMY3-cache.csv
|
130
68
|
/weather/USA_AK_Sitka-Japonski.Island.AP.703710_TMY3.epw
|
131
|
-
/weather/USA_AK_Skagway.AP.703620_TMY3-cache.csv
|
132
69
|
/weather/USA_AK_Skagway.AP.703620_TMY3.epw
|
133
|
-
/weather/USA_AK_Sleetmute.703407_TMY3-cache.csv
|
134
70
|
/weather/USA_AK_Sleetmute.703407_TMY3.epw
|
135
|
-
/weather/USA_AK_Soldotna.702595_TMY3-cache.csv
|
136
71
|
/weather/USA_AK_Soldotna.702595_TMY3.epw
|
137
|
-
/weather/USA_AK_St.Paul.Island.AP.703080_TMY3-cache.csv
|
138
72
|
/weather/USA_AK_St.Paul.Island.AP.703080_TMY3.epw
|
139
|
-
/weather/USA_AK_Talkeetna.State.AP.702510_TMY3-cache.csv
|
140
73
|
/weather/USA_AK_Talkeetna.State.AP.702510_TMY3.epw
|
141
|
-
/weather/USA_AK_Tanana-Ralph.Calhoun.AP.701780_TMY3-cache.csv
|
142
74
|
/weather/USA_AK_Tanana-Ralph.Calhoun.AP.701780_TMY3.epw
|
143
|
-
/weather/USA_AK_Togiak.Village.AWOS.703606_TMY3-cache.csv
|
144
75
|
/weather/USA_AK_Togiak.Village.AWOS.703606_TMY3.epw
|
145
|
-
/weather/USA_AK_Unalakleet.Field.702070_TMY3-cache.csv
|
146
76
|
/weather/USA_AK_Unalakleet.Field.702070_TMY3.epw
|
147
|
-
/weather/USA_AK_Unalaska-Dutch.Harbor.Field.704890_TMY3-cache.csv
|
148
77
|
/weather/USA_AK_Unalaska-Dutch.Harbor.Field.704890_TMY3.epw
|
149
|
-
/weather/USA_AK_Valdez-Pioneer.Field.702756_TMY3-cache.csv
|
150
78
|
/weather/USA_AK_Valdez-Pioneer.Field.702756_TMY3.epw
|
151
|
-
/weather/USA_AK_Valdez.702750_TMY3-cache.csv
|
152
79
|
/weather/USA_AK_Valdez.702750_TMY3.epw
|
153
|
-
/weather/USA_AK_Whittier.702757_TMY3-cache.csv
|
154
80
|
/weather/USA_AK_Whittier.702757_TMY3.epw
|
155
|
-
/weather/USA_AK_Wrangell.703870_TMY3-cache.csv
|
156
81
|
/weather/USA_AK_Wrangell.703870_TMY3.epw
|
157
|
-
/weather/USA_AK_Yakutat.State.AP.703610_TMY3-cache.csv
|
158
82
|
/weather/USA_AK_Yakutat.State.AP.703610_TMY3.epw
|
159
|
-
/weather/USA_AL_Anniston.Metro.AP.722287_TMY3-cache.csv
|
160
83
|
/weather/USA_AL_Anniston.Metro.AP.722287_TMY3.epw
|
161
|
-
/weather/USA_AL_Auburn-Opelika.AP.722284_TMY3-cache.csv
|
162
84
|
/weather/USA_AL_Auburn-Opelika.AP.722284_TMY3.epw
|
163
|
-
/weather/USA_AL_Birmingham.Muni.AP.722280_TMY3-cache.csv
|
164
85
|
/weather/USA_AL_Birmingham.Muni.AP.722280_TMY3.epw
|
165
|
-
/weather/USA_AL_Dothan.Muni.AP.722268_TMY3-cache.csv
|
166
86
|
/weather/USA_AL_Dothan.Muni.AP.722268_TMY3.epw
|
167
|
-
/weather/USA_AL_Fort.Rucker-Cairns.Field.722269_TMY3-cache.csv
|
168
87
|
/weather/USA_AL_Fort.Rucker-Cairns.Field.722269_TMY3.epw
|
169
|
-
/weather/USA_AL_Gadsen.Muni.AWOS.722285_TMY3-cache.csv
|
170
88
|
/weather/USA_AL_Gadsen.Muni.AWOS.722285_TMY3.epw
|
171
|
-
/weather/USA_AL_Huntsville.Intl.AP-Jones.Field.723230_TMY3-cache.csv
|
172
89
|
/weather/USA_AL_Huntsville.Intl.AP-Jones.Field.723230_TMY3.epw
|
173
|
-
/weather/USA_AL_Maxwell.AFB.722265_TMY3-cache.csv
|
174
90
|
/weather/USA_AL_Maxwell.AFB.722265_TMY3.epw
|
175
|
-
/weather/USA_AL_Mobile-Downtown.AP.722235_TMY3-cache.csv
|
176
91
|
/weather/USA_AL_Mobile-Downtown.AP.722235_TMY3.epw
|
177
|
-
/weather/USA_AL_Mobile-Rgnl.AP.722230_TMY3-cache.csv
|
178
92
|
/weather/USA_AL_Mobile-Rgnl.AP.722230_TMY3.epw
|
179
|
-
/weather/USA_AL_Montgomery-Dannelly.Field.722260_TMY3-cache.csv
|
180
93
|
/weather/USA_AL_Montgomery-Dannelly.Field.722260_TMY3.epw
|
181
|
-
/weather/USA_AL_Muscle.Shoals.Rgnl.AP.723235_TMY3-cache.csv
|
182
94
|
/weather/USA_AL_Muscle.Shoals.Rgnl.AP.723235_TMY3.epw
|
183
|
-
/weather/USA_AL_Troy.Air.Field.722267_TMY3-cache.csv
|
184
95
|
/weather/USA_AL_Troy.Air.Field.722267_TMY3.epw
|
185
|
-
/weather/USA_AL_Tuscaloosa.Muni.AP.722286_TMY3-cache.csv
|
186
96
|
/weather/USA_AL_Tuscaloosa.Muni.AP.722286_TMY3.epw
|
187
|
-
/weather/USA_AR_Batesville.AWOS.723448_TMY3-cache.csv
|
188
97
|
/weather/USA_AR_Batesville.AWOS.723448_TMY3.epw
|
189
|
-
/weather/USA_AR_Bentonville.AWOS.723444_TMY3-cache.csv
|
190
98
|
/weather/USA_AR_Bentonville.AWOS.723444_TMY3.epw
|
191
|
-
/weather/USA_AR_El.Dorado-Goodwin.Field.723419_TMY3-cache.csv
|
192
99
|
/weather/USA_AR_El.Dorado-Goodwin.Field.723419_TMY3.epw
|
193
|
-
/weather/USA_AR_Fayetteville-Drake.Field.723445_TMY3-cache.csv
|
194
100
|
/weather/USA_AR_Fayetteville-Drake.Field.723445_TMY3.epw
|
195
|
-
/weather/USA_AR_Flippin.AWOS.723447_TMY3-cache.csv
|
196
101
|
/weather/USA_AR_Flippin.AWOS.723447_TMY3.epw
|
197
|
-
/weather/USA_AR_Fort.Smith.Rgnl.AP.723440_TMY3-cache.csv
|
198
102
|
/weather/USA_AR_Fort.Smith.Rgnl.AP.723440_TMY3.epw
|
199
|
-
/weather/USA_AR_Harrison.AP.723446_TMY3-cache.csv
|
200
103
|
/weather/USA_AR_Harrison.AP.723446_TMY3.epw
|
201
|
-
/weather/USA_AR_Hot.Springs.Mem.AP.723415_TMY3-cache.csv
|
202
104
|
/weather/USA_AR_Hot.Springs.Mem.AP.723415_TMY3.epw
|
203
|
-
/weather/USA_AR_Jonesboro.Muni.AP.723407_TMY3-cache.csv
|
204
105
|
/weather/USA_AR_Jonesboro.Muni.AP.723407_TMY3.epw
|
205
|
-
/weather/USA_AR_Little.Rock-Adams.Field.723403_TMY3-cache.csv
|
206
106
|
/weather/USA_AR_Little.Rock-Adams.Field.723403_TMY3.epw
|
207
|
-
/weather/USA_AR_Little.Rock.AFB.723405_TMY3-cache.csv
|
208
107
|
/weather/USA_AR_Little.Rock.AFB.723405_TMY3.epw
|
209
|
-
/weather/USA_AR_Pine.Bluff.AP.723417_TMY3-cache.csv
|
210
108
|
/weather/USA_AR_Pine.Bluff.AP.723417_TMY3.epw
|
211
|
-
/weather/USA_AR_Rogers.AWOS.723449_TMY3-cache.csv
|
212
109
|
/weather/USA_AR_Rogers.AWOS.723449_TMY3.epw
|
213
|
-
/weather/USA_AR_Siloam.Spring.AWOS.723443_TMY3-cache.csv
|
214
110
|
/weather/USA_AR_Siloam.Spring.AWOS.723443_TMY3.epw
|
215
|
-
/weather/USA_AR_Springdale.Muni.AP.723434_TMY3-cache.csv
|
216
111
|
/weather/USA_AR_Springdale.Muni.AP.723434_TMY3.epw
|
217
|
-
/weather/USA_AR_Stuttgart.AWOS.723416_TMY3-cache.csv
|
218
112
|
/weather/USA_AR_Stuttgart.AWOS.723416_TMY3.epw
|
219
|
-
/weather/USA_AR_Texarkana-Webb.Field.723418_TMY3-cache.csv
|
220
113
|
/weather/USA_AR_Texarkana-Webb.Field.723418_TMY3.epw
|
221
|
-
/weather/USA_AR_Walnut.Ridge.AWOS.723406_TMY3-cache.csv
|
222
114
|
/weather/USA_AR_Walnut.Ridge.AWOS.723406_TMY3.epw
|
223
|
-
/weather/USA_AZ_Casa.Grande.AWOS.722748_TMY3-cache.csv
|
224
115
|
/weather/USA_AZ_Casa.Grande.AWOS.722748_TMY3.epw
|
225
|
-
/weather/USA_AZ_Davis-Monthan.AFB.722745_TMY3-cache.csv
|
226
116
|
/weather/USA_AZ_Davis-Monthan.AFB.722745_TMY3.epw
|
227
|
-
/weather/USA_AZ_Douglas-Bisbee.Douglas.Intl.AP.722735_TMY3-cache.csv
|
228
117
|
/weather/USA_AZ_Douglas-Bisbee.Douglas.Intl.AP.722735_TMY3.epw
|
229
|
-
/weather/USA_AZ_Flagstaff-Pulliam.AP.723755_TMY3-cache.csv
|
230
118
|
/weather/USA_AZ_Flagstaff-Pulliam.AP.723755_TMY3.epw
|
231
|
-
/weather/USA_AZ_Grand.Canyon.National.Park.AP.723783_TMY3-cache.csv
|
232
119
|
/weather/USA_AZ_Grand.Canyon.National.Park.AP.723783_TMY3.epw
|
233
|
-
/weather/USA_AZ_Kingman.AWOS.723700_TMY3-cache.csv
|
234
120
|
/weather/USA_AZ_Kingman.AWOS.723700_TMY3.epw
|
235
|
-
/weather/USA_AZ_Luke.AFB.722785_TMY3-cache.csv
|
236
121
|
/weather/USA_AZ_Luke.AFB.722785_TMY3.epw
|
237
|
-
/weather/USA_AZ_Page.Muni.AWOS.723710_TMY3-cache.csv
|
238
122
|
/weather/USA_AZ_Page.Muni.AWOS.723710_TMY3.epw
|
239
|
-
/weather/USA_AZ_Phoenix-Deer.Valley.AP.722784_TMY3-cache.csv
|
240
123
|
/weather/USA_AZ_Phoenix-Deer.Valley.AP.722784_TMY3.epw
|
241
|
-
/weather/USA_AZ_Prescott-Love.Field.723723_TMY3-cache.csv
|
242
124
|
/weather/USA_AZ_Prescott-Love.Field.723723_TMY3.epw
|
243
|
-
/weather/USA_AZ_Safford.AWOS.722747_TMY3-cache.csv
|
244
125
|
/weather/USA_AZ_Safford.AWOS.722747_TMY3.epw
|
245
|
-
/weather/USA_AZ_Scottsdale.Muni.AP.722789_TMY3-cache.csv
|
246
126
|
/weather/USA_AZ_Scottsdale.Muni.AP.722789_TMY3.epw
|
247
|
-
/weather/USA_AZ_Show.Low.Muni.AP.723747_TMY3-cache.csv
|
248
127
|
/weather/USA_AZ_Show.Low.Muni.AP.723747_TMY3.epw
|
249
|
-
/weather/USA_AZ_Tucson.Intl.AP.722740_TMY3-cache.csv
|
250
128
|
/weather/USA_AZ_Tucson.Intl.AP.722740_TMY3.epw
|
251
|
-
/weather/USA_AZ_Winslow.Muni.AP.723740_TMY3-cache.csv
|
252
129
|
/weather/USA_AZ_Winslow.Muni.AP.723740_TMY3.epw
|
253
|
-
/weather/USA_AZ_Yuma.Intl.AP.722800_TMY3-cache.csv
|
254
130
|
/weather/USA_AZ_Yuma.Intl.AP.722800_TMY3.epw
|
255
|
-
/weather/USA_AZ_Yuma.MCAS.699604_TMY3-cache.csv
|
256
131
|
/weather/USA_AZ_Yuma.MCAS.699604_TMY3.epw
|
257
|
-
/weather/USA_CA_Alturas.725958_TMY3-cache.csv
|
258
132
|
/weather/USA_CA_Alturas.725958_TMY3.epw
|
259
|
-
/weather/USA_CA_Arcata.AP.725945_TMY3-cache.csv
|
260
133
|
/weather/USA_CA_Arcata.AP.725945_TMY3.epw
|
261
|
-
/weather/USA_CA_Bakersfield-Meadows.Field.723840_TMY3-cache.csv
|
262
134
|
/weather/USA_CA_Bakersfield-Meadows.Field.723840_TMY3.epw
|
263
|
-
/weather/USA_CA_Barstow.Daggett.AP.723815_TMY3-cache.csv
|
264
135
|
/weather/USA_CA_Barstow.Daggett.AP.723815_TMY3.epw
|
265
|
-
/weather/USA_CA_Beale.AFB.724837_TMY3-cache.csv
|
266
136
|
/weather/USA_CA_Beale.AFB.724837_TMY3.epw
|
267
|
-
/weather/USA_CA_Bishop.AP.724800_TMY3-cache.csv
|
268
137
|
/weather/USA_CA_Bishop.AP.724800_TMY3.epw
|
269
|
-
/weather/USA_CA_Blue.Canyon.AP.725845_TMY3-cache.csv
|
270
138
|
/weather/USA_CA_Blue.Canyon.AP.725845_TMY3.epw
|
271
|
-
/weather/USA_CA_Blythe-Riverside.County.AP.747188_TMY3-cache.csv
|
272
139
|
/weather/USA_CA_Blythe-Riverside.County.AP.747188_TMY3.epw
|
273
|
-
/weather/USA_CA_Burbank-Glendale-Passadena.Bob.Hope.AP.722880_TMY3-cache.csv
|
274
140
|
/weather/USA_CA_Burbank-Glendale-Passadena.Bob.Hope.AP.722880_TMY3.epw
|
275
|
-
/weather/USA_CA_Camarillo.AWOS.723926_TMY3-cache.csv
|
276
141
|
/weather/USA_CA_Camarillo.AWOS.723926_TMY3.epw
|
277
|
-
/weather/USA_CA_Camp.Pendleton.MCAS.722926_TMY3-cache.csv
|
278
142
|
/weather/USA_CA_Camp.Pendleton.MCAS.722926_TMY3.epw
|
279
|
-
/weather/USA_CA_Carlsbad.722927_TMY3-cache.csv
|
280
143
|
/weather/USA_CA_Carlsbad.722927_TMY3.epw
|
281
|
-
/weather/USA_CA_China.Lake.NAF.746120_TMY3-cache.csv
|
282
144
|
/weather/USA_CA_China.Lake.NAF.746120_TMY3.epw
|
283
|
-
/weather/USA_CA_Chino.AP.722899_TMY3-cache.csv
|
284
145
|
/weather/USA_CA_Chino.AP.722899_TMY3.epw
|
285
|
-
/weather/USA_CA_Chula.Vista-Brown.Field.Muni.AP.722904_TMY3-cache.csv
|
286
146
|
/weather/USA_CA_Chula.Vista-Brown.Field.Muni.AP.722904_TMY3.epw
|
287
|
-
/weather/USA_CA_Concord-Buchanan.Field.724936_TMY3-cache.csv
|
288
147
|
/weather/USA_CA_Concord-Buchanan.Field.724936_TMY3.epw
|
289
|
-
/weather/USA_CA_Crescent.City-Jack.McNamara.Field.725946_TMY3-cache.csv
|
290
148
|
/weather/USA_CA_Crescent.City-Jack.McNamara.Field.725946_TMY3.epw
|
291
|
-
/weather/USA_CA_Edwards.AFB.723810_TMY3-cache.csv
|
292
149
|
/weather/USA_CA_Edwards.AFB.723810_TMY3.epw
|
293
|
-
/weather/USA_CA_Fairfield-Travis.AFB.745160_TMY3-cache.csv
|
294
150
|
/weather/USA_CA_Fairfield-Travis.AFB.745160_TMY3.epw
|
295
|
-
/weather/USA_CA_Fresno.Air.Terminal.723890_TMY3-cache.csv
|
296
151
|
/weather/USA_CA_Fresno.Air.Terminal.723890_TMY3.epw
|
297
|
-
/weather/USA_CA_Fullerton.Muni.AP.722976_TMY3-cache.csv
|
298
152
|
/weather/USA_CA_Fullerton.Muni.AP.722976_TMY3.epw
|
299
|
-
/weather/USA_CA_Hawthorne-Jack.Northrop.Field.722956_TMY3-cache.csv
|
300
153
|
/weather/USA_CA_Hawthorne-Jack.Northrop.Field.722956_TMY3.epw
|
301
|
-
/weather/USA_CA_Hayward.Air.Terminal.724935_TMY3-cache.csv
|
302
154
|
/weather/USA_CA_Hayward.Air.Terminal.724935_TMY3.epw
|
303
|
-
/weather/USA_CA_Imperial.County.AP.747185_TMY3-cache.csv
|
304
155
|
/weather/USA_CA_Imperial.County.AP.747185_TMY3.epw
|
305
|
-
/weather/USA_CA_Lancaster-Gen.Wm.Fox.Field.723816_TMY3-cache.csv
|
306
156
|
/weather/USA_CA_Lancaster-Gen.Wm.Fox.Field.723816_TMY3.epw
|
307
|
-
/weather/USA_CA_Lemoore.NAS.747020_TMY3-cache.csv
|
308
157
|
/weather/USA_CA_Lemoore.NAS.747020_TMY3.epw
|
309
|
-
/weather/USA_CA_Livermore.Muni.AP.724927_TMY3-cache.csv
|
310
158
|
/weather/USA_CA_Livermore.Muni.AP.724927_TMY3.epw
|
311
|
-
/weather/USA_CA_Lompoc.AWOS.722895_TMY3-cache.csv
|
312
159
|
/weather/USA_CA_Lompoc.AWOS.722895_TMY3.epw
|
313
|
-
/weather/USA_CA_Long.Beach-Daugherty.Field.722970_TMY3-cache.csv
|
314
160
|
/weather/USA_CA_Long.Beach-Daugherty.Field.722970_TMY3.epw
|
315
|
-
/weather/USA_CA_Los.Angeles.Intl.AP.722950_TMY3-cache.csv
|
316
161
|
/weather/USA_CA_Los.Angeles.Intl.AP.722950_TMY3.epw
|
317
|
-
/weather/USA_CA_March.AFB.722860_TMY3-cache.csv
|
318
162
|
/weather/USA_CA_March.AFB.722860_TMY3.epw
|
319
|
-
/weather/USA_CA_Merced-Macready.Field.724815_TMY3-cache.csv
|
320
163
|
/weather/USA_CA_Merced-Macready.Field.724815_TMY3.epw
|
321
|
-
/weather/USA_CA_Modesto.Muni.AP.724926_TMY3-cache.csv
|
322
164
|
/weather/USA_CA_Modesto.Muni.AP.724926_TMY3.epw
|
323
|
-
/weather/USA_CA_Montague-Siskiyou.County.AP.725955_TMY3-cache.csv
|
324
165
|
/weather/USA_CA_Montague-Siskiyou.County.AP.725955_TMY3.epw
|
325
|
-
/weather/USA_CA_Monterey.NAF.724915_TMY3-cache.csv
|
326
166
|
/weather/USA_CA_Monterey.NAF.724915_TMY3.epw
|
327
|
-
/weather/USA_CA_Mountain.View-Moffett.Field.NAS.745090_TMY3-cache.csv
|
328
167
|
/weather/USA_CA_Mountain.View-Moffett.Field.NAS.745090_TMY3.epw
|
329
|
-
/weather/USA_CA_Napa.County.AP.724955_TMY3-cache.csv
|
330
168
|
/weather/USA_CA_Napa.County.AP.724955_TMY3.epw
|
331
|
-
/weather/USA_CA_Needles.AP.723805_TMY3-cache.csv
|
332
169
|
/weather/USA_CA_Needles.AP.723805_TMY3.epw
|
333
|
-
/weather/USA_CA_Oakland.Intl.AP.724930_TMY3-cache.csv
|
334
170
|
/weather/USA_CA_Oakland.Intl.AP.724930_TMY3.epw
|
335
|
-
/weather/USA_CA_Oxnard.AP.723927_TMY3-cache.csv
|
336
171
|
/weather/USA_CA_Oxnard.AP.723927_TMY3.epw
|
337
|
-
/weather/USA_CA_Palm.Springs-Thermal.AP.747187_TMY3-cache.csv
|
338
172
|
/weather/USA_CA_Palm.Springs-Thermal.AP.747187_TMY3.epw
|
339
|
-
/weather/USA_CA_Palm.Springs.Intl.AP.722868_TMY3-cache.csv
|
340
173
|
/weather/USA_CA_Palm.Springs.Intl.AP.722868_TMY3.epw
|
341
|
-
/weather/USA_CA_Palmdale.AP.723820_TMY3-cache.csv
|
342
174
|
/weather/USA_CA_Palmdale.AP.723820_TMY3.epw
|
343
|
-
/weather/USA_CA_Paso.Robles.Muni.AP.723965_TMY3-cache.csv
|
344
175
|
/weather/USA_CA_Paso.Robles.Muni.AP.723965_TMY3.epw
|
345
|
-
/weather/USA_CA_Point.Mugu.NAS.723910_TMY3-cache.csv
|
346
176
|
/weather/USA_CA_Point.Mugu.NAS.723910_TMY3.epw
|
347
|
-
/weather/USA_CA_Porterville.AWOS.723895_TMY3-cache.csv
|
348
177
|
/weather/USA_CA_Porterville.AWOS.723895_TMY3.epw
|
349
|
-
/weather/USA_CA_Red.Bluff.Muni.AP.725910_TMY3-cache.csv
|
350
178
|
/weather/USA_CA_Red.Bluff.Muni.AP.725910_TMY3.epw
|
351
|
-
/weather/USA_CA_Redding.Muni.AP.725920_TMY3-cache.csv
|
352
179
|
/weather/USA_CA_Redding.Muni.AP.725920_TMY3.epw
|
353
|
-
/weather/USA_CA_Riverside.Muni.AP.722869_TMY3-cache.csv
|
354
180
|
/weather/USA_CA_Riverside.Muni.AP.722869_TMY3.epw
|
355
|
-
/weather/USA_CA_Sacramento.Exec.AP.724830_TMY3-cache.csv
|
356
181
|
/weather/USA_CA_Sacramento.Exec.AP.724830_TMY3.epw
|
357
|
-
/weather/USA_CA_Sacramento.Metro.AP.724839_TMY3-cache.csv
|
358
182
|
/weather/USA_CA_Sacramento.Metro.AP.724839_TMY3.epw
|
359
|
-
/weather/USA_CA_Salinas.Muni.AP.724917_TMY3-cache.csv
|
360
183
|
/weather/USA_CA_Salinas.Muni.AP.724917_TMY3.epw
|
361
|
-
/weather/USA_CA_San.Diego-Lindbergh.Field.722900_TMY3-cache.csv
|
362
184
|
/weather/USA_CA_San.Diego-Lindbergh.Field.722900_TMY3.epw
|
363
|
-
/weather/USA_CA_San.Diego-Miramar.NAS.722930_TMY3-cache.csv
|
364
185
|
/weather/USA_CA_San.Diego-Miramar.NAS.722930_TMY3.epw
|
365
|
-
/weather/USA_CA_San.Diego-Montgomery.Field.722903_TMY3-cache.csv
|
366
186
|
/weather/USA_CA_San.Diego-Montgomery.Field.722903_TMY3.epw
|
367
|
-
/weather/USA_CA_San.Diego-North.Island.NAS.722906_TMY3-cache.csv
|
368
187
|
/weather/USA_CA_San.Diego-North.Island.NAS.722906_TMY3.epw
|
369
|
-
/weather/USA_CA_San.Francisco.Intl.AP.724940_TMY3-cache.csv
|
370
188
|
/weather/USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw
|
371
|
-
/weather/USA_CA_San.Jose.Intl.AP.724945_TMY3-cache.csv
|
372
189
|
/weather/USA_CA_San.Jose.Intl.AP.724945_TMY3.epw
|
373
|
-
/weather/USA_CA_San.Luis.Obispo.AP.722897_TMY3-cache.csv
|
374
190
|
/weather/USA_CA_San.Luis.Obispo.AP.722897_TMY3.epw
|
375
|
-
/weather/USA_CA_Sandberg.723830_TMY3-cache.csv
|
376
191
|
/weather/USA_CA_Sandberg.723830_TMY3.epw
|
377
|
-
/weather/USA_CA_Santa.Ana-John.Wayne.AP.722977_TMY3-cache.csv
|
378
192
|
/weather/USA_CA_Santa.Ana-John.Wayne.AP.722977_TMY3.epw
|
379
|
-
/weather/USA_CA_Santa.Barbara.Muni.AP.723925_TMY3-cache.csv
|
380
193
|
/weather/USA_CA_Santa.Barbara.Muni.AP.723925_TMY3.epw
|
381
|
-
/weather/USA_CA_Santa.Maria.Public.AP.723940_TMY3-cache.csv
|
382
194
|
/weather/USA_CA_Santa.Maria.Public.AP.723940_TMY3.epw
|
383
|
-
/weather/USA_CA_Santa.Monica.Muni.AP.722885_TMY3-cache.csv
|
384
195
|
/weather/USA_CA_Santa.Monica.Muni.AP.722885_TMY3.epw
|
385
|
-
/weather/USA_CA_Santa.Rosa.AWOS.724957_TMY3-cache.csv
|
386
196
|
/weather/USA_CA_Santa.Rosa.AWOS.724957_TMY3.epw
|
387
|
-
/weather/USA_CA_South.Lake.Tahoe-Lake.Tahoe.AP.725847_TMY3-cache.csv
|
388
197
|
/weather/USA_CA_South.Lake.Tahoe-Lake.Tahoe.AP.725847_TMY3.epw
|
389
|
-
/weather/USA_CA_Stockton.Metro.AP.724920_TMY3-cache.csv
|
390
198
|
/weather/USA_CA_Stockton.Metro.AP.724920_TMY3.epw
|
391
|
-
/weather/USA_CA_Truckee.Tahoe.AP.725846_TMY3-cache.csv
|
392
199
|
/weather/USA_CA_Truckee.Tahoe.AP.725846_TMY3.epw
|
393
|
-
/weather/USA_CA_Twentynine.Palms.690150_TMY3-cache.csv
|
394
200
|
/weather/USA_CA_Twentynine.Palms.690150_TMY3.epw
|
395
|
-
/weather/USA_CA_Ukiah.Muni.AP.725905_TMY3-cache.csv
|
396
201
|
/weather/USA_CA_Ukiah.Muni.AP.725905_TMY3.epw
|
397
|
-
/weather/USA_CA_Van.Nuys.AP.722886_TMY3-cache.csv
|
398
202
|
/weather/USA_CA_Van.Nuys.AP.722886_TMY3.epw
|
399
|
-
/weather/USA_CA_Visalia.Muni.AWOS.723896_TMY3-cache.csv
|
400
203
|
/weather/USA_CA_Visalia.Muni.AWOS.723896_TMY3.epw
|
401
|
-
/weather/USA_CA_Yuba.County.AP.724838_TMY3-cache.csv
|
402
204
|
/weather/USA_CA_Yuba.County.AP.724838_TMY3.epw
|
403
|
-
/weather/USA_CO_Akron-Washington.County.AP.724698_TMY3-cache.csv
|
404
205
|
/weather/USA_CO_Akron-Washington.County.AP.724698_TMY3.epw
|
405
|
-
/weather/USA_CO_Alamosa.Muni.AP.724620_TMY3-cache.csv
|
406
206
|
/weather/USA_CO_Alamosa.Muni.AP.724620_TMY3.epw
|
407
|
-
/weather/USA_CO_Aspen-Pitkin.County-Sardy.Field.724676_TMY3-cache.csv
|
408
207
|
/weather/USA_CO_Aspen-Pitkin.County-Sardy.Field.724676_TMY3.epw
|
409
|
-
/weather/USA_CO_Aurora-Buckley.Field.ANGB.724695_TMY3-cache.csv
|
410
208
|
/weather/USA_CO_Aurora-Buckley.Field.ANGB.724695_TMY3.epw
|
411
|
-
/weather/USA_CO_Boulder-Broomfield-Jefferson.County.AP.724699_TMY3-cache.csv
|
412
209
|
/weather/USA_CO_Boulder-Broomfield-Jefferson.County.AP.724699_TMY3.epw
|
413
|
-
/weather/USA_CO_Cortez-Montezuma.County.AP.724767_TMY3-cache.csv
|
414
210
|
/weather/USA_CO_Cortez-Montezuma.County.AP.724767_TMY3.epw
|
415
|
-
/weather/USA_CO_Craig.Moffat.AP.725700_TMY3-cache.csv
|
416
211
|
/weather/USA_CO_Craig.Moffat.AP.725700_TMY3.epw
|
417
|
-
/weather/USA_CO_Durango-La.Plata.County.AP.724625_TMY3-cache.csv
|
418
212
|
/weather/USA_CO_Durango-La.Plata.County.AP.724625_TMY3.epw
|
419
|
-
/weather/USA_CO_Eagle.County.Rgnl.AP.724675_TMY3-cache.csv
|
420
213
|
/weather/USA_CO_Eagle.County.Rgnl.AP.724675_TMY3.epw
|
421
|
-
/weather/USA_CO_Fort.Collins.AWOS.724769_TMY3-cache.csv
|
422
214
|
/weather/USA_CO_Fort.Collins.AWOS.724769_TMY3.epw
|
423
|
-
/weather/USA_CO_Golden-NREL.724666_TMY3-cache.csv
|
424
215
|
/weather/USA_CO_Golden-NREL.724666_TMY3.epw
|
425
|
-
/weather/USA_CO_Grand.Junction-Walker.Field.724760_TMY3-cache.csv
|
426
216
|
/weather/USA_CO_Grand.Junction-Walker.Field.724760_TMY3.epw
|
427
|
-
/weather/USA_CO_Greeley-Weld.County.AWOS.724768_TMY3-cache.csv
|
428
217
|
/weather/USA_CO_Greeley-Weld.County.AWOS.724768_TMY3.epw
|
429
|
-
/weather/USA_CO_Gunnison.County.AWOS.724677_TMY3-cache.csv
|
430
218
|
/weather/USA_CO_Gunnison.County.AWOS.724677_TMY3.epw
|
431
|
-
/weather/USA_CO_Hayden-Yampa.AWOS.725715_TMY3-cache.csv
|
432
219
|
/weather/USA_CO_Hayden-Yampa.AWOS.725715_TMY3.epw
|
433
|
-
/weather/USA_CO_La.Junta.Muni.AP.724635_TMY3-cache.csv
|
434
220
|
/weather/USA_CO_La.Junta.Muni.AP.724635_TMY3.epw
|
435
|
-
/weather/USA_CO_Lamar.Muni.AP.724636_TMY3-cache.csv
|
436
221
|
/weather/USA_CO_Lamar.Muni.AP.724636_TMY3.epw
|
437
|
-
/weather/USA_CO_Leadville-Lake.County.AP.724673_TMY3-cache.csv
|
438
222
|
/weather/USA_CO_Leadville-Lake.County.AP.724673_TMY3.epw
|
439
|
-
/weather/USA_CO_Limon.Muni.AP.724665_TMY3-cache.csv
|
440
223
|
/weather/USA_CO_Limon.Muni.AP.724665_TMY3.epw
|
441
|
-
/weather/USA_CO_Montrose.County.AP.724765_TMY3-cache.csv
|
442
224
|
/weather/USA_CO_Montrose.County.AP.724765_TMY3.epw
|
443
|
-
/weather/USA_CO_Pueblo.Mem.AP.724640_TMY3-cache.csv
|
444
225
|
/weather/USA_CO_Pueblo.Mem.AP.724640_TMY3.epw
|
445
|
-
/weather/USA_CO_Rifle-Garfield.County.Rgnl.AP.725717_TMY3-cache.csv
|
446
226
|
/weather/USA_CO_Rifle-Garfield.County.Rgnl.AP.725717_TMY3.epw
|
447
|
-
/weather/USA_CO_Trinidad-Las.Animas.County.AP.724645_TMY3-cache.csv
|
448
227
|
/weather/USA_CO_Trinidad-Las.Animas.County.AP.724645_TMY3.epw
|
449
|
-
/weather/USA_CT_Bridgeport-Sikorsky.Mem.AP.725040_TMY3-cache.csv
|
450
228
|
/weather/USA_CT_Bridgeport-Sikorsky.Mem.AP.725040_TMY3.epw
|
451
|
-
/weather/USA_CT_Danbury.Muni.AP.725086_TMY3-cache.csv
|
452
229
|
/weather/USA_CT_Danbury.Muni.AP.725086_TMY3.epw
|
453
|
-
/weather/USA_CT_Groton-New.London.AP.725046_TMY3-cache.csv
|
454
230
|
/weather/USA_CT_Groton-New.London.AP.725046_TMY3.epw
|
455
|
-
/weather/USA_CT_Hartford-Bradley.Intl.AP.725080_TMY3-cache.csv
|
456
231
|
/weather/USA_CT_Hartford-Bradley.Intl.AP.725080_TMY3.epw
|
457
|
-
/weather/USA_CT_Hartford-Brainard.Field.725087_TMY3-cache.csv
|
458
232
|
/weather/USA_CT_Hartford-Brainard.Field.725087_TMY3.epw
|
459
|
-
/weather/USA_CT_New.Haven-Tweed.AP.725045_TMY3-cache.csv
|
460
233
|
/weather/USA_CT_New.Haven-Tweed.AP.725045_TMY3.epw
|
461
|
-
/weather/USA_CT_Oxford.AWOS.725029_TMY3-cache.csv
|
462
234
|
/weather/USA_CT_Oxford.AWOS.725029_TMY3.epw
|
463
|
-
/weather/USA_DE_Dover.AFB.724088_TMY3-cache.csv
|
464
235
|
/weather/USA_DE_Dover.AFB.724088_TMY3.epw
|
465
|
-
/weather/USA_FL_Crestview-Bob.Sikes.AP.722215_TMY3-cache.csv
|
466
236
|
/weather/USA_FL_Crestview-Bob.Sikes.AP.722215_TMY3.epw
|
467
|
-
/weather/USA_FL_Daytona.Beach.Intl.AP.722056_TMY3-cache.csv
|
468
237
|
/weather/USA_FL_Daytona.Beach.Intl.AP.722056_TMY3.epw
|
469
|
-
/weather/USA_FL_Fort.Lauderdale.Executive.AP.722039_TMY3-cache.csv
|
470
238
|
/weather/USA_FL_Fort.Lauderdale.Executive.AP.722039_TMY3.epw
|
471
|
-
/weather/USA_FL_Fort.Lauderdale.Intl.AP.722025_TMY3-cache.csv
|
472
239
|
/weather/USA_FL_Fort.Lauderdale.Intl.AP.722025_TMY3.epw
|
473
|
-
/weather/USA_FL_Fort.Myers-Page.Field.722106_TMY3-cache.csv
|
474
240
|
/weather/USA_FL_Fort.Myers-Page.Field.722106_TMY3.epw
|
475
|
-
/weather/USA_FL_Fort.Pierce-St.Lucie.County.AP.722103_TMY3-cache.csv
|
476
241
|
/weather/USA_FL_Fort.Pierce-St.Lucie.County.AP.722103_TMY3.epw
|
477
|
-
/weather/USA_FL_Fort.Walton.Beach-Hurlburt.Field.747770_TMY3-cache.csv
|
478
242
|
/weather/USA_FL_Fort.Walton.Beach-Hurlburt.Field.747770_TMY3.epw
|
479
|
-
/weather/USA_FL_Gainesville.Rgnl.AP.722146_TMY3-cache.csv
|
480
243
|
/weather/USA_FL_Gainesville.Rgnl.AP.722146_TMY3.epw
|
481
|
-
/weather/USA_FL_Homestead.AFB.722026_TMY3-cache.csv
|
482
244
|
/weather/USA_FL_Homestead.AFB.722026_TMY3.epw
|
483
|
-
/weather/USA_FL_Jacksonville-Craig.Field.722068_TMY3-cache.csv
|
484
245
|
/weather/USA_FL_Jacksonville-Craig.Field.722068_TMY3.epw
|
485
|
-
/weather/USA_FL_Jacksonville.Intl.AP.722060_TMY3-cache.csv
|
486
246
|
/weather/USA_FL_Jacksonville.Intl.AP.722060_TMY3.epw
|
487
|
-
/weather/USA_FL_Jacksonville.NAS.722065_TMY3-cache.csv
|
488
247
|
/weather/USA_FL_Jacksonville.NAS.722065_TMY3.epw
|
489
|
-
/weather/USA_FL_Key.West.Intl.AP.722010_TMY3-cache.csv
|
490
248
|
/weather/USA_FL_Key.West.Intl.AP.722010_TMY3.epw
|
491
|
-
/weather/USA_FL_Key.West.NAS.722015_TMY3-cache.csv
|
492
249
|
/weather/USA_FL_Key.West.NAS.722015_TMY3.epw
|
493
|
-
/weather/USA_FL_Lakeland.Linder.Rgnl.AP.722119_TMY3-cache.csv
|
494
250
|
/weather/USA_FL_Lakeland.Linder.Rgnl.AP.722119_TMY3.epw
|
495
|
-
/weather/USA_FL_MacDill.AFB.747880_TMY3-cache.csv
|
496
251
|
/weather/USA_FL_MacDill.AFB.747880_TMY3.epw
|
497
|
-
/weather/USA_FL_Marathon.AP.722016_TMY3-cache.csv
|
498
252
|
/weather/USA_FL_Marathon.AP.722016_TMY3.epw
|
499
|
-
/weather/USA_FL_Mayport.NS.722066_TMY3-cache.csv
|
500
253
|
/weather/USA_FL_Mayport.NS.722066_TMY3.epw
|
501
|
-
/weather/USA_FL_Melbourne.Rgnl.AP.722040_TMY3-cache.csv
|
502
254
|
/weather/USA_FL_Melbourne.Rgnl.AP.722040_TMY3.epw
|
503
|
-
/weather/USA_FL_Miami-Kendall-Tamiami.Executive.AP.722029_TMY3-cache.csv
|
504
255
|
/weather/USA_FL_Miami-Kendall-Tamiami.Executive.AP.722029_TMY3.epw
|
505
|
-
/weather/USA_FL_Miami-Opa.Locka.AP.722024_TMY3-cache.csv
|
506
256
|
/weather/USA_FL_Miami-Opa.Locka.AP.722024_TMY3.epw
|
507
|
-
/weather/USA_FL_NASA.Shuttle.Landing.Facility.747946_TMY3-cache.csv
|
508
257
|
/weather/USA_FL_NASA.Shuttle.Landing.Facility.747946_TMY3.epw
|
509
|
-
/weather/USA_FL_Naples.Muni.AP.722038_TMY3-cache.csv
|
510
258
|
/weather/USA_FL_Naples.Muni.AP.722038_TMY3.epw
|
511
|
-
/weather/USA_FL_Ocala.Muni.AWOS.722055_TMY3-cache.csv
|
512
259
|
/weather/USA_FL_Ocala.Muni.AWOS.722055_TMY3.epw
|
513
|
-
/weather/USA_FL_Orlando-Sanford.AP.722057_TMY3-cache.csv
|
514
260
|
/weather/USA_FL_Orlando-Sanford.AP.722057_TMY3.epw
|
515
|
-
/weather/USA_FL_Orlando.Executive.AP.722053_TMY3-cache.csv
|
516
261
|
/weather/USA_FL_Orlando.Executive.AP.722053_TMY3.epw
|
517
|
-
/weather/USA_FL_Orlando.Intl.AP.722050_TMY3-cache.csv
|
518
262
|
/weather/USA_FL_Orlando.Intl.AP.722050_TMY3.epw
|
519
|
-
/weather/USA_FL_Panama.City-Bay.County.AP.722245_TMY3-cache.csv
|
520
263
|
/weather/USA_FL_Panama.City-Bay.County.AP.722245_TMY3.epw
|
521
|
-
/weather/USA_FL_Pensacola-Forest.Sherman.NAS.722225_TMY3-cache.csv
|
522
264
|
/weather/USA_FL_Pensacola-Forest.Sherman.NAS.722225_TMY3.epw
|
523
|
-
/weather/USA_FL_Pensacola.Rgnl.AP.722223_TMY3-cache.csv
|
524
265
|
/weather/USA_FL_Pensacola.Rgnl.AP.722223_TMY3.epw
|
525
|
-
/weather/USA_FL_Sarasota-Bradenton.Intl.AP.722115_TMY3-cache.csv
|
526
266
|
/weather/USA_FL_Sarasota-Bradenton.Intl.AP.722115_TMY3.epw
|
527
|
-
/weather/USA_FL_Southwest.Florida.Intl.AP.722108_TMY3-cache.csv
|
528
267
|
/weather/USA_FL_Southwest.Florida.Intl.AP.722108_TMY3.epw
|
529
|
-
/weather/USA_FL_St.Petersburg-Albert.Whitted.Station.722104_TMY3-cache.csv
|
530
268
|
/weather/USA_FL_St.Petersburg-Albert.Whitted.Station.722104_TMY3.epw
|
531
|
-
/weather/USA_FL_St.Petersburg-Clearwater.Intl.AP.722116_TMY3-cache.csv
|
532
269
|
/weather/USA_FL_St.Petersburg-Clearwater.Intl.AP.722116_TMY3.epw
|
533
|
-
/weather/USA_FL_Tallahassee.Rgnl.AP.722140_TMY3-cache.csv
|
534
270
|
/weather/USA_FL_Tallahassee.Rgnl.AP.722140_TMY3.epw
|
535
|
-
/weather/USA_FL_Tampa.Intl.AP.722110_TMY3-cache.csv
|
536
271
|
/weather/USA_FL_Tampa.Intl.AP.722110_TMY3.epw
|
537
|
-
/weather/USA_FL_Tyndall.AFB.747750_TMY3-cache.csv
|
538
272
|
/weather/USA_FL_Tyndall.AFB.747750_TMY3.epw
|
539
|
-
/weather/USA_FL_Valparaiso-Elgin.AFB.722210_TMY3-cache.csv
|
540
273
|
/weather/USA_FL_Valparaiso-Elgin.AFB.722210_TMY3.epw
|
541
|
-
/weather/USA_FL_Vero.Beach.Muni.AP.722045_TMY3-cache.csv
|
542
274
|
/weather/USA_FL_Vero.Beach.Muni.AP.722045_TMY3.epw
|
543
|
-
/weather/USA_FL_West.Palm.Beach.Intl.AP.722030_TMY3-cache.csv
|
544
275
|
/weather/USA_FL_West.Palm.Beach.Intl.AP.722030_TMY3.epw
|
545
|
-
/weather/USA_FL_Whiting.Field.NAS.722226_TMY3-cache.csv
|
546
276
|
/weather/USA_FL_Whiting.Field.NAS.722226_TMY3.epw
|
547
|
-
/weather/USA_GA_Albany-Dougherty.County.AP.722160_TMY3-cache.csv
|
548
277
|
/weather/USA_GA_Albany-Dougherty.County.AP.722160_TMY3.epw
|
549
|
-
/weather/USA_GA_Alma-Bacon.County.AP.722135_TMY3-cache.csv
|
550
278
|
/weather/USA_GA_Alma-Bacon.County.AP.722135_TMY3.epw
|
551
|
-
/weather/USA_GA_Athens-Ben.Epps.AP.723110_TMY3-cache.csv
|
552
279
|
/weather/USA_GA_Athens-Ben.Epps.AP.723110_TMY3.epw
|
553
|
-
/weather/USA_GA_Atlanta-Hartsfield-Jackson.Intl.AP.722190_TMY3-cache.csv
|
554
280
|
/weather/USA_GA_Atlanta-Hartsfield-Jackson.Intl.AP.722190_TMY3.epw
|
555
|
-
/weather/USA_GA_Augusta-Bush-Field.722180_TMY3-cache.csv
|
556
281
|
/weather/USA_GA_Augusta-Bush-Field.722180_TMY3.epw
|
557
|
-
/weather/USA_GA_Brunswick-Golden.Isles.AP.722136_TMY3-cache.csv
|
558
282
|
/weather/USA_GA_Brunswick-Golden.Isles.AP.722136_TMY3.epw
|
559
|
-
/weather/USA_GA_Brunswick-Malcolm.McKinnon.AP.722137_TMY3-cache.csv
|
560
283
|
/weather/USA_GA_Brunswick-Malcolm.McKinnon.AP.722137_TMY3.epw
|
561
|
-
/weather/USA_GA_Columbus.Metro.AP.722255_TMY3-cache.csv
|
562
284
|
/weather/USA_GA_Columbus.Metro.AP.722255_TMY3.epw
|
563
|
-
/weather/USA_GA_Dekalb.Peachtree.AP.722196_TMY3-cache.csv
|
564
285
|
/weather/USA_GA_Dekalb.Peachtree.AP.722196_TMY3.epw
|
565
|
-
/weather/USA_GA_Fort.Benning-Lawson.Field.722250_TMY3-cache.csv
|
566
286
|
/weather/USA_GA_Fort.Benning-Lawson.Field.722250_TMY3.epw
|
567
|
-
/weather/USA_GA_Fulton.County.AP.722195_TMY3-cache.csv
|
568
287
|
/weather/USA_GA_Fulton.County.AP.722195_TMY3.epw
|
569
|
-
/weather/USA_GA_Macon-Middle.Georgia.Rgnl.AP.722170_TMY3-cache.csv
|
570
288
|
/weather/USA_GA_Macon-Middle.Georgia.Rgnl.AP.722170_TMY3.epw
|
571
|
-
/weather/USA_GA_Marietta-Dobbins.AFB.722270_TMY3-cache.csv
|
572
289
|
/weather/USA_GA_Marietta-Dobbins.AFB.722270_TMY3.epw
|
573
|
-
/weather/USA_GA_Rome-Richard.B.Russell.AP.723200_TMY3-cache.csv
|
574
290
|
/weather/USA_GA_Rome-Richard.B.Russell.AP.723200_TMY3.epw
|
575
|
-
/weather/USA_GA_Savannah-Hunter.AAF.747804_TMY3-cache.csv
|
576
291
|
/weather/USA_GA_Savannah-Hunter.AAF.747804_TMY3.epw
|
577
|
-
/weather/USA_GA_Savannah.Intl.AP.722070_TMY3-cache.csv
|
578
292
|
/weather/USA_GA_Savannah.Intl.AP.722070_TMY3.epw
|
579
|
-
/weather/USA_GA_Valdosta-Moody.AFB.747810_TMY3-cache.csv
|
580
293
|
/weather/USA_GA_Valdosta-Moody.AFB.747810_TMY3.epw
|
581
|
-
/weather/USA_GA_Valdosta.Rgnl.AP.722166_TMY3-cache.csv
|
582
294
|
/weather/USA_GA_Valdosta.Rgnl.AP.722166_TMY3.epw
|
583
|
-
/weather/USA_GA_Warner.Robins.AFB.722175_TMY3-cache.csv
|
584
295
|
/weather/USA_GA_Warner.Robins.AFB.722175_TMY3.epw
|
585
|
-
/weather/USA_HI_Barbers.Point.NAS.911780_TMY3-cache.csv
|
586
296
|
/weather/USA_HI_Barbers.Point.NAS.911780_TMY3.epw
|
587
|
-
/weather/USA_HI_Hilo.Intl.AP.912850_TMY3-cache.csv
|
588
297
|
/weather/USA_HI_Hilo.Intl.AP.912850_TMY3.epw
|
589
|
-
/weather/USA_HI_Kahului.AP.911900_TMY3-cache.csv
|
590
298
|
/weather/USA_HI_Kahului.AP.911900_TMY3.epw
|
591
|
-
/weather/USA_HI_Kailua-Kaneohe.Bay.MCAS.911760_TMY3-cache.csv
|
592
299
|
/weather/USA_HI_Kailua-Kaneohe.Bay.MCAS.911760_TMY3.epw
|
593
|
-
/weather/USA_HI_Kapalua-West.Maui.AP.911904_TMY3-cache.csv
|
594
300
|
/weather/USA_HI_Kapalua-West.Maui.AP.911904_TMY3.epw
|
595
|
-
/weather/USA_HI_Keahole-Kona.Intl.AP.911975_TMY3-cache.csv
|
596
301
|
/weather/USA_HI_Keahole-Kona.Intl.AP.911975_TMY3.epw
|
597
|
-
/weather/USA_HI_Lanai.AP.911905_TMY3-cache.csv
|
598
302
|
/weather/USA_HI_Lanai.AP.911905_TMY3.epw
|
599
|
-
/weather/USA_HI_Lihue.AP.911650_TMY3-cache.csv
|
600
303
|
/weather/USA_HI_Lihue.AP.911650_TMY3.epw
|
601
|
-
/weather/USA_HI_Molokai.AWOS.911860_TMY3-cache.csv
|
602
304
|
/weather/USA_HI_Molokai.AWOS.911860_TMY3.epw
|
603
|
-
/weather/USA_IA_Algona.Muni.AP.725457_TMY3-cache.csv
|
604
305
|
/weather/USA_IA_Algona.Muni.AP.725457_TMY3.epw
|
605
|
-
/weather/USA_IA_Atlantic.Muni.AP.725453_TMY3-cache.csv
|
606
306
|
/weather/USA_IA_Atlantic.Muni.AP.725453_TMY3.epw
|
607
|
-
/weather/USA_IA_Boone.Muni.AP.725486_TMY3-cache.csv
|
608
307
|
/weather/USA_IA_Boone.Muni.AP.725486_TMY3.epw
|
609
|
-
/weather/USA_IA_Burlington.Muni.AP.725455_TMY3-cache.csv
|
610
308
|
/weather/USA_IA_Burlington.Muni.AP.725455_TMY3.epw
|
611
|
-
/weather/USA_IA_Carroll.Muni.AP.725468_TMY3-cache.csv
|
612
309
|
/weather/USA_IA_Carroll.Muni.AP.725468_TMY3.epw
|
613
|
-
/weather/USA_IA_Cedar.Rapids.Muni.AP.725450_TMY3-cache.csv
|
614
310
|
/weather/USA_IA_Cedar.Rapids.Muni.AP.725450_TMY3.epw
|
615
|
-
/weather/USA_IA_Chariton.Muni.AP.725469_TMY3-cache.csv
|
616
311
|
/weather/USA_IA_Chariton.Muni.AP.725469_TMY3.epw
|
617
|
-
/weather/USA_IA_Charles.City.Muni.AP.725463_TMY3-cache.csv
|
618
312
|
/weather/USA_IA_Charles.City.Muni.AP.725463_TMY3.epw
|
619
|
-
/weather/USA_IA_Clarinda.Muni.AP.725479_TMY3-cache.csv
|
620
313
|
/weather/USA_IA_Clarinda.Muni.AP.725479_TMY3.epw
|
621
|
-
/weather/USA_IA_Clinton.Muni.AWOS.725473_TMY3-cache.csv
|
622
314
|
/weather/USA_IA_Clinton.Muni.AWOS.725473_TMY3.epw
|
623
|
-
/weather/USA_IA_Council.Bluffs.Muni.AP.725497_TMY3-cache.csv
|
624
315
|
/weather/USA_IA_Council.Bluffs.Muni.AP.725497_TMY3.epw
|
625
|
-
/weather/USA_IA_Creston.Muni.AP.725474_TMY3-cache.csv
|
626
316
|
/weather/USA_IA_Creston.Muni.AP.725474_TMY3.epw
|
627
|
-
/weather/USA_IA_Decorah.Muni.AP.725476_TMY3-cache.csv
|
628
317
|
/weather/USA_IA_Decorah.Muni.AP.725476_TMY3.epw
|
629
|
-
/weather/USA_IA_Denison.Muni.AP.725477_TMY3-cache.csv
|
630
318
|
/weather/USA_IA_Denison.Muni.AP.725477_TMY3.epw
|
631
|
-
/weather/USA_IA_Des.Moines.Intl.AP.725460_TMY3-cache.csv
|
632
319
|
/weather/USA_IA_Des.Moines.Intl.AP.725460_TMY3.epw
|
633
|
-
/weather/USA_IA_Dubuque.Rgnl.AP.725470_TMY3-cache.csv
|
634
320
|
/weather/USA_IA_Dubuque.Rgnl.AP.725470_TMY3.epw
|
635
|
-
/weather/USA_IA_Estherville.Muni.AP.726499_TMY3-cache.csv
|
636
321
|
/weather/USA_IA_Estherville.Muni.AP.726499_TMY3.epw
|
637
|
-
/weather/USA_IA_Fairfield.Muni.AP.726498_TMY3-cache.csv
|
638
322
|
/weather/USA_IA_Fairfield.Muni.AP.726498_TMY3.epw
|
639
|
-
/weather/USA_IA_Fort.Dodge.AWOS.725490_TMY3-cache.csv
|
640
323
|
/weather/USA_IA_Fort.Dodge.AWOS.725490_TMY3.epw
|
641
|
-
/weather/USA_IA_Fort.Madison.Muni.AP.725483_TMY3-cache.csv
|
642
324
|
/weather/USA_IA_Fort.Madison.Muni.AP.725483_TMY3.epw
|
643
|
-
/weather/USA_IA_Keokuk.Muni.AP.725456_TMY3-cache.csv
|
644
325
|
/weather/USA_IA_Keokuk.Muni.AP.725456_TMY3.epw
|
645
|
-
/weather/USA_IA_Knoxville.Muni.AP.725493_TMY3-cache.csv
|
646
326
|
/weather/USA_IA_Knoxville.Muni.AP.725493_TMY3.epw
|
647
|
-
/weather/USA_IA_Le.Mars.Muni.AP.725484_TMY3-cache.csv
|
648
327
|
/weather/USA_IA_Le.Mars.Muni.AP.725484_TMY3.epw
|
649
|
-
/weather/USA_IA_Mason.City.Muni.AP.725485_TMY3-cache.csv
|
650
328
|
/weather/USA_IA_Mason.City.Muni.AP.725485_TMY3.epw
|
651
|
-
/weather/USA_IA_Monticello.Muni.AP.725475_TMY3-cache.csv
|
652
329
|
/weather/USA_IA_Monticello.Muni.AP.725475_TMY3.epw
|
653
|
-
/weather/USA_IA_Muscatine.Muni.AP.725487_TMY3-cache.csv
|
654
330
|
/weather/USA_IA_Muscatine.Muni.AP.725487_TMY3.epw
|
655
|
-
/weather/USA_IA_Newton.Muni.AP.725464_TMY3-cache.csv
|
656
331
|
/weather/USA_IA_Newton.Muni.AP.725464_TMY3.epw
|
657
|
-
/weather/USA_IA_Oelwein.Muni.AP.725488_TMY3-cache.csv
|
658
332
|
/weather/USA_IA_Oelwein.Muni.AP.725488_TMY3.epw
|
659
|
-
/weather/USA_IA_Orange.City.Muni.AP.725489_TMY3-cache.csv
|
660
333
|
/weather/USA_IA_Orange.City.Muni.AP.725489_TMY3.epw
|
661
|
-
/weather/USA_IA_Ottumwa.Industrial.AP.725465_TMY3-cache.csv
|
662
334
|
/weather/USA_IA_Ottumwa.Industrial.AP.725465_TMY3.epw
|
663
|
-
/weather/USA_IA_Red.Oak.Muni.AP.725494_TMY3-cache.csv
|
664
335
|
/weather/USA_IA_Red.Oak.Muni.AP.725494_TMY3.epw
|
665
|
-
/weather/USA_IA_Sheldon.Muni.AP.725495_TMY3-cache.csv
|
666
336
|
/weather/USA_IA_Sheldon.Muni.AP.725495_TMY3.epw
|
667
|
-
/weather/USA_IA_Shenandoah.Muni.AP.725467_TMY3-cache.csv
|
668
337
|
/weather/USA_IA_Shenandoah.Muni.AP.725467_TMY3.epw
|
669
|
-
/weather/USA_IA_Sioux.City-Sioux.Gateway.AP.725570_TMY3-cache.csv
|
670
338
|
/weather/USA_IA_Sioux.City-Sioux.Gateway.AP.725570_TMY3.epw
|
671
|
-
/weather/USA_IA_Spencer.Muni.AP.726500_TMY3-cache.csv
|
672
339
|
/weather/USA_IA_Spencer.Muni.AP.726500_TMY3.epw
|
673
|
-
/weather/USA_IA_Storm.Lake.Muni.AP.725496_TMY3-cache.csv
|
674
340
|
/weather/USA_IA_Storm.Lake.Muni.AP.725496_TMY3.epw
|
675
|
-
/weather/USA_IA_Washington.Muni.AP.725454_TMY3-cache.csv
|
676
341
|
/weather/USA_IA_Washington.Muni.AP.725454_TMY3.epw
|
677
|
-
/weather/USA_IA_Waterloo.Muni.AP.725480_TMY3-cache.csv
|
678
342
|
/weather/USA_IA_Waterloo.Muni.AP.725480_TMY3.epw
|
679
|
-
/weather/USA_IA_Webster.City.Muni.AP.725478_TMY3-cache.csv
|
680
343
|
/weather/USA_IA_Webster.City.Muni.AP.725478_TMY3.epw
|
681
|
-
/weather/USA_ID_Boise.Air.Terminal.726810_TMY3-cache.csv
|
682
344
|
/weather/USA_ID_Boise.Air.Terminal.726810_TMY3.epw
|
683
|
-
/weather/USA_ID_Burley.Muni.AP.725867_TMY3-cache.csv
|
684
345
|
/weather/USA_ID_Burley.Muni.AP.725867_TMY3.epw
|
685
|
-
/weather/USA_ID_Caldwell.AWOS.726813_TMY3-cache.csv
|
686
346
|
/weather/USA_ID_Caldwell.AWOS.726813_TMY3.epw
|
687
|
-
/weather/USA_ID_Coeur.dAlene.AWOS.727834_TMY3-cache.csv
|
688
347
|
/weather/USA_ID_Coeur.dAlene.AWOS.727834_TMY3.epw
|
689
|
-
/weather/USA_ID_Hailey-Sun.Valley.AP.725865_TMY3-cache.csv
|
690
348
|
/weather/USA_ID_Hailey-Sun.Valley.AP.725865_TMY3.epw
|
691
|
-
/weather/USA_ID_Idaho.Falls-Fanning.Field.725785_TMY3-cache.csv
|
692
349
|
/weather/USA_ID_Idaho.Falls-Fanning.Field.725785_TMY3.epw
|
693
|
-
/weather/USA_ID_Lewiston-Nez.Perce.County.AP.727830_TMY3-cache.csv
|
694
350
|
/weather/USA_ID_Lewiston-Nez.Perce.County.AP.727830_TMY3.epw
|
695
|
-
/weather/USA_ID_Malad.City.AP.725786_TMY3-cache.csv
|
696
351
|
/weather/USA_ID_Malad.City.AP.725786_TMY3.epw
|
697
|
-
/weather/USA_ID_Mountain.Home.AFB.726815_TMY3-cache.csv
|
698
352
|
/weather/USA_ID_Mountain.Home.AFB.726815_TMY3.epw
|
699
|
-
/weather/USA_ID_Pocatello.Muni.AP.725780_TMY3-cache.csv
|
700
353
|
/weather/USA_ID_Pocatello.Muni.AP.725780_TMY3.epw
|
701
|
-
/weather/USA_ID_Salmon-Lemhi.AWOS.726865_TMY3-cache.csv
|
702
354
|
/weather/USA_ID_Salmon-Lemhi.AWOS.726865_TMY3.epw
|
703
|
-
/weather/USA_ID_Soda.Springs-Tigert.AP.725868_TMY3-cache.csv
|
704
355
|
/weather/USA_ID_Soda.Springs-Tigert.AP.725868_TMY3.epw
|
705
|
-
/weather/USA_ID_Twin.Falls-Magic.Valley.Rgnl.AP-Joslin.Field.725866_TMY3-cache.csv
|
706
356
|
/weather/USA_ID_Twin.Falls-Magic.Valley.Rgnl.AP-Joslin.Field.725866_TMY3.epw
|
707
|
-
/weather/USA_IL_Aurora.Muni.AP.744655_TMY3-cache.csv
|
708
357
|
/weather/USA_IL_Aurora.Muni.AP.744655_TMY3.epw
|
709
|
-
/weather/USA_IL_Belleville-Scott.AFB.724338_TMY3-cache.csv
|
710
358
|
/weather/USA_IL_Belleville-Scott.AFB.724338_TMY3.epw
|
711
|
-
/weather/USA_IL_Bloomington.Normal-Central.Illinois.Rgnl.AP.724397_TMY3-cache.csv
|
712
359
|
/weather/USA_IL_Bloomington.Normal-Central.Illinois.Rgnl.AP.724397_TMY3.epw
|
713
|
-
/weather/USA_IL_Cahokia.AP.725314_TMY3-cache.csv
|
714
360
|
/weather/USA_IL_Cahokia.AP.725314_TMY3.epw
|
715
|
-
/weather/USA_IL_Carbondale-Southern.Illinois.AP.724336_TMY3-cache.csv
|
716
361
|
/weather/USA_IL_Carbondale-Southern.Illinois.AP.724336_TMY3.epw
|
717
|
-
/weather/USA_IL_Chicago-Midway.AP.725340_TMY3-cache.csv
|
718
362
|
/weather/USA_IL_Chicago-Midway.AP.725340_TMY3.epw
|
719
|
-
/weather/USA_IL_Chicago-OHare.Intl.AP.725300_TMY3-cache.csv
|
720
363
|
/weather/USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw
|
721
|
-
/weather/USA_IL_Decatur.AP.725316_TMY3-cache.csv
|
722
364
|
/weather/USA_IL_Decatur.AP.725316_TMY3.epw
|
723
|
-
/weather/USA_IL_Du.Page.AP.725305_TMY3-cache.csv
|
724
365
|
/weather/USA_IL_Du.Page.AP.725305_TMY3.epw
|
725
|
-
/weather/USA_IL_Marion-Williamson.County.Rgnl.AP.724339_TMY3-cache.csv
|
726
366
|
/weather/USA_IL_Marion-Williamson.County.Rgnl.AP.724339_TMY3.epw
|
727
|
-
/weather/USA_IL_Moline-Quad.City.Intl.AP.725440_TMY3-cache.csv
|
728
367
|
/weather/USA_IL_Moline-Quad.City.Intl.AP.725440_TMY3.epw
|
729
|
-
/weather/USA_IL_Mount.Vernon.AWOS.724335_TMY3-cache.csv
|
730
368
|
/weather/USA_IL_Mount.Vernon.AWOS.724335_TMY3.epw
|
731
|
-
/weather/USA_IL_Peoria-Greater.Peoria.AP.725320_TMY3-cache.csv
|
732
369
|
/weather/USA_IL_Peoria-Greater.Peoria.AP.725320_TMY3.epw
|
733
|
-
/weather/USA_IL_Quincy.Muni.AP.724396_TMY3-cache.csv
|
734
370
|
/weather/USA_IL_Quincy.Muni.AP.724396_TMY3.epw
|
735
|
-
/weather/USA_IL_Rockford-Greater.Rockford.AP.725430_TMY3-cache.csv
|
736
371
|
/weather/USA_IL_Rockford-Greater.Rockford.AP.725430_TMY3.epw
|
737
|
-
/weather/USA_IL_Springfield-Capital.AP.724390_TMY3-cache.csv
|
738
372
|
/weather/USA_IL_Springfield-Capital.AP.724390_TMY3.epw
|
739
|
-
/weather/USA_IL_Sterling-Rock.Falls-Whiteside.County.AP.725326_TMY3-cache.csv
|
740
373
|
/weather/USA_IL_Sterling-Rock.Falls-Whiteside.County.AP.725326_TMY3.epw
|
741
|
-
/weather/USA_IL_University.of.Illinois-Willard.AP.725315_TMY3-cache.csv
|
742
374
|
/weather/USA_IL_University.of.Illinois-Willard.AP.725315_TMY3.epw
|
743
|
-
/weather/USA_IL_Waukegan.Rgnl.AP.725347_TMY3-cache.csv
|
744
375
|
/weather/USA_IL_Waukegan.Rgnl.AP.725347_TMY3.epw
|
745
|
-
/weather/USA_IN_Delaware.County-Johnson.Field.725336_TMY3-cache.csv
|
746
376
|
/weather/USA_IN_Delaware.County-Johnson.Field.725336_TMY3.epw
|
747
|
-
/weather/USA_IN_Evansville.Rgnl.AP.724320_TMY3-cache.csv
|
748
377
|
/weather/USA_IN_Evansville.Rgnl.AP.724320_TMY3.epw
|
749
|
-
/weather/USA_IN_Fort.Wayne.Intl.AP.725330_TMY3-cache.csv
|
750
378
|
/weather/USA_IN_Fort.Wayne.Intl.AP.725330_TMY3.epw
|
751
|
-
/weather/USA_IN_Grissom.AFB.725335_TMY3-cache.csv
|
752
379
|
/weather/USA_IN_Grissom.AFB.725335_TMY3.epw
|
753
|
-
/weather/USA_IN_Huntingburg.Muni.AP.724365_TMY3-cache.csv
|
754
380
|
/weather/USA_IN_Huntingburg.Muni.AP.724365_TMY3.epw
|
755
|
-
/weather/USA_IN_Indianapolis.Intl.AP.724380_TMY3-cache.csv
|
756
381
|
/weather/USA_IN_Indianapolis.Intl.AP.724380_TMY3.epw
|
757
|
-
/weather/USA_IN_Lafayette-Purdue.University.AP.724386_TMY3-cache.csv
|
758
382
|
/weather/USA_IN_Lafayette-Purdue.University.AP.724386_TMY3.epw
|
759
|
-
/weather/USA_IN_Monroe.County.AP.724375_TMY3-cache.csv
|
760
383
|
/weather/USA_IN_Monroe.County.AP.724375_TMY3.epw
|
761
|
-
/weather/USA_IN_South.Bend-Michiana.Rgnl.AP.725350_TMY3-cache.csv
|
762
384
|
/weather/USA_IN_South.Bend-Michiana.Rgnl.AP.725350_TMY3.epw
|
763
|
-
/weather/USA_IN_Terre.Haute-Hulman.Rgnl.AP.724373_TMY3-cache.csv
|
764
385
|
/weather/USA_IN_Terre.Haute-Hulman.Rgnl.AP.724373_TMY3.epw
|
765
|
-
/weather/USA_KS_Chanute-Martin.Johnson.AP.724507_TMY3-cache.csv
|
766
386
|
/weather/USA_KS_Chanute-Martin.Johnson.AP.724507_TMY3.epw
|
767
|
-
/weather/USA_KS_Concordia-Blosser.Muni.AP.724580_TMY3-cache.csv
|
768
387
|
/weather/USA_KS_Concordia-Blosser.Muni.AP.724580_TMY3.epw
|
769
|
-
/weather/USA_KS_Dodge.City.Rgnl.AP.724510_TMY3-cache.csv
|
770
388
|
/weather/USA_KS_Dodge.City.Rgnl.AP.724510_TMY3.epw
|
771
|
-
/weather/USA_KS_Emporia.Muni.AP.724556_TMY3-cache.csv
|
772
389
|
/weather/USA_KS_Emporia.Muni.AP.724556_TMY3.epw
|
773
|
-
/weather/USA_KS_Fort.Riley-Marshall.AAF.724550_TMY3-cache.csv
|
774
390
|
/weather/USA_KS_Fort.Riley-Marshall.AAF.724550_TMY3.epw
|
775
|
-
/weather/USA_KS_Garden.City.Muni.AP.724515_TMY3-cache.csv
|
776
391
|
/weather/USA_KS_Garden.City.Muni.AP.724515_TMY3.epw
|
777
|
-
/weather/USA_KS_Goodland-Renner.Field.724650_TMY3-cache.csv
|
778
392
|
/weather/USA_KS_Goodland-Renner.Field.724650_TMY3.epw
|
779
|
-
/weather/USA_KS_Great.Bend.AWOS.724517_TMY3-cache.csv
|
780
393
|
/weather/USA_KS_Great.Bend.AWOS.724517_TMY3.epw
|
781
|
-
/weather/USA_KS_Hays.Muni.AWOS.724518_TMY3-cache.csv
|
782
394
|
/weather/USA_KS_Hays.Muni.AWOS.724518_TMY3.epw
|
783
|
-
/weather/USA_KS_Hill.City.Muni.AP.724655_TMY3-cache.csv
|
784
395
|
/weather/USA_KS_Hill.City.Muni.AP.724655_TMY3.epw
|
785
|
-
/weather/USA_KS_Hutchinson.Muni.AP.724506_TMY3-cache.csv
|
786
396
|
/weather/USA_KS_Hutchinson.Muni.AP.724506_TMY3.epw
|
787
|
-
/weather/USA_KS_Liberal.Muni.AP.724516_TMY3-cache.csv
|
788
397
|
/weather/USA_KS_Liberal.Muni.AP.724516_TMY3.epw
|
789
|
-
/weather/USA_KS_Manhattan.Rgnl.AP.724555_TMY3-cache.csv
|
790
398
|
/weather/USA_KS_Manhattan.Rgnl.AP.724555_TMY3.epw
|
791
|
-
/weather/USA_KS_Newton.AWOS.724509_TMY3-cache.csv
|
792
399
|
/weather/USA_KS_Newton.AWOS.724509_TMY3.epw
|
793
|
-
/weather/USA_KS_Olathe-Johnson.County.Executive.AP.724468_TMY3-cache.csv
|
794
400
|
/weather/USA_KS_Olathe-Johnson.County.Executive.AP.724468_TMY3.epw
|
795
|
-
/weather/USA_KS_Olathe-Johnson.County.Industrial.AP.724475_TMY3-cache.csv
|
796
401
|
/weather/USA_KS_Olathe-Johnson.County.Industrial.AP.724475_TMY3.epw
|
797
|
-
/weather/USA_KS_Russell.Muni.AP.724585_TMY3-cache.csv
|
798
402
|
/weather/USA_KS_Russell.Muni.AP.724585_TMY3.epw
|
799
|
-
/weather/USA_KS_Salina.Muni.AP.724586_TMY3-cache.csv
|
800
403
|
/weather/USA_KS_Salina.Muni.AP.724586_TMY3.epw
|
801
|
-
/weather/USA_KS_Topeka-Forbes.AFB.724565_TMY3-cache.csv
|
802
404
|
/weather/USA_KS_Topeka-Forbes.AFB.724565_TMY3.epw
|
803
|
-
/weather/USA_KS_Topeka-Phillip.Billard.Muni.AP.724560_TMY3-cache.csv
|
804
405
|
/weather/USA_KS_Topeka-Phillip.Billard.Muni.AP.724560_TMY3.epw
|
805
|
-
/weather/USA_KS_Wichita-Col.Jabara.Field.724504_TMY3-cache.csv
|
806
406
|
/weather/USA_KS_Wichita-Col.Jabara.Field.724504_TMY3.epw
|
807
|
-
/weather/USA_KS_Wichita-McConnell.AFB.724505_TMY3-cache.csv
|
808
407
|
/weather/USA_KS_Wichita-McConnell.AFB.724505_TMY3.epw
|
809
|
-
/weather/USA_KS_Wichita-Mid.Continent.AP.724500_TMY3-cache.csv
|
810
408
|
/weather/USA_KS_Wichita-Mid.Continent.AP.724500_TMY3.epw
|
811
|
-
/weather/USA_KY_Bowling.Green-Warren.County.AP.746716_TMY3-cache.csv
|
812
409
|
/weather/USA_KY_Bowling.Green-Warren.County.AP.746716_TMY3.epw
|
813
|
-
/weather/USA_KY_Cincinnati-Northern.Kentucky.AP.724210_TMY3-cache.csv
|
814
410
|
/weather/USA_KY_Cincinnati-Northern.Kentucky.AP.724210_TMY3.epw
|
815
|
-
/weather/USA_KY_Fort.Campbell.AAF.746710_TMY3-cache.csv
|
816
411
|
/weather/USA_KY_Fort.Campbell.AAF.746710_TMY3.epw
|
817
|
-
/weather/USA_KY_Fort.Knox-Godman.AAF.724240_TMY3-cache.csv
|
818
412
|
/weather/USA_KY_Fort.Knox-Godman.AAF.724240_TMY3.epw
|
819
|
-
/weather/USA_KY_Henderson.City.County.AP.724238_TMY3-cache.csv
|
820
413
|
/weather/USA_KY_Henderson.City.County.AP.724238_TMY3.epw
|
821
|
-
/weather/USA_KY_Jackson-Julian.Carroll.AP.724236_TMY3-cache.csv
|
822
414
|
/weather/USA_KY_Jackson-Julian.Carroll.AP.724236_TMY3.epw
|
823
|
-
/weather/USA_KY_Lexington-Bluegrass.AP.724220_TMY3-cache.csv
|
824
415
|
/weather/USA_KY_Lexington-Bluegrass.AP.724220_TMY3.epw
|
825
|
-
/weather/USA_KY_London-Corbin-Magee.Field.724243_TMY3-cache.csv
|
826
416
|
/weather/USA_KY_London-Corbin-Magee.Field.724243_TMY3.epw
|
827
|
-
/weather/USA_KY_Louisville-Bowman.Field.724235_TMY3-cache.csv
|
828
417
|
/weather/USA_KY_Louisville-Bowman.Field.724235_TMY3.epw
|
829
|
-
/weather/USA_KY_Louisville-Standiford.Field.724230_TMY3-cache.csv
|
830
418
|
/weather/USA_KY_Louisville-Standiford.Field.724230_TMY3.epw
|
831
|
-
/weather/USA_KY_Paducah-Barkley.Rgnl.AP.724350_TMY3-cache.csv
|
832
419
|
/weather/USA_KY_Paducah-Barkley.Rgnl.AP.724350_TMY3.epw
|
833
|
-
/weather/USA_KY_Somerset-Pulaski.County.AWOS.724354_TMY3-cache.csv
|
834
420
|
/weather/USA_KY_Somerset-Pulaski.County.AWOS.724354_TMY3.epw
|
835
|
-
/weather/USA_LA_Alexandria-England.AFB.747540_TMY3-cache.csv
|
836
421
|
/weather/USA_LA_Alexandria-England.AFB.747540_TMY3.epw
|
837
|
-
/weather/USA_LA_Alexandria-Esler.Rgnl.AP.722487_TMY3-cache.csv
|
838
422
|
/weather/USA_LA_Alexandria-Esler.Rgnl.AP.722487_TMY3.epw
|
839
|
-
/weather/USA_LA_Barksdale.AFB.722485_TMY3-cache.csv
|
840
423
|
/weather/USA_LA_Barksdale.AFB.722485_TMY3.epw
|
841
|
-
/weather/USA_LA_Baton.Rouge-Ryan.AP.722317_TMY3-cache.csv
|
842
424
|
/weather/USA_LA_Baton.Rouge-Ryan.AP.722317_TMY3.epw
|
843
|
-
/weather/USA_LA_Fort.Polk.722390_TMY3-cache.csv
|
844
425
|
/weather/USA_LA_Fort.Polk.722390_TMY3.epw
|
845
|
-
/weather/USA_LA_Houma-Terrebonne.AP.722406_TMY3-cache.csv
|
846
426
|
/weather/USA_LA_Houma-Terrebonne.AP.722406_TMY3.epw
|
847
|
-
/weather/USA_LA_Lafayette.RgnlAP.722405_TMY3-cache.csv
|
848
427
|
/weather/USA_LA_Lafayette.RgnlAP.722405_TMY3.epw
|
849
|
-
/weather/USA_LA_Lake.Charles.AP.722404_TMY3-cache.csv
|
850
428
|
/weather/USA_LA_Lake.Charles.AP.722404_TMY3.epw
|
851
|
-
/weather/USA_LA_Lake.Charles.Rgnl.AP.722400_TMY3-cache.csv
|
852
429
|
/weather/USA_LA_Lake.Charles.Rgnl.AP.722400_TMY3.epw
|
853
|
-
/weather/USA_LA_Monroe.Rgnl.AP.722486_TMY3-cache.csv
|
854
430
|
/weather/USA_LA_Monroe.Rgnl.AP.722486_TMY3.epw
|
855
|
-
/weather/USA_LA_New.Iberia.722314_TMY3-cache.csv
|
856
431
|
/weather/USA_LA_New.Iberia.722314_TMY3.epw
|
857
|
-
/weather/USA_LA_New.Orleans-Alvin.Callender.Field.722316_TMY3-cache.csv
|
858
432
|
/weather/USA_LA_New.Orleans-Alvin.Callender.Field.722316_TMY3.epw
|
859
|
-
/weather/USA_LA_New.Orleans-Lakefront.AP.722315_TMY3-cache.csv
|
860
433
|
/weather/USA_LA_New.Orleans-Lakefront.AP.722315_TMY3.epw
|
861
|
-
/weather/USA_LA_New.Orleans.Intl.AP.722310_TMY3-cache.csv
|
862
434
|
/weather/USA_LA_New.Orleans.Intl.AP.722310_TMY3.epw
|
863
|
-
/weather/USA_LA_Patterson.Mem.AP.722329_TMY3-cache.csv
|
864
435
|
/weather/USA_LA_Patterson.Mem.AP.722329_TMY3.epw
|
865
|
-
/weather/USA_LA_Shreveport.Downtown.722484_TMY3-cache.csv
|
866
436
|
/weather/USA_LA_Shreveport.Downtown.722484_TMY3.epw
|
867
|
-
/weather/USA_LA_Shreveport.Rgnl.AP.722480_TMY3-cache.csv
|
868
437
|
/weather/USA_LA_Shreveport.Rgnl.AP.722480_TMY3.epw
|
869
|
-
/weather/USA_MA_Barnstable-Boardman.Poland.AP.725067_TMY3-cache.csv
|
870
438
|
/weather/USA_MA_Barnstable-Boardman.Poland.AP.725067_TMY3.epw
|
871
|
-
/weather/USA_MA_Beverly.Muni.AP.725088_TMY3-cache.csv
|
872
439
|
/weather/USA_MA_Beverly.Muni.AP.725088_TMY3.epw
|
873
|
-
/weather/USA_MA_Boston-Logan.Intl.AP.725090_TMY3-cache.csv
|
874
440
|
/weather/USA_MA_Boston-Logan.Intl.AP.725090_TMY3.epw
|
875
|
-
/weather/USA_MA_Chicopee.Falls-Westover.AFB.744910_TMY3-cache.csv
|
876
441
|
/weather/USA_MA_Chicopee.Falls-Westover.AFB.744910_TMY3.epw
|
877
|
-
/weather/USA_MA_Lawrence.Muni.AP.744904_TMY3-cache.csv
|
878
442
|
/weather/USA_MA_Lawrence.Muni.AP.744904_TMY3.epw
|
879
|
-
/weather/USA_MA_Marthas.Vineyard.AP.725066_TMY3-cache.csv
|
880
443
|
/weather/USA_MA_Marthas.Vineyard.AP.725066_TMY3.epw
|
881
|
-
/weather/USA_MA_Nantucket.Mem.AP.725063_TMY3-cache.csv
|
882
444
|
/weather/USA_MA_Nantucket.Mem.AP.725063_TMY3.epw
|
883
|
-
/weather/USA_MA_New.Bedford.Rgnl.AP.725065_TMY3-cache.csv
|
884
445
|
/weather/USA_MA_New.Bedford.Rgnl.AP.725065_TMY3.epw
|
885
|
-
/weather/USA_MA_North.Adams.AP.725075_TMY3-cache.csv
|
886
446
|
/weather/USA_MA_North.Adams.AP.725075_TMY3.epw
|
887
|
-
/weather/USA_MA_Norwood.Mem.AP.725098_TMY3-cache.csv
|
888
447
|
/weather/USA_MA_Norwood.Mem.AP.725098_TMY3.epw
|
889
|
-
/weather/USA_MA_Otis.ANGB.725060_TMY3-cache.csv
|
890
448
|
/weather/USA_MA_Otis.ANGB.725060_TMY3.epw
|
891
|
-
/weather/USA_MA_Plymouth.Muni.AP.725064_TMY3-cache.csv
|
892
449
|
/weather/USA_MA_Plymouth.Muni.AP.725064_TMY3.epw
|
893
|
-
/weather/USA_MA_Provincetown.AWOS.725073_TMY3-cache.csv
|
894
450
|
/weather/USA_MA_Provincetown.AWOS.725073_TMY3.epw
|
895
|
-
/weather/USA_MA_Westfield-Barnes.Muni.AP.744915_TMY3-cache.csv
|
896
451
|
/weather/USA_MA_Westfield-Barnes.Muni.AP.744915_TMY3.epw
|
897
|
-
/weather/USA_MA_Worcester.Rgnl.AP.725095_TMY3-cache.csv
|
898
452
|
/weather/USA_MA_Worcester.Rgnl.AP.725095_TMY3.epw
|
899
|
-
/weather/USA_MD_Andrews.AFB.745940_TMY3-cache.csv
|
900
453
|
/weather/USA_MD_Andrews.AFB.745940_TMY3.epw
|
901
|
-
/weather/USA_MD_Hagerstown-Washington.County.Rgnl.AP.724066_TMY3-cache.csv
|
902
454
|
/weather/USA_MD_Hagerstown-Washington.County.Rgnl.AP.724066_TMY3.epw
|
903
|
-
/weather/USA_MD_Patuxent.River.NAS.724040_TMY3-cache.csv
|
904
455
|
/weather/USA_MD_Patuxent.River.NAS.724040_TMY3.epw
|
905
|
-
/weather/USA_MD_Salisbury-Wicomico.County.Rgnl.AP.724045_TMY3-cache.csv
|
906
456
|
/weather/USA_MD_Salisbury-Wicomico.County.Rgnl.AP.724045_TMY3.epw
|
907
|
-
/weather/USA_ME_Auburn-Lewiston.Muni.AP.726184_TMY3-cache.csv
|
908
457
|
/weather/USA_ME_Auburn-Lewiston.Muni.AP.726184_TMY3.epw
|
909
|
-
/weather/USA_ME_Augusta.AP.726185_TMY3-cache.csv
|
910
458
|
/weather/USA_ME_Augusta.AP.726185_TMY3.epw
|
911
|
-
/weather/USA_ME_Bangor.Intl.AP.726088_TMY3-cache.csv
|
912
459
|
/weather/USA_ME_Bangor.Intl.AP.726088_TMY3.epw
|
913
|
-
/weather/USA_ME_Bar.Harbor.AWOS.726077_TMY3-cache.csv
|
914
460
|
/weather/USA_ME_Bar.Harbor.AWOS.726077_TMY3.epw
|
915
|
-
/weather/USA_ME_Brunswick.NAS.743920_TMY3-cache.csv
|
916
461
|
/weather/USA_ME_Brunswick.NAS.743920_TMY3.epw
|
917
|
-
/weather/USA_ME_Caribou.Muni.AP.727120_TMY3-cache.csv
|
918
462
|
/weather/USA_ME_Caribou.Muni.AP.727120_TMY3.epw
|
919
|
-
/weather/USA_ME_Edmundston-Northern.Aroostook.Rgnl.AP.726083_TMY3-cache.csv
|
920
463
|
/weather/USA_ME_Edmundston-Northern.Aroostook.Rgnl.AP.726083_TMY3.epw
|
921
|
-
/weather/USA_ME_Houlton.Intl.AP.727033_TMY3-cache.csv
|
922
464
|
/weather/USA_ME_Houlton.Intl.AP.727033_TMY3.epw
|
923
|
-
/weather/USA_ME_Millinocket.Muni.AP.726196_TMY3-cache.csv
|
924
465
|
/weather/USA_ME_Millinocket.Muni.AP.726196_TMY3.epw
|
925
|
-
/weather/USA_ME_Portland.Intl.Jetport.726060_TMY3-cache.csv
|
926
466
|
/weather/USA_ME_Portland.Intl.Jetport.726060_TMY3.epw
|
927
|
-
/weather/USA_ME_Presque.Isle.Muni.AP.727130_TMY3-cache.csv
|
928
467
|
/weather/USA_ME_Presque.Isle.Muni.AP.727130_TMY3.epw
|
929
|
-
/weather/USA_ME_Rockland-Knox.AWOS.726079_TMY3-cache.csv
|
930
468
|
/weather/USA_ME_Rockland-Knox.AWOS.726079_TMY3.epw
|
931
|
-
/weather/USA_ME_Sanford.Muni.AWOS.726064_TMY3-cache.csv
|
932
469
|
/weather/USA_ME_Sanford.Muni.AWOS.726064_TMY3.epw
|
933
|
-
/weather/USA_ME_Waterville.AWOS.726073_TMY3-cache.csv
|
934
470
|
/weather/USA_ME_Waterville.AWOS.726073_TMY3.epw
|
935
|
-
/weather/USA_ME_Wiscasset.AP.727135_TMY3-cache.csv
|
936
471
|
/weather/USA_ME_Wiscasset.AP.727135_TMY3.epw
|
937
|
-
/weather/USA_MI_Alpena.County.Rgnl.AP.726390_TMY3-cache.csv
|
938
472
|
/weather/USA_MI_Alpena.County.Rgnl.AP.726390_TMY3.epw
|
939
|
-
/weather/USA_MI_Ann.Arbor.Muni.AP.725374_TMY3-cache.csv
|
940
473
|
/weather/USA_MI_Ann.Arbor.Muni.AP.725374_TMY3.epw
|
941
|
-
/weather/USA_MI_Battle.Creek-Kellogg.AP.725396_TMY3-cache.csv
|
942
474
|
/weather/USA_MI_Battle.Creek-Kellogg.AP.725396_TMY3.epw
|
943
|
-
/weather/USA_MI_Benton.Harbor-Ross.Field-Twin.Cities.AP.726355_TMY3-cache.csv
|
944
475
|
/weather/USA_MI_Benton.Harbor-Ross.Field-Twin.Cities.AP.726355_TMY3.epw
|
945
|
-
/weather/USA_MI_Cadillac-Wexford.County.AP.726384_TMY3-cache.csv
|
946
476
|
/weather/USA_MI_Cadillac-Wexford.County.AP.726384_TMY3.epw
|
947
|
-
/weather/USA_MI_Chippewa.County.Intl.AP.727344_TMY3-cache.csv
|
948
477
|
/weather/USA_MI_Chippewa.County.Intl.AP.727344_TMY3.epw
|
949
|
-
/weather/USA_MI_Detroit-City.AP.725375_TMY3-cache.csv
|
950
478
|
/weather/USA_MI_Detroit-City.AP.725375_TMY3.epw
|
951
|
-
/weather/USA_MI_Detroit-Willow.Run.AP.725376_TMY3-cache.csv
|
952
479
|
/weather/USA_MI_Detroit-Willow.Run.AP.725376_TMY3.epw
|
953
|
-
/weather/USA_MI_Detroit.Metro.AP.725370_TMY3-cache.csv
|
954
480
|
/weather/USA_MI_Detroit.Metro.AP.725370_TMY3.epw
|
955
|
-
/weather/USA_MI_Escanaba.AWOS.726480_TMY3-cache.csv
|
956
481
|
/weather/USA_MI_Escanaba.AWOS.726480_TMY3.epw
|
957
|
-
/weather/USA_MI_Flint-Bishop.Intl.AP.726370_TMY3-cache.csv
|
958
482
|
/weather/USA_MI_Flint-Bishop.Intl.AP.726370_TMY3.epw
|
959
|
-
/weather/USA_MI_Grand.Rapids-Kent.County.Intl.AP.726350_TMY3-cache.csv
|
960
483
|
/weather/USA_MI_Grand.Rapids-Kent.County.Intl.AP.726350_TMY3.epw
|
961
|
-
/weather/USA_MI_Hancock-Houghton.County.AP.727440_TMY3-cache.csv
|
962
484
|
/weather/USA_MI_Hancock-Houghton.County.AP.727440_TMY3.epw
|
963
|
-
/weather/USA_MI_Houghton-Lake.Roscommon.County.AP.726380_TMY3-cache.csv
|
964
485
|
/weather/USA_MI_Houghton-Lake.Roscommon.County.AP.726380_TMY3.epw
|
965
|
-
/weather/USA_MI_Howell-Livingston.County.AP.725378_TMY3-cache.csv
|
966
486
|
/weather/USA_MI_Howell-Livingston.County.AP.725378_TMY3.epw
|
967
|
-
/weather/USA_MI_Iron.Mountain-Ford.Field.727437_TMY3-cache.csv
|
968
487
|
/weather/USA_MI_Iron.Mountain-Ford.Field.727437_TMY3.epw
|
969
|
-
/weather/USA_MI_Ironwood.AWOS.727445_TMY3-cache.csv
|
970
488
|
/weather/USA_MI_Ironwood.AWOS.727445_TMY3.epw
|
971
|
-
/weather/USA_MI_Jackson-Reynolds.Field.725395_TMY3-cache.csv
|
972
489
|
/weather/USA_MI_Jackson-Reynolds.Field.725395_TMY3.epw
|
973
|
-
/weather/USA_MI_Kalamazoo-Battle.Creek.Intl.AP.726357_TMY3-cache.csv
|
974
490
|
/weather/USA_MI_Kalamazoo-Battle.Creek.Intl.AP.726357_TMY3.epw
|
975
|
-
/weather/USA_MI_Lansing-Capital.City.AP.725390_TMY3-cache.csv
|
976
491
|
/weather/USA_MI_Lansing-Capital.City.AP.725390_TMY3.epw
|
977
|
-
/weather/USA_MI_Manistee.AWOS.726385_TMY3-cache.csv
|
978
492
|
/weather/USA_MI_Manistee.AWOS.726385_TMY3.epw
|
979
|
-
/weather/USA_MI_Menominee.AWOS.726487_TMY3-cache.csv
|
980
493
|
/weather/USA_MI_Menominee.AWOS.726487_TMY3.epw
|
981
|
-
/weather/USA_MI_Mount.Clemens-Selfridge.ANGB.725377_TMY3-cache.csv
|
982
494
|
/weather/USA_MI_Mount.Clemens-Selfridge.ANGB.725377_TMY3.epw
|
983
|
-
/weather/USA_MI_Muskegon.County.AP.726360_TMY3-cache.csv
|
984
495
|
/weather/USA_MI_Muskegon.County.AP.726360_TMY3.epw
|
985
|
-
/weather/USA_MI_Oakland.County.Intl.AP.726375_TMY3-cache.csv
|
986
496
|
/weather/USA_MI_Oakland.County.Intl.AP.726375_TMY3.epw
|
987
|
-
/weather/USA_MI_Oscoda-Wurtsmith.AFB.726395_TMY3-cache.csv
|
988
497
|
/weather/USA_MI_Oscoda-Wurtsmith.AFB.726395_TMY3.epw
|
989
|
-
/weather/USA_MI_Pellston-Emmet.County.AP.727347_TMY3-cache.csv
|
990
498
|
/weather/USA_MI_Pellston-Emmet.County.AP.727347_TMY3.epw
|
991
|
-
/weather/USA_MI_Rhinelander-Oneida.County.AP.727415_TMY3-cache.csv
|
992
499
|
/weather/USA_MI_Rhinelander-Oneida.County.AP.727415_TMY3.epw
|
993
|
-
/weather/USA_MI_Saginaw-Tri.City.Intl.AP.726379_TMY3-cache.csv
|
994
500
|
/weather/USA_MI_Saginaw-Tri.City.Intl.AP.726379_TMY3.epw
|
995
|
-
/weather/USA_MI_Sault.Ste.Marie-Sanderson.Field.727340_TMY3-cache.csv
|
996
501
|
/weather/USA_MI_Sault.Ste.Marie-Sanderson.Field.727340_TMY3.epw
|
997
|
-
/weather/USA_MI_St.Clair.County.Intl.AP.725384_TMY3-cache.csv
|
998
502
|
/weather/USA_MI_St.Clair.County.Intl.AP.725384_TMY3.epw
|
999
|
-
/weather/USA_MI_Traverse.City-Cherry.Capital.AP.726387_TMY3-cache.csv
|
1000
503
|
/weather/USA_MI_Traverse.City-Cherry.Capital.AP.726387_TMY3.epw
|
1001
|
-
/weather/USA_MN_Aitkin.AWOS.727504_TMY3-cache.csv
|
1002
504
|
/weather/USA_MN_Aitkin.AWOS.727504_TMY3.epw
|
1003
|
-
/weather/USA_MN_Albert.Lea.AWOS.726589_TMY3-cache.csv
|
1004
505
|
/weather/USA_MN_Albert.Lea.AWOS.726589_TMY3.epw
|
1005
|
-
/weather/USA_MN_Alexandria.Muni.AP.726557_TMY3-cache.csv
|
1006
506
|
/weather/USA_MN_Alexandria.Muni.AP.726557_TMY3.epw
|
1007
|
-
/weather/USA_MN_Austin.Muni.AP.727566_TMY3-cache.csv
|
1008
507
|
/weather/USA_MN_Austin.Muni.AP.727566_TMY3.epw
|
1009
|
-
/weather/USA_MN_Baudette.Intl.AP.727476_TMY3-cache.csv
|
1010
508
|
/weather/USA_MN_Baudette.Intl.AP.727476_TMY3.epw
|
1011
|
-
/weather/USA_MN_Bemidji.Muni.AP.727550_TMY3-cache.csv
|
1012
509
|
/weather/USA_MN_Bemidji.Muni.AP.727550_TMY3.epw
|
1013
|
-
/weather/USA_MN_Benson.Muni.AP.727507_TMY3-cache.csv
|
1014
510
|
/weather/USA_MN_Benson.Muni.AP.727507_TMY3.epw
|
1015
|
-
/weather/USA_MN_Brainerd-Crow.Wing.County.AP.726555_TMY3-cache.csv
|
1016
511
|
/weather/USA_MN_Brainerd-Crow.Wing.County.AP.726555_TMY3.epw
|
1017
|
-
/weather/USA_MN_Cambridge.Muni.AP.727503_TMY3-cache.csv
|
1018
512
|
/weather/USA_MN_Cambridge.Muni.AP.727503_TMY3.epw
|
1019
|
-
/weather/USA_MN_Cloquet.AWOS.726558_TMY3-cache.csv
|
1020
513
|
/weather/USA_MN_Cloquet.AWOS.726558_TMY3.epw
|
1021
|
-
/weather/USA_MN_Crane.Lake.AWOS.727473_TMY3-cache.csv
|
1022
514
|
/weather/USA_MN_Crane.Lake.AWOS.727473_TMY3.epw
|
1023
|
-
/weather/USA_MN_Crookston.Muni.Field.727452_TMY3-cache.csv
|
1024
515
|
/weather/USA_MN_Crookston.Muni.Field.727452_TMY3.epw
|
1025
|
-
/weather/USA_MN_Detroit.Lakes.AWOS.727457_TMY3-cache.csv
|
1026
516
|
/weather/USA_MN_Detroit.Lakes.AWOS.727457_TMY3.epw
|
1027
|
-
/weather/USA_MN_Edin.Prairie-Flying.Cloud.AP.726579_TMY3-cache.csv
|
1028
517
|
/weather/USA_MN_Edin.Prairie-Flying.Cloud.AP.726579_TMY3.epw
|
1029
|
-
/weather/USA_MN_Ely.Muni.AP.727459_TMY3-cache.csv
|
1030
518
|
/weather/USA_MN_Ely.Muni.AP.727459_TMY3.epw
|
1031
|
-
/weather/USA_MN_Eveleth.Muni.AWOS.727474_TMY3-cache.csv
|
1032
519
|
/weather/USA_MN_Eveleth.Muni.AWOS.727474_TMY3.epw
|
1033
|
-
/weather/USA_MN_Fairmont.Muni.AWOS.726586_TMY3-cache.csv
|
1034
520
|
/weather/USA_MN_Fairmont.Muni.AWOS.726586_TMY3.epw
|
1035
|
-
/weather/USA_MN_Faribault.Muni.AWOS.726563_TMY3-cache.csv
|
1036
521
|
/weather/USA_MN_Faribault.Muni.AWOS.726563_TMY3.epw
|
1037
|
-
/weather/USA_MN_Fergus.Falls.AWOS.726560_TMY3-cache.csv
|
1038
522
|
/weather/USA_MN_Fergus.Falls.AWOS.726560_TMY3.epw
|
1039
|
-
/weather/USA_MN_Fosston.AWOS.727505_TMY3-cache.csv
|
1040
523
|
/weather/USA_MN_Fosston.AWOS.727505_TMY3.epw
|
1041
|
-
/weather/USA_MN_Glenwood.AWOS.726547_TMY3-cache.csv
|
1042
524
|
/weather/USA_MN_Glenwood.AWOS.726547_TMY3.epw
|
1043
|
-
/weather/USA_MN_Grand.Rapids.AWOS.727458_TMY3-cache.csv
|
1044
525
|
/weather/USA_MN_Grand.Rapids.AWOS.727458_TMY3.epw
|
1045
|
-
/weather/USA_MN_Hallock.727478_TMY3-cache.csv
|
1046
526
|
/weather/USA_MN_Hallock.727478_TMY3.epw
|
1047
|
-
/weather/USA_MN_Hibbing-Chisholm.Hibbing.AP.727455_TMY3-cache.csv
|
1048
527
|
/weather/USA_MN_Hibbing-Chisholm.Hibbing.AP.727455_TMY3.epw
|
1049
|
-
/weather/USA_MN_Hutchinson.AWOS.726569_TMY3-cache.csv
|
1050
528
|
/weather/USA_MN_Hutchinson.AWOS.726569_TMY3.epw
|
1051
|
-
/weather/USA_MN_International.Falls.Intl.AP.727470_TMY3-cache.csv
|
1052
529
|
/weather/USA_MN_International.Falls.Intl.AP.727470_TMY3.epw
|
1053
|
-
/weather/USA_MN_Litchfield.Muni.AP.726583_TMY3-cache.csv
|
1054
530
|
/weather/USA_MN_Litchfield.Muni.AP.726583_TMY3.epw
|
1055
|
-
/weather/USA_MN_Little.Falls.AWOS.726578_TMY3-cache.csv
|
1056
531
|
/weather/USA_MN_Little.Falls.AWOS.726578_TMY3.epw
|
1057
|
-
/weather/USA_MN_Mankato.AWOS.726585_TMY3-cache.csv
|
1058
532
|
/weather/USA_MN_Mankato.AWOS.726585_TMY3.epw
|
1059
|
-
/weather/USA_MN_Marshall.Muni-Ryan.Field.AWOS.726559_TMY3-cache.csv
|
1060
533
|
/weather/USA_MN_Marshall.Muni-Ryan.Field.AWOS.726559_TMY3.epw
|
1061
|
-
/weather/USA_MN_Minneapolis-Crystal.AP.726575_TMY3-cache.csv
|
1062
534
|
/weather/USA_MN_Minneapolis-Crystal.AP.726575_TMY3.epw
|
1063
|
-
/weather/USA_MN_Minneapolis-St.Paul.Intl.AP.726580_TMY3-cache.csv
|
1064
535
|
/weather/USA_MN_Minneapolis-St.Paul.Intl.AP.726580_TMY3.epw
|
1065
|
-
/weather/USA_MN_Mora.Muni.AWOS.727475_TMY3-cache.csv
|
1066
536
|
/weather/USA_MN_Mora.Muni.AWOS.727475_TMY3.epw
|
1067
|
-
/weather/USA_MN_Morris.Muni.AWOS.726565_TMY3-cache.csv
|
1068
537
|
/weather/USA_MN_Morris.Muni.AWOS.726565_TMY3.epw
|
1069
|
-
/weather/USA_MN_New.Ulm.Muni.AWOS.726567_TMY3-cache.csv
|
1070
538
|
/weather/USA_MN_New.Ulm.Muni.AWOS.726567_TMY3.epw
|
1071
|
-
/weather/USA_MN_Orr.Rgnl.AP.726544_TMY3-cache.csv
|
1072
539
|
/weather/USA_MN_Orr.Rgnl.AP.726544_TMY3.epw
|
1073
|
-
/weather/USA_MN_Owatonna.AWOS.726568_TMY3-cache.csv
|
1074
540
|
/weather/USA_MN_Owatonna.AWOS.726568_TMY3.epw
|
1075
|
-
/weather/USA_MN_Park.Rapids.Muni.AP.727453_TMY3-cache.csv
|
1076
541
|
/weather/USA_MN_Park.Rapids.Muni.AP.727453_TMY3.epw
|
1077
|
-
/weather/USA_MN_Pipestone.AWOS.726566_TMY3-cache.csv
|
1078
542
|
/weather/USA_MN_Pipestone.AWOS.726566_TMY3.epw
|
1079
|
-
/weather/USA_MN_Red.Wing.Muni.AP.726564_TMY3-cache.csv
|
1080
543
|
/weather/USA_MN_Red.Wing.Muni.AP.726564_TMY3.epw
|
1081
|
-
/weather/USA_MN_Redwood.Falls.Muni.AP.726556_TMY3-cache.csv
|
1082
544
|
/weather/USA_MN_Redwood.Falls.Muni.AP.726556_TMY3.epw
|
1083
|
-
/weather/USA_MN_Rochester.Intl.AP.726440_TMY3-cache.csv
|
1084
545
|
/weather/USA_MN_Rochester.Intl.AP.726440_TMY3.epw
|
1085
|
-
/weather/USA_MN_Roseau.Muni.AWOS.727477_TMY3-cache.csv
|
1086
546
|
/weather/USA_MN_Roseau.Muni.AWOS.727477_TMY3.epw
|
1087
|
-
/weather/USA_MN_Silver.Bay.Muni.AP.727556_TMY3-cache.csv
|
1088
547
|
/weather/USA_MN_Silver.Bay.Muni.AP.727556_TMY3.epw
|
1089
|
-
/weather/USA_MN_South.St.Paul.Muni.AP.726603_TMY3-cache.csv
|
1090
548
|
/weather/USA_MN_South.St.Paul.Muni.AP.726603_TMY3.epw
|
1091
|
-
/weather/USA_MN_St.Cloud.Muni.AP.726550_TMY3-cache.csv
|
1092
549
|
/weather/USA_MN_St.Cloud.Muni.AP.726550_TMY3.epw
|
1093
|
-
/weather/USA_MN_St.Paul-Downtown.AP.726584_TMY3-cache.csv
|
1094
550
|
/weather/USA_MN_St.Paul-Downtown.AP.726584_TMY3.epw
|
1095
|
-
/weather/USA_MN_Thief.River.AWOS.727555_TMY3-cache.csv
|
1096
551
|
/weather/USA_MN_Thief.River.AWOS.727555_TMY3.epw
|
1097
|
-
/weather/USA_MN_Two.Harbors.Muni.AP.727444_TMY3-cache.csv
|
1098
552
|
/weather/USA_MN_Two.Harbors.Muni.AP.727444_TMY3.epw
|
1099
|
-
/weather/USA_MN_Wheaton.AWOS.727533_TMY3-cache.csv
|
1100
553
|
/weather/USA_MN_Wheaton.AWOS.727533_TMY3.epw
|
1101
|
-
/weather/USA_MN_Willmar.Muni.AP.726576_TMY3-cache.csv
|
1102
554
|
/weather/USA_MN_Willmar.Muni.AP.726576_TMY3.epw
|
1103
|
-
/weather/USA_MN_Winona.Muni.AWOS.726588_TMY3-cache.csv
|
1104
555
|
/weather/USA_MN_Winona.Muni.AWOS.726588_TMY3.epw
|
1105
|
-
/weather/USA_MN_Worthington.AWOS.726587_TMY3-cache.csv
|
1106
556
|
/weather/USA_MN_Worthington.AWOS.726587_TMY3.epw
|
1107
|
-
/weather/USA_MO_Cape.Girardeau.Muni.AP.723489_TMY3-cache.csv
|
1108
557
|
/weather/USA_MO_Cape.Girardeau.Muni.AP.723489_TMY3.epw
|
1109
|
-
/weather/USA_MO_Columbia.Rgnl.AP.724450_TMY3-cache.csv
|
1110
558
|
/weather/USA_MO_Columbia.Rgnl.AP.724450_TMY3.epw
|
1111
|
-
/weather/USA_MO_Farmington.Rgnl.AP.724454_TMY3-cache.csv
|
1112
559
|
/weather/USA_MO_Farmington.Rgnl.AP.724454_TMY3.epw
|
1113
|
-
/weather/USA_MO_Fort.Leonard.Wood-Forney.AAF.724457_TMY3-cache.csv
|
1114
560
|
/weather/USA_MO_Fort.Leonard.Wood-Forney.AAF.724457_TMY3.epw
|
1115
|
-
/weather/USA_MO_Jefferson.City.Mem.AP.724458_TMY3-cache.csv
|
1116
561
|
/weather/USA_MO_Jefferson.City.Mem.AP.724458_TMY3.epw
|
1117
|
-
/weather/USA_MO_Joplin.Muni.AP.723495_TMY3-cache.csv
|
1118
562
|
/weather/USA_MO_Joplin.Muni.AP.723495_TMY3.epw
|
1119
|
-
/weather/USA_MO_Kaiser-Lee.Fine.Mem.AWOS.724459_TMY3-cache.csv
|
1120
563
|
/weather/USA_MO_Kaiser-Lee.Fine.Mem.AWOS.724459_TMY3.epw
|
1121
|
-
/weather/USA_MO_Kansas.City.Downtown.AP.724463_TMY3-cache.csv
|
1122
564
|
/weather/USA_MO_Kansas.City.Downtown.AP.724463_TMY3.epw
|
1123
|
-
/weather/USA_MO_Kansas.City.Intl.AP.724460_TMY3-cache.csv
|
1124
565
|
/weather/USA_MO_Kansas.City.Intl.AP.724460_TMY3.epw
|
1125
|
-
/weather/USA_MO_Kirksville.Muni.AP.724455_TMY3-cache.csv
|
1126
566
|
/weather/USA_MO_Kirksville.Muni.AP.724455_TMY3.epw
|
1127
|
-
/weather/USA_MO_Poplar.Bluff.AWOS.723300_TMY3-cache.csv
|
1128
567
|
/weather/USA_MO_Poplar.Bluff.AWOS.723300_TMY3.epw
|
1129
|
-
/weather/USA_MO_Rolla.National.AP.724456_TMY3-cache.csv
|
1130
568
|
/weather/USA_MO_Rolla.National.AP.724456_TMY3.epw
|
1131
|
-
/weather/USA_MO_Springfield.Rgnl.AP.724400_TMY3-cache.csv
|
1132
569
|
/weather/USA_MO_Springfield.Rgnl.AP.724400_TMY3.epw
|
1133
|
-
/weather/USA_MO_St.Joseph-Rosecrans.Mem.AP.724490_TMY3-cache.csv
|
1134
570
|
/weather/USA_MO_St.Joseph-Rosecrans.Mem.AP.724490_TMY3.epw
|
1135
|
-
/weather/USA_MO_St.Louis-Lambert.Intl.AP.724340_TMY3-cache.csv
|
1136
571
|
/weather/USA_MO_St.Louis-Lambert.Intl.AP.724340_TMY3.epw
|
1137
|
-
/weather/USA_MO_St.Louis-Spirit.of.St.Louis.AP.724345_TMY3-cache.csv
|
1138
572
|
/weather/USA_MO_St.Louis-Spirit.of.St.Louis.AP.724345_TMY3.epw
|
1139
|
-
/weather/USA_MO_Whiteman.AFB.724467_TMY3-cache.csv
|
1140
573
|
/weather/USA_MO_Whiteman.AFB.724467_TMY3.epw
|
1141
|
-
/weather/USA_MS_Biloxi-Keesler.AFB.747686_TMY3-cache.csv
|
1142
574
|
/weather/USA_MS_Biloxi-Keesler.AFB.747686_TMY3.epw
|
1143
|
-
/weather/USA_MS_Columbus.AFB.723306_TMY3-cache.csv
|
1144
575
|
/weather/USA_MS_Columbus.AFB.723306_TMY3.epw
|
1145
|
-
/weather/USA_MS_Golden.Triangle.Rgnl.AWOS.723307_TMY3-cache.csv
|
1146
576
|
/weather/USA_MS_Golden.Triangle.Rgnl.AWOS.723307_TMY3.epw
|
1147
|
-
/weather/USA_MS_Greenville.Muni.AP.722356_TMY3-cache.csv
|
1148
577
|
/weather/USA_MS_Greenville.Muni.AP.722356_TMY3.epw
|
1149
|
-
/weather/USA_MS_Greenwood-Leflore.AP.722359_TMY3-cache.csv
|
1150
578
|
/weather/USA_MS_Greenwood-Leflore.AP.722359_TMY3.epw
|
1151
|
-
/weather/USA_MS_Gulfport-Biloxi.Intl.AP.747685_TMY3-cache.csv
|
1152
579
|
/weather/USA_MS_Gulfport-Biloxi.Intl.AP.747685_TMY3.epw
|
1153
|
-
/weather/USA_MS_Hattiesburg-Laurel.AP.722348_TMY3-cache.csv
|
1154
580
|
/weather/USA_MS_Hattiesburg-Laurel.AP.722348_TMY3.epw
|
1155
|
-
/weather/USA_MS_Jackson.Intl.AP.722350_TMY3-cache.csv
|
1156
581
|
/weather/USA_MS_Jackson.Intl.AP.722350_TMY3.epw
|
1157
|
-
/weather/USA_MS_McComb-Pike.Co.AP.722358_TMY3-cache.csv
|
1158
582
|
/weather/USA_MS_McComb-Pike.Co.AP.722358_TMY3.epw
|
1159
|
-
/weather/USA_MS_Meridian-Key.Field.722340_TMY3-cache.csv
|
1160
583
|
/weather/USA_MS_Meridian-Key.Field.722340_TMY3.epw
|
1161
|
-
/weather/USA_MS_Meridian.NAS.722345_TMY3-cache.csv
|
1162
584
|
/weather/USA_MS_Meridian.NAS.722345_TMY3.epw
|
1163
|
-
/weather/USA_MS_Natchez-Hardy.Anders.Field.722357_TMY3-cache.csv
|
1164
585
|
/weather/USA_MS_Natchez-Hardy.Anders.Field.722357_TMY3.epw
|
1165
|
-
/weather/USA_MS_Tupelo.Muni-C.D.Lemons.AP.723320_TMY3-cache.csv
|
1166
586
|
/weather/USA_MS_Tupelo.Muni-C.D.Lemons.AP.723320_TMY3.epw
|
1167
|
-
/weather/USA_MT_Billings-Logan.Intl.AP.726770_TMY3-cache.csv
|
1168
587
|
/weather/USA_MT_Billings-Logan.Intl.AP.726770_TMY3.epw
|
1169
|
-
/weather/USA_MT_Bozeman-Gallatin.Field.726797_TMY3-cache.csv
|
1170
588
|
/weather/USA_MT_Bozeman-Gallatin.Field.726797_TMY3.epw
|
1171
|
-
/weather/USA_MT_Butte-Bert.Mooney.AP.726785_TMY3-cache.csv
|
1172
589
|
/weather/USA_MT_Butte-Bert.Mooney.AP.726785_TMY3.epw
|
1173
|
-
/weather/USA_MT_Cut.Bank.Muni.AP.727796_TMY3-cache.csv
|
1174
590
|
/weather/USA_MT_Cut.Bank.Muni.AP.727796_TMY3.epw
|
1175
|
-
/weather/USA_MT_Glasgow.Intl.AP.727680_TMY3-cache.csv
|
1176
591
|
/weather/USA_MT_Glasgow.Intl.AP.727680_TMY3.epw
|
1177
|
-
/weather/USA_MT_Glendive.AWOS.726676_TMY3-cache.csv
|
1178
592
|
/weather/USA_MT_Glendive.AWOS.726676_TMY3.epw
|
1179
|
-
/weather/USA_MT_Great.Falls.Intl.AP.727750_TMY3-cache.csv
|
1180
593
|
/weather/USA_MT_Great.Falls.Intl.AP.727750_TMY3.epw
|
1181
|
-
/weather/USA_MT_Havre.City-County.AP.727770_TMY3-cache.csv
|
1182
594
|
/weather/USA_MT_Havre.City-County.AP.727770_TMY3.epw
|
1183
|
-
/weather/USA_MT_Kalispell-Glacier.Park.Intl.AP.727790_TMY3-cache.csv
|
1184
595
|
/weather/USA_MT_Kalispell-Glacier.Park.Intl.AP.727790_TMY3.epw
|
1185
|
-
/weather/USA_MT_Lewistown.Muni.AP.726776_TMY3-cache.csv
|
1186
596
|
/weather/USA_MT_Lewistown.Muni.AP.726776_TMY3.epw
|
1187
|
-
/weather/USA_MT_Livingston-Mission.Field.726798_TMY3-cache.csv
|
1188
597
|
/weather/USA_MT_Livingston-Mission.Field.726798_TMY3.epw
|
1189
|
-
/weather/USA_MT_Miles.City.Muni.AP.742300_TMY3-cache.csv
|
1190
598
|
/weather/USA_MT_Miles.City.Muni.AP.742300_TMY3.epw
|
1191
|
-
/weather/USA_MT_Missoula.Intl.AP.727730_TMY3-cache.csv
|
1192
599
|
/weather/USA_MT_Missoula.Intl.AP.727730_TMY3.epw
|
1193
|
-
/weather/USA_MT_Sidney-Richland.Muni.AP.727687_TMY3-cache.csv
|
1194
600
|
/weather/USA_MT_Sidney-Richland.Muni.AP.727687_TMY3.epw
|
1195
|
-
/weather/USA_MT_Wolf.Point.Intl.AP.727686_TMY3-cache.csv
|
1196
601
|
/weather/USA_MT_Wolf.Point.Intl.AP.727686_TMY3.epw
|
1197
|
-
/weather/USA_NC_Asheville.Rgnl.AP.723150_TMY3-cache.csv
|
1198
602
|
/weather/USA_NC_Asheville.Rgnl.AP.723150_TMY3.epw
|
1199
|
-
/weather/USA_NC_Cape.Hatteras.723040_TMY3-cache.csv
|
1200
603
|
/weather/USA_NC_Cape.Hatteras.723040_TMY3.epw
|
1201
|
-
/weather/USA_NC_Cherry.Point.MCAS.723090_TMY3-cache.csv
|
1202
604
|
/weather/USA_NC_Cherry.Point.MCAS.723090_TMY3.epw
|
1203
|
-
/weather/USA_NC_Elizabeth.City.CGAS.746943_TMY3-cache.csv
|
1204
605
|
/weather/USA_NC_Elizabeth.City.CGAS.746943_TMY3.epw
|
1205
|
-
/weather/USA_NC_Fayetteville-Pope.AFB.723030_TMY3-cache.csv
|
1206
606
|
/weather/USA_NC_Fayetteville-Pope.AFB.723030_TMY3.epw
|
1207
|
-
/weather/USA_NC_Fayetteville.Muni.AP.723035_TMY3-cache.csv
|
1208
607
|
/weather/USA_NC_Fayetteville.Muni.AP.723035_TMY3.epw
|
1209
|
-
/weather/USA_NC_Fort.Bragg-Simmons.AAF.746930_TMY3-cache.csv
|
1210
608
|
/weather/USA_NC_Fort.Bragg-Simmons.AAF.746930_TMY3.epw
|
1211
|
-
/weather/USA_NC_Goldsboro-Seymour.Johnson.AFB.723066_TMY3-cache.csv
|
1212
609
|
/weather/USA_NC_Goldsboro-Seymour.Johnson.AFB.723066_TMY3.epw
|
1213
|
-
/weather/USA_NC_Greensboro-Piedmont.Triad.Intl.AP.723170_TMY3-cache.csv
|
1214
610
|
/weather/USA_NC_Greensboro-Piedmont.Triad.Intl.AP.723170_TMY3.epw
|
1215
|
-
/weather/USA_NC_Hickory.Rgnl.AP.723145_TMY3-cache.csv
|
1216
611
|
/weather/USA_NC_Hickory.Rgnl.AP.723145_TMY3.epw
|
1217
|
-
/weather/USA_NC_Jacksonville.AWOS.723069_TMY3-cache.csv
|
1218
612
|
/weather/USA_NC_Jacksonville.AWOS.723069_TMY3.epw
|
1219
|
-
/weather/USA_NC_Kinston.Stallings.AFB.723067_TMY3-cache.csv
|
1220
613
|
/weather/USA_NC_Kinston.Stallings.AFB.723067_TMY3.epw
|
1221
|
-
/weather/USA_NC_Manteo-Dare.County.Rgnl.AP.723046_TMY3-cache.csv
|
1222
614
|
/weather/USA_NC_Manteo-Dare.County.Rgnl.AP.723046_TMY3.epw
|
1223
|
-
/weather/USA_NC_New.Bern-Craven.County.Rgnl.AP.723095_TMY3-cache.csv
|
1224
615
|
/weather/USA_NC_New.Bern-Craven.County.Rgnl.AP.723095_TMY3.epw
|
1225
|
-
/weather/USA_NC_New.River.MCAS.723096_TMY3-cache.csv
|
1226
616
|
/weather/USA_NC_New.River.MCAS.723096_TMY3.epw
|
1227
|
-
/weather/USA_NC_Pitt.Greenville.AP.723065_TMY3-cache.csv
|
1228
617
|
/weather/USA_NC_Pitt.Greenville.AP.723065_TMY3.epw
|
1229
|
-
/weather/USA_NC_Raleigh-Durham.Intl.AP.723060_TMY3-cache.csv
|
1230
618
|
/weather/USA_NC_Raleigh-Durham.Intl.AP.723060_TMY3.epw
|
1231
|
-
/weather/USA_NC_Rocky.Mount-Wilson.AP.723068_TMY3-cache.csv
|
1232
619
|
/weather/USA_NC_Rocky.Mount-Wilson.AP.723068_TMY3.epw
|
1233
|
-
/weather/USA_NC_Southern.Pines-Moore.County.AP.723143_TMY3-cache.csv
|
1234
620
|
/weather/USA_NC_Southern.Pines-Moore.County.AP.723143_TMY3.epw
|
1235
|
-
/weather/USA_NC_Wilmington.Intl.AP.723013_TMY3-cache.csv
|
1236
621
|
/weather/USA_NC_Wilmington.Intl.AP.723013_TMY3.epw
|
1237
|
-
/weather/USA_NC_Winston.Salem-Smith.Reynolds.AP.723193_TMY3-cache.csv
|
1238
622
|
/weather/USA_NC_Winston.Salem-Smith.Reynolds.AP.723193_TMY3.epw
|
1239
|
-
/weather/USA_ND_Bismarck.Muni.AP.727640_TMY3-cache.csv
|
1240
623
|
/weather/USA_ND_Bismarck.Muni.AP.727640_TMY3.epw
|
1241
|
-
/weather/USA_ND_Devils.Lake.AWOS.727573_TMY3-cache.csv
|
1242
624
|
/weather/USA_ND_Devils.Lake.AWOS.727573_TMY3.epw
|
1243
|
-
/weather/USA_ND_Dickinson.Muni.AP.727645_TMY3-cache.csv
|
1244
625
|
/weather/USA_ND_Dickinson.Muni.AP.727645_TMY3.epw
|
1245
|
-
/weather/USA_ND_Fargo-Hector.Intl.AP.727530_TMY3-cache.csv
|
1246
626
|
/weather/USA_ND_Fargo-Hector.Intl.AP.727530_TMY3.epw
|
1247
|
-
/weather/USA_ND_Grand.Forks.AFB.727575_TMY3-cache.csv
|
1248
627
|
/weather/USA_ND_Grand.Forks.AFB.727575_TMY3.epw
|
1249
|
-
/weather/USA_ND_Grand.Forks.Intl.AP.727576_TMY3-cache.csv
|
1250
628
|
/weather/USA_ND_Grand.Forks.Intl.AP.727576_TMY3.epw
|
1251
|
-
/weather/USA_ND_Jamestown.Muni.AP.727535_TMY3-cache.csv
|
1252
629
|
/weather/USA_ND_Jamestown.Muni.AP.727535_TMY3.epw
|
1253
|
-
/weather/USA_ND_Minot.AFB.727675_TMY3-cache.csv
|
1254
630
|
/weather/USA_ND_Minot.AFB.727675_TMY3.epw
|
1255
|
-
/weather/USA_ND_Minot.Intl.AP.727676_TMY3-cache.csv
|
1256
631
|
/weather/USA_ND_Minot.Intl.AP.727676_TMY3.epw
|
1257
|
-
/weather/USA_ND_Williston-Sloulin.Field.Intl.AP.727670_TMY3-cache.csv
|
1258
632
|
/weather/USA_ND_Williston-Sloulin.Field.Intl.AP.727670_TMY3.epw
|
1259
|
-
/weather/USA_NE_Ainsworth.Muni.AP.725556_TMY3-cache.csv
|
1260
633
|
/weather/USA_NE_Ainsworth.Muni.AP.725556_TMY3.epw
|
1261
|
-
/weather/USA_NE_Alliance.Muni.AP.725635_TMY3-cache.csv
|
1262
634
|
/weather/USA_NE_Alliance.Muni.AP.725635_TMY3.epw
|
1263
|
-
/weather/USA_NE_Beatrice.Muni.AP.725515_TMY3-cache.csv
|
1264
635
|
/weather/USA_NE_Beatrice.Muni.AP.725515_TMY3.epw
|
1265
|
-
/weather/USA_NE_Bellevue-Offutt.AFB.725540_TMY3-cache.csv
|
1266
636
|
/weather/USA_NE_Bellevue-Offutt.AFB.725540_TMY3.epw
|
1267
|
-
/weather/USA_NE_Broken.Bow.Muni.AP.725555_TMY3-cache.csv
|
1268
637
|
/weather/USA_NE_Broken.Bow.Muni.AP.725555_TMY3.epw
|
1269
|
-
/weather/USA_NE_Chadron.Muni.AP.725636_TMY3-cache.csv
|
1270
638
|
/weather/USA_NE_Chadron.Muni.AP.725636_TMY3.epw
|
1271
|
-
/weather/USA_NE_Columbus.Muni.AP.725565_TMY3-cache.csv
|
1272
639
|
/weather/USA_NE_Columbus.Muni.AP.725565_TMY3.epw
|
1273
|
-
/weather/USA_NE_Falls.City-Brenner.Field.725533_TMY3-cache.csv
|
1274
640
|
/weather/USA_NE_Falls.City-Brenner.Field.725533_TMY3.epw
|
1275
|
-
/weather/USA_NE_Fremont.Muni.AP.725564_TMY3-cache.csv
|
1276
641
|
/weather/USA_NE_Fremont.Muni.AP.725564_TMY3.epw
|
1277
|
-
/weather/USA_NE_Grand.Island-Central.Nebraska.Rgnl.AP.725520_TMY3-cache.csv
|
1278
642
|
/weather/USA_NE_Grand.Island-Central.Nebraska.Rgnl.AP.725520_TMY3.epw
|
1279
|
-
/weather/USA_NE_Hastings.Muni.AP.725525_TMY3-cache.csv
|
1280
643
|
/weather/USA_NE_Hastings.Muni.AP.725525_TMY3.epw
|
1281
|
-
/weather/USA_NE_Holdrege-Brewster.Field.725628_TMY3-cache.csv
|
1282
644
|
/weather/USA_NE_Holdrege-Brewster.Field.725628_TMY3.epw
|
1283
|
-
/weather/USA_NE_Imperial.Muni.AP.725626_TMY3-cache.csv
|
1284
645
|
/weather/USA_NE_Imperial.Muni.AP.725626_TMY3.epw
|
1285
|
-
/weather/USA_NE_Kearney.Muni.AWOS.725526_TMY3-cache.csv
|
1286
646
|
/weather/USA_NE_Kearney.Muni.AWOS.725526_TMY3.epw
|
1287
|
-
/weather/USA_NE_Lincoln.Muni.AP.725510_TMY3-cache.csv
|
1288
647
|
/weather/USA_NE_Lincoln.Muni.AP.725510_TMY3.epw
|
1289
|
-
/weather/USA_NE_McCook.Muni.AP.725625_TMY3-cache.csv
|
1290
648
|
/weather/USA_NE_McCook.Muni.AP.725625_TMY3.epw
|
1291
|
-
/weather/USA_NE_Norfolk-Karl.Stefan.Mem.AP.725560_TMY3-cache.csv
|
1292
649
|
/weather/USA_NE_Norfolk-Karl.Stefan.Mem.AP.725560_TMY3.epw
|
1293
|
-
/weather/USA_NE_North.Platte.Rgnl.AP.725620_TMY3-cache.csv
|
1294
650
|
/weather/USA_NE_North.Platte.Rgnl.AP.725620_TMY3.epw
|
1295
|
-
/weather/USA_NE_ONeill-Baker.Field.725566_TMY3-cache.csv
|
1296
651
|
/weather/USA_NE_ONeill-Baker.Field.725566_TMY3.epw
|
1297
|
-
/weather/USA_NE_Omaha-Eppley.Airfield.725500_TMY3-cache.csv
|
1298
652
|
/weather/USA_NE_Omaha-Eppley.Airfield.725500_TMY3.epw
|
1299
|
-
/weather/USA_NE_Omaha.WSFO.725530_TMY3-cache.csv
|
1300
653
|
/weather/USA_NE_Omaha.WSFO.725530_TMY3.epw
|
1301
|
-
/weather/USA_NE_Ord-Sharp.Field.725524_TMY3-cache.csv
|
1302
654
|
/weather/USA_NE_Ord-Sharp.Field.725524_TMY3.epw
|
1303
|
-
/weather/USA_NE_Scottsbluff-W.B.Heilig.Field.725660_TMY3-cache.csv
|
1304
655
|
/weather/USA_NE_Scottsbluff-W.B.Heilig.Field.725660_TMY3.epw
|
1305
|
-
/weather/USA_NE_Sidney.Muni.AP.725610_TMY3-cache.csv
|
1306
656
|
/weather/USA_NE_Sidney.Muni.AP.725610_TMY3.epw
|
1307
|
-
/weather/USA_NE_Tekamah.AWOS.725527_TMY3-cache.csv
|
1308
657
|
/weather/USA_NE_Tekamah.AWOS.725527_TMY3.epw
|
1309
|
-
/weather/USA_NE_Valentine-Miller.Field.725670_TMY3-cache.csv
|
1310
658
|
/weather/USA_NE_Valentine-Miller.Field.725670_TMY3.epw
|
1311
|
-
/weather/USA_NH_Berlin.Muni.AP.726160_TMY3-cache.csv
|
1312
659
|
/weather/USA_NH_Berlin.Muni.AP.726160_TMY3.epw
|
1313
|
-
/weather/USA_NH_Concord.Muni.AP.726050_TMY3-cache.csv
|
1314
660
|
/weather/USA_NH_Concord.Muni.AP.726050_TMY3.epw
|
1315
|
-
/weather/USA_NH_Keene-Dillant.Hopkins.AP.726165_TMY3-cache.csv
|
1316
661
|
/weather/USA_NH_Keene-Dillant.Hopkins.AP.726165_TMY3.epw
|
1317
|
-
/weather/USA_NH_Laconia.Muni.AWOS.726155_TMY3-cache.csv
|
1318
662
|
/weather/USA_NH_Laconia.Muni.AWOS.726155_TMY3.epw
|
1319
|
-
/weather/USA_NH_Lebanon.Muni.AP.726116_TMY3-cache.csv
|
1320
663
|
/weather/USA_NH_Lebanon.Muni.AP.726116_TMY3.epw
|
1321
|
-
/weather/USA_NH_Manchester.Muni.AP.743945_TMY3-cache.csv
|
1322
664
|
/weather/USA_NH_Manchester.Muni.AP.743945_TMY3.epw
|
1323
|
-
/weather/USA_NH_Mount.Washington.726130_TMY3-cache.csv
|
1324
665
|
/weather/USA_NH_Mount.Washington.726130_TMY3.epw
|
1325
|
-
/weather/USA_NH_Pease.Intl.Tradeport.726055_TMY3-cache.csv
|
1326
666
|
/weather/USA_NH_Pease.Intl.Tradeport.726055_TMY3.epw
|
1327
|
-
/weather/USA_NJ_Atlantic.City.Intl.AP.724070_TMY3-cache.csv
|
1328
667
|
/weather/USA_NJ_Atlantic.City.Intl.AP.724070_TMY3.epw
|
1329
|
-
/weather/USA_NJ_Belmar-Monmouth.County.AP.724084_TMY3-cache.csv
|
1330
668
|
/weather/USA_NJ_Belmar-Monmouth.County.AP.724084_TMY3.epw
|
1331
|
-
/weather/USA_NJ_Caldwell-Essex.County.AP.724094_TMY3-cache.csv
|
1332
669
|
/weather/USA_NJ_Caldwell-Essex.County.AP.724094_TMY3.epw
|
1333
|
-
/weather/USA_NJ_McGuire.AFB.724096_TMY3-cache.csv
|
1334
670
|
/weather/USA_NJ_McGuire.AFB.724096_TMY3.epw
|
1335
|
-
/weather/USA_NJ_Millville.Muni.AP.724075_TMY3-cache.csv
|
1336
671
|
/weather/USA_NJ_Millville.Muni.AP.724075_TMY3.epw
|
1337
|
-
/weather/USA_NJ_Newark.Intl.AP.725020_TMY3-cache.csv
|
1338
672
|
/weather/USA_NJ_Newark.Intl.AP.725020_TMY3.epw
|
1339
|
-
/weather/USA_NJ_Teterboro.AP.725025_TMY3-cache.csv
|
1340
673
|
/weather/USA_NJ_Teterboro.AP.725025_TMY3.epw
|
1341
|
-
/weather/USA_NJ_Trenton-Mercer.County.AP.724095_TMY3-cache.csv
|
1342
674
|
/weather/USA_NJ_Trenton-Mercer.County.AP.724095_TMY3.epw
|
1343
|
-
/weather/USA_NM_Albuquerque.Intl.AP.723650_TMY3-cache.csv
|
1344
675
|
/weather/USA_NM_Albuquerque.Intl.AP.723650_TMY3.epw
|
1345
|
-
/weather/USA_NM_Carlsbad.Cavern.City.Air.Terminal.722687_TMY3-cache.csv
|
1346
676
|
/weather/USA_NM_Carlsbad.Cavern.City.Air.Terminal.722687_TMY3.epw
|
1347
|
-
/weather/USA_NM_Clayton.Muni.AP.723600_TMY3-cache.csv
|
1348
677
|
/weather/USA_NM_Clayton.Muni.AP.723600_TMY3.epw
|
1349
|
-
/weather/USA_NM_Clovis-Cannon.AFB.722686_TMY3-cache.csv
|
1350
678
|
/weather/USA_NM_Clovis-Cannon.AFB.722686_TMY3.epw
|
1351
|
-
/weather/USA_NM_Clovis.Muni.AWOS.722689_TMY3-cache.csv
|
1352
679
|
/weather/USA_NM_Clovis.Muni.AWOS.722689_TMY3.epw
|
1353
|
-
/weather/USA_NM_Deming.Muni.AP.722725_TMY3-cache.csv
|
1354
680
|
/weather/USA_NM_Deming.Muni.AP.722725_TMY3.epw
|
1355
|
-
/weather/USA_NM_Farmington-Four.Corners.Rgnl.AP.723658_TMY3-cache.csv
|
1356
681
|
/weather/USA_NM_Farmington-Four.Corners.Rgnl.AP.723658_TMY3.epw
|
1357
|
-
/weather/USA_NM_Gallup-Sen.Clarke.Field.723627_TMY3-cache.csv
|
1358
682
|
/weather/USA_NM_Gallup-Sen.Clarke.Field.723627_TMY3.epw
|
1359
|
-
/weather/USA_NM_Holloman.AFB.747320_TMY3-cache.csv
|
1360
683
|
/weather/USA_NM_Holloman.AFB.747320_TMY3.epw
|
1361
|
-
/weather/USA_NM_Las.Cruces.Intl.AP.722695_TMY3-cache.csv
|
1362
684
|
/weather/USA_NM_Las.Cruces.Intl.AP.722695_TMY3.epw
|
1363
|
-
/weather/USA_NM_Las.Vegas-Muni.AP.723677_TMY3-cache.csv
|
1364
685
|
/weather/USA_NM_Las.Vegas-Muni.AP.723677_TMY3.epw
|
1365
|
-
/weather/USA_NM_Roswell.Industrial.Air.Park.722680_TMY3-cache.csv
|
1366
686
|
/weather/USA_NM_Roswell.Industrial.Air.Park.722680_TMY3.epw
|
1367
|
-
/weather/USA_NM_Ruidoso-Sierra.Blanca.Rgnl.AP.722683_TMY3-cache.csv
|
1368
687
|
/weather/USA_NM_Ruidoso-Sierra.Blanca.Rgnl.AP.722683_TMY3.epw
|
1369
|
-
/weather/USA_NM_Santa.Fe.County.Muni.AP.723656_TMY3-cache.csv
|
1370
688
|
/weather/USA_NM_Santa.Fe.County.Muni.AP.723656_TMY3.epw
|
1371
|
-
/weather/USA_NM_Taos.Muni.AP.723663_TMY3-cache.csv
|
1372
689
|
/weather/USA_NM_Taos.Muni.AP.723663_TMY3.epw
|
1373
|
-
/weather/USA_NM_Truth.or.Consequences.Muni.AP.722710_TMY3-cache.csv
|
1374
690
|
/weather/USA_NM_Truth.or.Consequences.Muni.AP.722710_TMY3.epw
|
1375
|
-
/weather/USA_NM_Tucumcari.AP.723676_TMY3-cache.csv
|
1376
691
|
/weather/USA_NM_Tucumcari.AP.723676_TMY3.epw
|
1377
|
-
/weather/USA_NV_Elko.Muni.AP.725825_TMY3-cache.csv
|
1378
692
|
/weather/USA_NV_Elko.Muni.AP.725825_TMY3.epw
|
1379
|
-
/weather/USA_NV_Ely-Yelland.Field.724860_TMY3-cache.csv
|
1380
693
|
/weather/USA_NV_Ely-Yelland.Field.724860_TMY3.epw
|
1381
|
-
/weather/USA_NV_Fallon.NAS.724885_TMY3-cache.csv
|
1382
694
|
/weather/USA_NV_Fallon.NAS.724885_TMY3.epw
|
1383
|
-
/weather/USA_NV_Lovelock-Derby.Field.725805_TMY3-cache.csv
|
1384
695
|
/weather/USA_NV_Lovelock-Derby.Field.725805_TMY3.epw
|
1385
|
-
/weather/USA_NV_Mercury-Desert.Rock.AP.723870_TMY3-cache.csv
|
1386
696
|
/weather/USA_NV_Mercury-Desert.Rock.AP.723870_TMY3.epw
|
1387
|
-
/weather/USA_NV_Nellis.AFB.723865_TMY3-cache.csv
|
1388
697
|
/weather/USA_NV_Nellis.AFB.723865_TMY3.epw
|
1389
|
-
/weather/USA_NV_Reno-Tahoe.Intl.AP.724880_TMY3-cache.csv
|
1390
698
|
/weather/USA_NV_Reno-Tahoe.Intl.AP.724880_TMY3.epw
|
1391
|
-
/weather/USA_NV_Tonopah.AP.724855_TMY3-cache.csv
|
1392
699
|
/weather/USA_NV_Tonopah.AP.724855_TMY3.epw
|
1393
|
-
/weather/USA_NV_Winnemucca.Muni.AP.725830_TMY3-cache.csv
|
1394
700
|
/weather/USA_NV_Winnemucca.Muni.AP.725830_TMY3.epw
|
1395
|
-
/weather/USA_NY_Albany.County.AP.725180_TMY3-cache.csv
|
1396
701
|
/weather/USA_NY_Albany.County.AP.725180_TMY3.epw
|
1397
|
-
/weather/USA_NY_Binghamton-Edwin.A.Link.Field.725150_TMY3-cache.csv
|
1398
702
|
/weather/USA_NY_Binghamton-Edwin.A.Link.Field.725150_TMY3.epw
|
1399
|
-
/weather/USA_NY_Buffalo-Greater.Buffalo.Intl.AP.725280_TMY3-cache.csv
|
1400
703
|
/weather/USA_NY_Buffalo-Greater.Buffalo.Intl.AP.725280_TMY3.epw
|
1401
|
-
/weather/USA_NY_Elmira.Rgnl.AP.725156_TMY3-cache.csv
|
1402
704
|
/weather/USA_NY_Elmira.Rgnl.AP.725156_TMY3.epw
|
1403
|
-
/weather/USA_NY_Fort.Drum-Wheeler.Sack.AAF.743700_TMY3-cache.csv
|
1404
705
|
/weather/USA_NY_Fort.Drum-Wheeler.Sack.AAF.743700_TMY3.epw
|
1405
|
-
/weather/USA_NY_Glens.Falls-Bennett.Mem.AP.725185_TMY3-cache.csv
|
1406
706
|
/weather/USA_NY_Glens.Falls-Bennett.Mem.AP.725185_TMY3.epw
|
1407
|
-
/weather/USA_NY_Islip-Long.Island.MacArthur.AP.725035_TMY3-cache.csv
|
1408
707
|
/weather/USA_NY_Islip-Long.Island.MacArthur.AP.725035_TMY3.epw
|
1409
|
-
/weather/USA_NY_Jamestown.AWOS.725235_TMY3-cache.csv
|
1410
708
|
/weather/USA_NY_Jamestown.AWOS.725235_TMY3.epw
|
1411
|
-
/weather/USA_NY_Massena.AP.726223_TMY3-cache.csv
|
1412
709
|
/weather/USA_NY_Massena.AP.726223_TMY3.epw
|
1413
|
-
/weather/USA_NY_Monticello.AWOS.725145_TMY3-cache.csv
|
1414
710
|
/weather/USA_NY_Monticello.AWOS.725145_TMY3.epw
|
1415
|
-
/weather/USA_NY_New.York-Central.Park.725033_TMY3-cache.csv
|
1416
711
|
/weather/USA_NY_New.York-Central.Park.725033_TMY3.epw
|
1417
|
-
/weather/USA_NY_New.York-J.F.Kennedy.Intl.AP.744860_TMY3-cache.csv
|
1418
712
|
/weather/USA_NY_New.York-J.F.Kennedy.Intl.AP.744860_TMY3.epw
|
1419
|
-
/weather/USA_NY_New.York-LaGuardia.AP.725030_TMY3-cache.csv
|
1420
713
|
/weather/USA_NY_New.York-LaGuardia.AP.725030_TMY3.epw
|
1421
|
-
/weather/USA_NY_Newburgh-Stewart.Intl.AP.725038_TMY3-cache.csv
|
1422
714
|
/weather/USA_NY_Newburgh-Stewart.Intl.AP.725038_TMY3.epw
|
1423
|
-
/weather/USA_NY_Niagara.Falls.Intl.AP.725287_TMY3-cache.csv
|
1424
715
|
/weather/USA_NY_Niagara.Falls.Intl.AP.725287_TMY3.epw
|
1425
|
-
/weather/USA_NY_Poughkeepsie-Dutchess.County.AP.725036_TMY3-cache.csv
|
1426
716
|
/weather/USA_NY_Poughkeepsie-Dutchess.County.AP.725036_TMY3.epw
|
1427
|
-
/weather/USA_NY_Republic.AP.744864_TMY3-cache.csv
|
1428
717
|
/weather/USA_NY_Republic.AP.744864_TMY3.epw
|
1429
|
-
/weather/USA_NY_Rochester-Greater.Rochester.Intl.AP.725290_TMY3-cache.csv
|
1430
718
|
/weather/USA_NY_Rochester-Greater.Rochester.Intl.AP.725290_TMY3.epw
|
1431
|
-
/weather/USA_NY_Saranac.Lake-Adirondack.Rgnl.AP.726228_TMY3-cache.csv
|
1432
719
|
/weather/USA_NY_Saranac.Lake-Adirondack.Rgnl.AP.726228_TMY3.epw
|
1433
|
-
/weather/USA_NY_Syracuse-Hancock.Intl.AP.725190_TMY3-cache.csv
|
1434
720
|
/weather/USA_NY_Syracuse-Hancock.Intl.AP.725190_TMY3.epw
|
1435
|
-
/weather/USA_NY_Utica-Oneida.County.AP.725197_TMY3-cache.csv
|
1436
721
|
/weather/USA_NY_Utica-Oneida.County.AP.725197_TMY3.epw
|
1437
|
-
/weather/USA_NY_Watertown.AP.726227_TMY3-cache.csv
|
1438
722
|
/weather/USA_NY_Watertown.AP.726227_TMY3.epw
|
1439
|
-
/weather/USA_NY_Westhampton-Suffolk.County.AP.744865_TMY3-cache.csv
|
1440
723
|
/weather/USA_NY_Westhampton-Suffolk.County.AP.744865_TMY3.epw
|
1441
|
-
/weather/USA_NY_White.Plains-Westchester.County.AP.725037_TMY3-cache.csv
|
1442
724
|
/weather/USA_NY_White.Plains-Westchester.County.AP.725037_TMY3.epw
|
1443
|
-
/weather/USA_OH_Akron.Canton.Rgnl.AP.725210_TMY3-cache.csv
|
1444
725
|
/weather/USA_OH_Akron.Canton.Rgnl.AP.725210_TMY3.epw
|
1445
|
-
/weather/USA_OH_Cincinnati.Muni.AP-Lunken.Field.724297_TMY3-cache.csv
|
1446
726
|
/weather/USA_OH_Cincinnati.Muni.AP-Lunken.Field.724297_TMY3.epw
|
1447
|
-
/weather/USA_OH_Cleveland-Burke.Lakefront.AP.725245_TMY3-cache.csv
|
1448
727
|
/weather/USA_OH_Cleveland-Burke.Lakefront.AP.725245_TMY3.epw
|
1449
|
-
/weather/USA_OH_Cleveland-Hopkins.Intl.AP.725240_TMY3-cache.csv
|
1450
728
|
/weather/USA_OH_Cleveland-Hopkins.Intl.AP.725240_TMY3.epw
|
1451
|
-
/weather/USA_OH_Columbus-Port.Columbus.Intl.AP.724280_TMY3-cache.csv
|
1452
729
|
/weather/USA_OH_Columbus-Port.Columbus.Intl.AP.724280_TMY3.epw
|
1453
|
-
/weather/USA_OH_Dayton-Wright.Patterson.AFB.745700_TMY3-cache.csv
|
1454
730
|
/weather/USA_OH_Dayton-Wright.Patterson.AFB.745700_TMY3.epw
|
1455
|
-
/weather/USA_OH_Dayton.Intl.AP.724290_TMY3-cache.csv
|
1456
731
|
/weather/USA_OH_Dayton.Intl.AP.724290_TMY3.epw
|
1457
|
-
/weather/USA_OH_Findlay.AP.725366_TMY3-cache.csv
|
1458
732
|
/weather/USA_OH_Findlay.AP.725366_TMY3.epw
|
1459
|
-
/weather/USA_OH_Mansfield-Lahm.Muni.AP.725246_TMY3-cache.csv
|
1460
733
|
/weather/USA_OH_Mansfield-Lahm.Muni.AP.725246_TMY3.epw
|
1461
|
-
/weather/USA_OH_Ohio.State.University.AP.724288_TMY3-cache.csv
|
1462
734
|
/weather/USA_OH_Ohio.State.University.AP.724288_TMY3.epw
|
1463
|
-
/weather/USA_OH_Toledo.Express.AP.725360_TMY3-cache.csv
|
1464
735
|
/weather/USA_OH_Toledo.Express.AP.725360_TMY3.epw
|
1465
|
-
/weather/USA_OH_Youngstown.Rgnl.AP.725250_TMY3-cache.csv
|
1466
736
|
/weather/USA_OH_Youngstown.Rgnl.AP.725250_TMY3.epw
|
1467
|
-
/weather/USA_OH_Zanesville.Muni.AP.724286_TMY3-cache.csv
|
1468
737
|
/weather/USA_OH_Zanesville.Muni.AP.724286_TMY3.epw
|
1469
|
-
/weather/USA_OK_Altus.AFB.723520_TMY3-cache.csv
|
1470
738
|
/weather/USA_OK_Altus.AFB.723520_TMY3.epw
|
1471
|
-
/weather/USA_OK_Bartlesville-Phillips.Field.723565_TMY3-cache.csv
|
1472
739
|
/weather/USA_OK_Bartlesville-Phillips.Field.723565_TMY3.epw
|
1473
|
-
/weather/USA_OK_Clinton.Sherman.AP.723526_TMY3-cache.csv
|
1474
740
|
/weather/USA_OK_Clinton.Sherman.AP.723526_TMY3.epw
|
1475
|
-
/weather/USA_OK_Fort.Sill-Henry.Post.AAF.723550_TMY3-cache.csv
|
1476
741
|
/weather/USA_OK_Fort.Sill-Henry.Post.AAF.723550_TMY3.epw
|
1477
|
-
/weather/USA_OK_Gage.AP.723527_TMY3-cache.csv
|
1478
742
|
/weather/USA_OK_Gage.AP.723527_TMY3.epw
|
1479
|
-
/weather/USA_OK_Hobart.Muni.AP.723525_TMY3-cache.csv
|
1480
743
|
/weather/USA_OK_Hobart.Muni.AP.723525_TMY3.epw
|
1481
|
-
/weather/USA_OK_Lawton.Muni.AP.723575_TMY3-cache.csv
|
1482
744
|
/weather/USA_OK_Lawton.Muni.AP.723575_TMY3.epw
|
1483
|
-
/weather/USA_OK_McAlester.Rgnl.AP.723566_TMY3-cache.csv
|
1484
745
|
/weather/USA_OK_McAlester.Rgnl.AP.723566_TMY3.epw
|
1485
|
-
/weather/USA_OK_Oklahoma.City-Tinker.AFB.723540_TMY3-cache.csv
|
1486
746
|
/weather/USA_OK_Oklahoma.City-Tinker.AFB.723540_TMY3.epw
|
1487
|
-
/weather/USA_OK_Oklahoma.City-Wiley.Post.Field.723544_TMY3-cache.csv
|
1488
747
|
/weather/USA_OK_Oklahoma.City-Wiley.Post.Field.723544_TMY3.epw
|
1489
|
-
/weather/USA_OK_Oklahoma.City-Will.Rogers.World.AP.723530_TMY3-cache.csv
|
1490
748
|
/weather/USA_OK_Oklahoma.City-Will.Rogers.World.AP.723530_TMY3.epw
|
1491
|
-
/weather/USA_OK_Ponca.City.Muni.AP.723546_TMY3-cache.csv
|
1492
749
|
/weather/USA_OK_Ponca.City.Muni.AP.723546_TMY3.epw
|
1493
|
-
/weather/USA_OK_Stillwater.Rgnl.AP.723545_TMY3-cache.csv
|
1494
750
|
/weather/USA_OK_Stillwater.Rgnl.AP.723545_TMY3.epw
|
1495
|
-
/weather/USA_OK_Tulsa.Intl.AP.723560_TMY3-cache.csv
|
1496
751
|
/weather/USA_OK_Tulsa.Intl.AP.723560_TMY3.epw
|
1497
|
-
/weather/USA_OK_Vance.AFB.723535_TMY3-cache.csv
|
1498
752
|
/weather/USA_OK_Vance.AFB.723535_TMY3.epw
|
1499
|
-
/weather/USA_OR_Astoria.Rgnl.AP.727910_TMY3-cache.csv
|
1500
753
|
/weather/USA_OR_Astoria.Rgnl.AP.727910_TMY3.epw
|
1501
|
-
/weather/USA_OR_Aurora.State.AP.726959_TMY3-cache.csv
|
1502
754
|
/weather/USA_OR_Aurora.State.AP.726959_TMY3.epw
|
1503
|
-
/weather/USA_OR_Baker.Muni.AP.726886_TMY3-cache.csv
|
1504
755
|
/weather/USA_OR_Baker.Muni.AP.726886_TMY3.epw
|
1505
|
-
/weather/USA_OR_Burns.Muni.AP.726830_TMY3-cache.csv
|
1506
756
|
/weather/USA_OR_Burns.Muni.AP.726830_TMY3.epw
|
1507
|
-
/weather/USA_OR_Corvallis.Muni.AP.726945_TMY3-cache.csv
|
1508
757
|
/weather/USA_OR_Corvallis.Muni.AP.726945_TMY3.epw
|
1509
|
-
/weather/USA_OR_Eugene-Mahlon.Sweet.AP.726930_TMY3-cache.csv
|
1510
758
|
/weather/USA_OR_Eugene-Mahlon.Sweet.AP.726930_TMY3.epw
|
1511
|
-
/weather/USA_OR_Klamath.Falls.Intl.AP.725895_TMY3-cache.csv
|
1512
759
|
/weather/USA_OR_Klamath.Falls.Intl.AP.725895_TMY3.epw
|
1513
|
-
/weather/USA_OR_La.Grande.Muni.AP.726884_TMY3-cache.csv
|
1514
760
|
/weather/USA_OR_La.Grande.Muni.AP.726884_TMY3.epw
|
1515
|
-
/weather/USA_OR_Lakeview.AWOS.725976_TMY3-cache.csv
|
1516
761
|
/weather/USA_OR_Lakeview.AWOS.725976_TMY3.epw
|
1517
|
-
/weather/USA_OR_Medford-Rogue.Valley.Intl.AP.725970_TMY3-cache.csv
|
1518
762
|
/weather/USA_OR_Medford-Rogue.Valley.Intl.AP.725970_TMY3.epw
|
1519
|
-
/weather/USA_OR_North.Bend.Muni.AP.726917_TMY3-cache.csv
|
1520
763
|
/weather/USA_OR_North.Bend.Muni.AP.726917_TMY3.epw
|
1521
|
-
/weather/USA_OR_Pendleton-Eastern.Oregon.Rgnl.AP.726880_TMY3-cache.csv
|
1522
764
|
/weather/USA_OR_Pendleton-Eastern.Oregon.Rgnl.AP.726880_TMY3.epw
|
1523
|
-
/weather/USA_OR_Portland-Hillsboro.AP.726986_TMY3-cache.csv
|
1524
765
|
/weather/USA_OR_Portland-Hillsboro.AP.726986_TMY3.epw
|
1525
|
-
/weather/USA_OR_Portland-Troutdale.AP.726985_TMY3-cache.csv
|
1526
766
|
/weather/USA_OR_Portland-Troutdale.AP.726985_TMY3.epw
|
1527
|
-
/weather/USA_OR_Redmond-Roberts.Field.726835_TMY3-cache.csv
|
1528
767
|
/weather/USA_OR_Redmond-Roberts.Field.726835_TMY3.epw
|
1529
|
-
/weather/USA_OR_Roseburg.Rgnl.AP.726904_TMY3-cache.csv
|
1530
768
|
/weather/USA_OR_Roseburg.Rgnl.AP.726904_TMY3.epw
|
1531
|
-
/weather/USA_OR_Salem-McNary.Field.726940_TMY3-cache.csv
|
1532
769
|
/weather/USA_OR_Salem-McNary.Field.726940_TMY3.epw
|
1533
|
-
/weather/USA_OR_Sexton.Summit.725975_TMY3-cache.csv
|
1534
770
|
/weather/USA_OR_Sexton.Summit.725975_TMY3.epw
|
1535
|
-
/weather/USA_PA_Allentown-Lehigh.Valley.Intl.AP.725170_TMY3-cache.csv
|
1536
771
|
/weather/USA_PA_Allentown-Lehigh.Valley.Intl.AP.725170_TMY3.epw
|
1537
|
-
/weather/USA_PA_Altoona-Blair.County.AP.725126_TMY3-cache.csv
|
1538
772
|
/weather/USA_PA_Altoona-Blair.County.AP.725126_TMY3.epw
|
1539
|
-
/weather/USA_PA_Bradford.Rgnl.AP.725266_TMY3-cache.csv
|
1540
773
|
/weather/USA_PA_Bradford.Rgnl.AP.725266_TMY3.epw
|
1541
|
-
/weather/USA_PA_Butler.County.AWOS.725124_TMY3-cache.csv
|
1542
774
|
/weather/USA_PA_Butler.County.AWOS.725124_TMY3.epw
|
1543
|
-
/weather/USA_PA_DuBois-Jefferson.County.AP.725125_TMY3-cache.csv
|
1544
775
|
/weather/USA_PA_DuBois-Jefferson.County.AP.725125_TMY3.epw
|
1545
|
-
/weather/USA_PA_Erie.Intl.AP.725260_TMY3-cache.csv
|
1546
776
|
/weather/USA_PA_Erie.Intl.AP.725260_TMY3.epw
|
1547
|
-
/weather/USA_PA_Franklin-Chess.Lemberton.AP.725267_TMY3-cache.csv
|
1548
777
|
/weather/USA_PA_Franklin-Chess.Lemberton.AP.725267_TMY3.epw
|
1549
|
-
/weather/USA_PA_Harrisburg-Capital.City.AP.725118_TMY3-cache.csv
|
1550
778
|
/weather/USA_PA_Harrisburg-Capital.City.AP.725118_TMY3.epw
|
1551
|
-
/weather/USA_PA_Harrisburg.Intl.AP.725115_TMY3-cache.csv
|
1552
779
|
/weather/USA_PA_Harrisburg.Intl.AP.725115_TMY3.epw
|
1553
|
-
/weather/USA_PA_Johnstown-Cambria.County.AP.725127_TMY3-cache.csv
|
1554
780
|
/weather/USA_PA_Johnstown-Cambria.County.AP.725127_TMY3.epw
|
1555
|
-
/weather/USA_PA_Lancaster.AP.725116_TMY3-cache.csv
|
1556
781
|
/weather/USA_PA_Lancaster.AP.725116_TMY3.epw
|
1557
|
-
/weather/USA_PA_Philadelphia-NE.Philadelphia.AP.724085_TMY3-cache.csv
|
1558
782
|
/weather/USA_PA_Philadelphia-NE.Philadelphia.AP.724085_TMY3.epw
|
1559
|
-
/weather/USA_PA_Philadelphia.Intl.AP.724080_TMY3-cache.csv
|
1560
783
|
/weather/USA_PA_Philadelphia.Intl.AP.724080_TMY3.epw
|
1561
|
-
/weather/USA_PA_Pittsburgh-Allegheny.County.AP.725205_TMY3-cache.csv
|
1562
784
|
/weather/USA_PA_Pittsburgh-Allegheny.County.AP.725205_TMY3.epw
|
1563
|
-
/weather/USA_PA_Pittsburgh.Intl.AP.725200_TMY3-cache.csv
|
1564
785
|
/weather/USA_PA_Pittsburgh.Intl.AP.725200_TMY3.epw
|
1565
|
-
/weather/USA_PA_Reading.Mem.AP-Spaatz.Field.725103_TMY3-cache.csv
|
1566
786
|
/weather/USA_PA_Reading.Mem.AP-Spaatz.Field.725103_TMY3.epw
|
1567
|
-
/weather/USA_PA_State.College-Penn.State.University.725128_TMY3-cache.csv
|
1568
787
|
/weather/USA_PA_State.College-Penn.State.University.725128_TMY3.epw
|
1569
|
-
/weather/USA_PA_Washington.AWOS.725117_TMY3-cache.csv
|
1570
788
|
/weather/USA_PA_Washington.AWOS.725117_TMY3.epw
|
1571
|
-
/weather/USA_PA_Wilkes-Barre-Scranton.Intl.AP.725130_TMY3-cache.csv
|
1572
789
|
/weather/USA_PA_Wilkes-Barre-Scranton.Intl.AP.725130_TMY3.epw
|
1573
|
-
/weather/USA_PA_Williamsport.Rgnl.AP.725140_TMY3-cache.csv
|
1574
790
|
/weather/USA_PA_Williamsport.Rgnl.AP.725140_TMY3.epw
|
1575
|
-
/weather/USA_PA_Willow.Grove.NAS.724086_TMY3-cache.csv
|
1576
791
|
/weather/USA_PA_Willow.Grove.NAS.724086_TMY3.epw
|
1577
|
-
/weather/USA_RI_Block.Island.State.AP.725058_TMY3-cache.csv
|
1578
792
|
/weather/USA_RI_Block.Island.State.AP.725058_TMY3.epw
|
1579
|
-
/weather/USA_RI_Pawtucket.AWOS.725054_TMY3-cache.csv
|
1580
793
|
/weather/USA_RI_Pawtucket.AWOS.725054_TMY3.epw
|
1581
|
-
/weather/USA_RI_Providence-T.F.Green.State.AP.725070_TMY3-cache.csv
|
1582
794
|
/weather/USA_RI_Providence-T.F.Green.State.AP.725070_TMY3.epw
|
1583
|
-
/weather/USA_SC_Anderson.County.AP.723125_TMY3-cache.csv
|
1584
795
|
/weather/USA_SC_Anderson.County.AP.723125_TMY3.epw
|
1585
|
-
/weather/USA_SC_Beaufort.MCAS.722085_TMY3-cache.csv
|
1586
796
|
/weather/USA_SC_Beaufort.MCAS.722085_TMY3.epw
|
1587
|
-
/weather/USA_SC_Charleston.Intl.AP.722080_TMY3-cache.csv
|
1588
797
|
/weather/USA_SC_Charleston.Intl.AP.722080_TMY3.epw
|
1589
|
-
/weather/USA_SC_Columbia.Metro.AP.723100_TMY3-cache.csv
|
1590
798
|
/weather/USA_SC_Columbia.Metro.AP.723100_TMY3.epw
|
1591
|
-
/weather/USA_SC_Florence.Rgnl.AP.723106_TMY3-cache.csv
|
1592
799
|
/weather/USA_SC_Florence.Rgnl.AP.723106_TMY3.epw
|
1593
|
-
/weather/USA_SC_Greenville-Downtown.AP.723119_TMY3-cache.csv
|
1594
800
|
/weather/USA_SC_Greenville-Downtown.AP.723119_TMY3.epw
|
1595
|
-
/weather/USA_SC_Greer.Greenville-Spartanburg.AP.723120_TMY3-cache.csv
|
1596
801
|
/weather/USA_SC_Greer.Greenville-Spartanburg.AP.723120_TMY3.epw
|
1597
|
-
/weather/USA_SC_Myrtle.Beach.AFB.747910_TMY3-cache.csv
|
1598
802
|
/weather/USA_SC_Myrtle.Beach.AFB.747910_TMY3.epw
|
1599
|
-
/weather/USA_SC_North.Myrtle.Beach-Grand.Strand.Field.747915_TMY3-cache.csv
|
1600
803
|
/weather/USA_SC_North.Myrtle.Beach-Grand.Strand.Field.747915_TMY3.epw
|
1601
|
-
/weather/USA_SC_Shaw.AFB.747900_TMY3-cache.csv
|
1602
804
|
/weather/USA_SC_Shaw.AFB.747900_TMY3.epw
|
1603
|
-
/weather/USA_SD_Aberdeen.Rgnl.AP.726590_TMY3-cache.csv
|
1604
805
|
/weather/USA_SD_Aberdeen.Rgnl.AP.726590_TMY3.epw
|
1605
|
-
/weather/USA_SD_Brookings.AWOS.726515_TMY3-cache.csv
|
1606
806
|
/weather/USA_SD_Brookings.AWOS.726515_TMY3.epw
|
1607
|
-
/weather/USA_SD_Ellsworth.AFB.726625_TMY3-cache.csv
|
1608
807
|
/weather/USA_SD_Ellsworth.AFB.726625_TMY3.epw
|
1609
|
-
/weather/USA_SD_Huron.Rgnl.AP.726540_TMY3-cache.csv
|
1610
808
|
/weather/USA_SD_Huron.Rgnl.AP.726540_TMY3.epw
|
1611
|
-
/weather/USA_SD_Mitchell.AWOS.726545_TMY3-cache.csv
|
1612
809
|
/weather/USA_SD_Mitchell.AWOS.726545_TMY3.epw
|
1613
|
-
/weather/USA_SD_Mobridge.Muni.AP.726685_TMY3-cache.csv
|
1614
810
|
/weather/USA_SD_Mobridge.Muni.AP.726685_TMY3.epw
|
1615
|
-
/weather/USA_SD_Pierre.Muni.AP.726686_TMY3-cache.csv
|
1616
811
|
/weather/USA_SD_Pierre.Muni.AP.726686_TMY3.epw
|
1617
|
-
/weather/USA_SD_Rapid.City.Rgnl.AP.726620_TMY3-cache.csv
|
1618
812
|
/weather/USA_SD_Rapid.City.Rgnl.AP.726620_TMY3.epw
|
1619
|
-
/weather/USA_SD_Sioux.Falls-Foss.Field.726510_TMY3-cache.csv
|
1620
813
|
/weather/USA_SD_Sioux.Falls-Foss.Field.726510_TMY3.epw
|
1621
|
-
/weather/USA_SD_Watertown.Muni.AP.726546_TMY3-cache.csv
|
1622
814
|
/weather/USA_SD_Watertown.Muni.AP.726546_TMY3.epw
|
1623
|
-
/weather/USA_SD_Yankton-Chan.Gurney.Muni.AP.726525_TMY3-cache.csv
|
1624
815
|
/weather/USA_SD_Yankton-Chan.Gurney.Muni.AP.726525_TMY3.epw
|
1625
|
-
/weather/USA_TN_Bristol-TriCities.Rgnl.AP.723183_TMY3-cache.csv
|
1626
816
|
/weather/USA_TN_Bristol-TriCities.Rgnl.AP.723183_TMY3.epw
|
1627
|
-
/weather/USA_TN_Chattanooga-Lovell.Field.AP.723240_TMY3-cache.csv
|
1628
817
|
/weather/USA_TN_Chattanooga-Lovell.Field.AP.723240_TMY3.epw
|
1629
|
-
/weather/USA_TN_Crossville.Mem.AP.723265_TMY3-cache.csv
|
1630
818
|
/weather/USA_TN_Crossville.Mem.AP.723265_TMY3.epw
|
1631
|
-
/weather/USA_TN_Dyersburg.Muni.AP.723347_TMY3-cache.csv
|
1632
819
|
/weather/USA_TN_Dyersburg.Muni.AP.723347_TMY3.epw
|
1633
|
-
/weather/USA_TN_Jackson-McKellar.Sipes.Rgnl.AP.723346_TMY3-cache.csv
|
1634
820
|
/weather/USA_TN_Jackson-McKellar.Sipes.Rgnl.AP.723346_TMY3.epw
|
1635
|
-
/weather/USA_TN_Knoxville-McGhee.Tyson.AP.723260_TMY3-cache.csv
|
1636
821
|
/weather/USA_TN_Knoxville-McGhee.Tyson.AP.723260_TMY3.epw
|
1637
|
-
/weather/USA_TN_Memphis.Intl.AP.723340_TMY3-cache.csv
|
1638
822
|
/weather/USA_TN_Memphis.Intl.AP.723340_TMY3.epw
|
1639
|
-
/weather/USA_TN_Nashville.Intl.AP.723270_TMY3-cache.csv
|
1640
823
|
/weather/USA_TN_Nashville.Intl.AP.723270_TMY3.epw
|
1641
|
-
/weather/USA_TX_Abilene-Dyess.AFB.690190_TMY3-cache.csv
|
1642
824
|
/weather/USA_TX_Abilene-Dyess.AFB.690190_TMY3.epw
|
1643
|
-
/weather/USA_TX_Abilene.Rgnl.AP.722660_TMY3-cache.csv
|
1644
825
|
/weather/USA_TX_Abilene.Rgnl.AP.722660_TMY3.epw
|
1645
|
-
/weather/USA_TX_Alice.Intl.AP.722517_TMY3-cache.csv
|
1646
826
|
/weather/USA_TX_Alice.Intl.AP.722517_TMY3.epw
|
1647
|
-
/weather/USA_TX_Amarillo.Intl.AP.723630_TMY3-cache.csv
|
1648
827
|
/weather/USA_TX_Amarillo.Intl.AP.723630_TMY3.epw
|
1649
|
-
/weather/USA_TX_Austin-Camp.Mabry.722544_TMY3-cache.csv
|
1650
828
|
/weather/USA_TX_Austin-Camp.Mabry.722544_TMY3.epw
|
1651
|
-
/weather/USA_TX_Austin-Mueller.Muni.AP.722540_TMY3-cache.csv
|
1652
829
|
/weather/USA_TX_Austin-Mueller.Muni.AP.722540_TMY3.epw
|
1653
|
-
/weather/USA_TX_Brownsville-South.Padre.Island.AP.722500_TMY3-cache.csv
|
1654
830
|
/weather/USA_TX_Brownsville-South.Padre.Island.AP.722500_TMY3.epw
|
1655
|
-
/weather/USA_TX_Childress.Muni.AP.723604_TMY3-cache.csv
|
1656
831
|
/weather/USA_TX_Childress.Muni.AP.723604_TMY3.epw
|
1657
|
-
/weather/USA_TX_College.Station-Easterwood.Field.722445_TMY3-cache.csv
|
1658
832
|
/weather/USA_TX_College.Station-Easterwood.Field.722445_TMY3.epw
|
1659
|
-
/weather/USA_TX_Corpus.Christi.Intl.AP.722510_TMY3-cache.csv
|
1660
833
|
/weather/USA_TX_Corpus.Christi.Intl.AP.722510_TMY3.epw
|
1661
|
-
/weather/USA_TX_Corpus.Christi.NAS.722515_TMY3-cache.csv
|
1662
834
|
/weather/USA_TX_Corpus.Christi.NAS.722515_TMY3.epw
|
1663
|
-
/weather/USA_TX_Cotulla.AP.722526_TMY3-cache.csv
|
1664
835
|
/weather/USA_TX_Cotulla.AP.722526_TMY3.epw
|
1665
|
-
/weather/USA_TX_Cox.Field.722587_TMY3-cache.csv
|
1666
836
|
/weather/USA_TX_Cox.Field.722587_TMY3.epw
|
1667
|
-
/weather/USA_TX_Dalhart.Muni.AP.722636_TMY3-cache.csv
|
1668
837
|
/weather/USA_TX_Dalhart.Muni.AP.722636_TMY3.epw
|
1669
|
-
/weather/USA_TX_Dallas-Addison.AP.722598_TMY3-cache.csv
|
1670
838
|
/weather/USA_TX_Dallas-Addison.AP.722598_TMY3.epw
|
1671
|
-
/weather/USA_TX_Dallas-Love.Field.722583_TMY3-cache.csv
|
1672
839
|
/weather/USA_TX_Dallas-Love.Field.722583_TMY3.epw
|
1673
|
-
/weather/USA_TX_Dallas-Redbird.AP.722599_TMY3-cache.csv
|
1674
840
|
/weather/USA_TX_Dallas-Redbird.AP.722599_TMY3.epw
|
1675
|
-
/weather/USA_TX_Del.Rio-Laughlin.AFB.722615_TMY3-cache.csv
|
1676
841
|
/weather/USA_TX_Del.Rio-Laughlin.AFB.722615_TMY3.epw
|
1677
|
-
/weather/USA_TX_Del.Rio.722610_TMY3-cache.csv
|
1678
842
|
/weather/USA_TX_Del.Rio.722610_TMY3.epw
|
1679
|
-
/weather/USA_TX_Draughon-Miller.Central.Texas.AP.722577_TMY3-cache.csv
|
1680
843
|
/weather/USA_TX_Draughon-Miller.Central.Texas.AP.722577_TMY3.epw
|
1681
|
-
/weather/USA_TX_El.Paso.Intl.AP.722700_TMY3-cache.csv
|
1682
844
|
/weather/USA_TX_El.Paso.Intl.AP.722700_TMY3.epw
|
1683
|
-
/weather/USA_TX_Fort.Hood.722570_TMY3-cache.csv
|
1684
845
|
/weather/USA_TX_Fort.Hood.722570_TMY3.epw
|
1685
|
-
/weather/USA_TX_Fort.Worth-Alliance.AP.722594_TMY3-cache.csv
|
1686
846
|
/weather/USA_TX_Fort.Worth-Alliance.AP.722594_TMY3.epw
|
1687
|
-
/weather/USA_TX_Fort.Worth-Meacham.AP.722596_TMY3-cache.csv
|
1688
847
|
/weather/USA_TX_Fort.Worth-Meacham.AP.722596_TMY3.epw
|
1689
|
-
/weather/USA_TX_Fort.Worth.NAS.722595_TMY3-cache.csv
|
1690
848
|
/weather/USA_TX_Fort.Worth.NAS.722595_TMY3.epw
|
1691
|
-
/weather/USA_TX_Galveston.722420_TMY3-cache.csv
|
1692
849
|
/weather/USA_TX_Galveston.722420_TMY3.epw
|
1693
|
-
/weather/USA_TX_Georgetown.AWOS.722547_TMY3-cache.csv
|
1694
850
|
/weather/USA_TX_Georgetown.AWOS.722547_TMY3.epw
|
1695
|
-
/weather/USA_TX_Greenville.Muni.AP.722588_TMY3-cache.csv
|
1696
851
|
/weather/USA_TX_Greenville.Muni.AP.722588_TMY3.epw
|
1697
|
-
/weather/USA_TX_Harlingen-Valley.Intl.AP.722505_TMY3-cache.csv
|
1698
852
|
/weather/USA_TX_Harlingen-Valley.Intl.AP.722505_TMY3.epw
|
1699
|
-
/weather/USA_TX_Hondo.Muni.AP.722533_TMY3-cache.csv
|
1700
853
|
/weather/USA_TX_Hondo.Muni.AP.722533_TMY3.epw
|
1701
|
-
/weather/USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3-cache.csv
|
1702
854
|
/weather/USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.epw
|
1703
|
-
/weather/USA_TX_Houston-D.W.Hooks.AP.722429_TMY3-cache.csv
|
1704
855
|
/weather/USA_TX_Houston-D.W.Hooks.AP.722429_TMY3.epw
|
1705
|
-
/weather/USA_TX_Houston-Ellington.AFB.722436_TMY3-cache.csv
|
1706
856
|
/weather/USA_TX_Houston-Ellington.AFB.722436_TMY3.epw
|
1707
|
-
/weather/USA_TX_Houston-William.P.Hobby.AP.722435_TMY3-cache.csv
|
1708
857
|
/weather/USA_TX_Houston-William.P.Hobby.AP.722435_TMY3.epw
|
1709
|
-
/weather/USA_TX_Killeen-Fort.Hood.Rgnl.AP.722576_TMY3-cache.csv
|
1710
858
|
/weather/USA_TX_Killeen-Fort.Hood.Rgnl.AP.722576_TMY3.epw
|
1711
|
-
/weather/USA_TX_Killeen.Muni.AWOS.722575_TMY3-cache.csv
|
1712
859
|
/weather/USA_TX_Killeen.Muni.AWOS.722575_TMY3.epw
|
1713
|
-
/weather/USA_TX_Kingsville.722516_TMY3-cache.csv
|
1714
860
|
/weather/USA_TX_Kingsville.722516_TMY3.epw
|
1715
|
-
/weather/USA_TX_Laredo.Intl.AP.722520_TMY3-cache.csv
|
1716
861
|
/weather/USA_TX_Laredo.Intl.AP.722520_TMY3.epw
|
1717
|
-
/weather/USA_TX_Longview-Gregg.County.AP.722470_TMY3-cache.csv
|
1718
862
|
/weather/USA_TX_Longview-Gregg.County.AP.722470_TMY3.epw
|
1719
|
-
/weather/USA_TX_Lubbock.Intl.AP.722670_TMY3-cache.csv
|
1720
863
|
/weather/USA_TX_Lubbock.Intl.AP.722670_TMY3.epw
|
1721
|
-
/weather/USA_TX_Lufkin-Angelina.Co.AP.722446_TMY3-cache.csv
|
1722
864
|
/weather/USA_TX_Lufkin-Angelina.Co.AP.722446_TMY3.epw
|
1723
|
-
/weather/USA_TX_Marfa.AP.722640_TMY3-cache.csv
|
1724
865
|
/weather/USA_TX_Marfa.AP.722640_TMY3.epw
|
1725
|
-
/weather/USA_TX_McAllen-Miller.Intl.AP.722506_TMY3-cache.csv
|
1726
866
|
/weather/USA_TX_McAllen-Miller.Intl.AP.722506_TMY3.epw
|
1727
|
-
/weather/USA_TX_McGregor.AWOS.722563_TMY3-cache.csv
|
1728
867
|
/weather/USA_TX_McGregor.AWOS.722563_TMY3.epw
|
1729
|
-
/weather/USA_TX_Midland.Intl.AP.722650_TMY3-cache.csv
|
1730
868
|
/weather/USA_TX_Midland.Intl.AP.722650_TMY3.epw
|
1731
|
-
/weather/USA_TX_Mineral.Wells.Muni.AP.722597_TMY3-cache.csv
|
1732
869
|
/weather/USA_TX_Mineral.Wells.Muni.AP.722597_TMY3.epw
|
1733
|
-
/weather/USA_TX_Nacogdoches.AWOS.722499_TMY3-cache.csv
|
1734
870
|
/weather/USA_TX_Nacogdoches.AWOS.722499_TMY3.epw
|
1735
|
-
/weather/USA_TX_Palacios.Muni.AP.722555_TMY3-cache.csv
|
1736
871
|
/weather/USA_TX_Palacios.Muni.AP.722555_TMY3.epw
|
1737
|
-
/weather/USA_TX_Port.Arthur-Jefferson.Co.AP.722410_TMY3-cache.csv
|
1738
872
|
/weather/USA_TX_Port.Arthur-Jefferson.Co.AP.722410_TMY3.epw
|
1739
|
-
/weather/USA_TX_Randolph.AFB.722536_TMY3-cache.csv
|
1740
873
|
/weather/USA_TX_Randolph.AFB.722536_TMY3.epw
|
1741
|
-
/weather/USA_TX_Rockport-Aransas.Co.AP.722524_TMY3-cache.csv
|
1742
874
|
/weather/USA_TX_Rockport-Aransas.Co.AP.722524_TMY3.epw
|
1743
|
-
/weather/USA_TX_San.Angelo-Mathis.AP.722630_TMY3-cache.csv
|
1744
875
|
/weather/USA_TX_San.Angelo-Mathis.AP.722630_TMY3.epw
|
1745
|
-
/weather/USA_TX_San.Antonio-Kelly.AFB.722535_TMY3-cache.csv
|
1746
876
|
/weather/USA_TX_San.Antonio-Kelly.AFB.722535_TMY3.epw
|
1747
|
-
/weather/USA_TX_San.Antonio-Stinson.AP.722523_TMY3-cache.csv
|
1748
877
|
/weather/USA_TX_San.Antonio-Stinson.AP.722523_TMY3.epw
|
1749
|
-
/weather/USA_TX_San.Antonio.Intl.AP.722530_TMY3-cache.csv
|
1750
878
|
/weather/USA_TX_San.Antonio.Intl.AP.722530_TMY3.epw
|
1751
|
-
/weather/USA_TX_Tyler-Pounds.Field.722448_TMY3-cache.csv
|
1752
879
|
/weather/USA_TX_Tyler-Pounds.Field.722448_TMY3.epw
|
1753
|
-
/weather/USA_TX_Victoria.Rgnl.AP.722550_TMY3-cache.csv
|
1754
880
|
/weather/USA_TX_Victoria.Rgnl.AP.722550_TMY3.epw
|
1755
|
-
/weather/USA_TX_Waco.Rgnl.AP.722560_TMY3-cache.csv
|
1756
881
|
/weather/USA_TX_Waco.Rgnl.AP.722560_TMY3.epw
|
1757
|
-
/weather/USA_TX_Wichita.Falls.Muni.AP.723510_TMY3-cache.csv
|
1758
882
|
/weather/USA_TX_Wichita.Falls.Muni.AP.723510_TMY3.epw
|
1759
|
-
/weather/USA_TX_Wink-Winkler.County.AP.722656_TMY3-cache.csv
|
1760
883
|
/weather/USA_TX_Wink-Winkler.County.AP.722656_TMY3.epw
|
1761
|
-
/weather/USA_UT_Blanding.Muni.AP.724723_TMY3-cache.csv
|
1762
884
|
/weather/USA_UT_Blanding.Muni.AP.724723_TMY3.epw
|
1763
|
-
/weather/USA_UT_Bryce.Canyon.AP.724756_TMY3-cache.csv
|
1764
885
|
/weather/USA_UT_Bryce.Canyon.AP.724756_TMY3.epw
|
1765
|
-
/weather/USA_UT_Cedar.City.Muni.AP.724755_TMY3-cache.csv
|
1766
886
|
/weather/USA_UT_Cedar.City.Muni.AP.724755_TMY3.epw
|
1767
|
-
/weather/USA_UT_Delta.Muni.AP.724795_TMY3-cache.csv
|
1768
887
|
/weather/USA_UT_Delta.Muni.AP.724795_TMY3.epw
|
1769
|
-
/weather/USA_UT_Hanksville.AP.724735_TMY3-cache.csv
|
1770
888
|
/weather/USA_UT_Hanksville.AP.724735_TMY3.epw
|
1771
|
-
/weather/USA_UT_Moab-Canyonlands.Field.724776_TMY3-cache.csv
|
1772
889
|
/weather/USA_UT_Moab-Canyonlands.Field.724776_TMY3.epw
|
1773
|
-
/weather/USA_UT_Ogden-Hill.AFB.725755_TMY3-cache.csv
|
1774
890
|
/weather/USA_UT_Ogden-Hill.AFB.725755_TMY3.epw
|
1775
|
-
/weather/USA_UT_Ogden-Hinkley.AP.725750_TMY3-cache.csv
|
1776
891
|
/weather/USA_UT_Ogden-Hinkley.AP.725750_TMY3.epw
|
1777
|
-
/weather/USA_UT_Provo.Muni.AWOS.725724_TMY3-cache.csv
|
1778
892
|
/weather/USA_UT_Provo.Muni.AWOS.725724_TMY3.epw
|
1779
|
-
/weather/USA_UT_Saint.George.AWOS.724754_TMY3-cache.csv
|
1780
893
|
/weather/USA_UT_Saint.George.AWOS.724754_TMY3.epw
|
1781
|
-
/weather/USA_UT_Salt.Lake.City.Intl.AP.725720_TMY3-cache.csv
|
1782
894
|
/weather/USA_UT_Salt.Lake.City.Intl.AP.725720_TMY3.epw
|
1783
|
-
/weather/USA_UT_Vernal.AP.725705_TMY3-cache.csv
|
1784
895
|
/weather/USA_UT_Vernal.AP.725705_TMY3.epw
|
1785
|
-
/weather/USA_UT_Wendover.USAF.Auxiliary.Field.725810_TMY3-cache.csv
|
1786
896
|
/weather/USA_UT_Wendover.USAF.Auxiliary.Field.725810_TMY3.epw
|
1787
|
-
/weather/USA_VA_Abingdon-Virgina.Highlands.AP.724058_TMY3-cache.csv
|
1788
897
|
/weather/USA_VA_Abingdon-Virgina.Highlands.AP.724058_TMY3.epw
|
1789
|
-
/weather/USA_VA_Arlington-Ronald.Reagan.Washington.Natl.AP.724050_TMY3-cache.csv
|
1790
898
|
/weather/USA_VA_Arlington-Ronald.Reagan.Washington.Natl.AP.724050_TMY3.epw
|
1791
|
-
/weather/USA_VA_Blacksburg-Virginia.Tech.AP.724113_TMY3-cache.csv
|
1792
899
|
/weather/USA_VA_Blacksburg-Virginia.Tech.AP.724113_TMY3.epw
|
1793
|
-
/weather/USA_VA_Charlottesville-Albemarle.County.AP.724016_TMY3-cache.csv
|
1794
900
|
/weather/USA_VA_Charlottesville-Albemarle.County.AP.724016_TMY3.epw
|
1795
|
-
/weather/USA_VA_Danville.Rgnl.AP.724106_TMY3-cache.csv
|
1796
901
|
/weather/USA_VA_Danville.Rgnl.AP.724106_TMY3.epw
|
1797
|
-
/weather/USA_VA_Davison.AAF.724037_TMY3-cache.csv
|
1798
902
|
/weather/USA_VA_Davison.AAF.724037_TMY3.epw
|
1799
|
-
/weather/USA_VA_Farmville.Muni.AP.724017_TMY3-cache.csv
|
1800
903
|
/weather/USA_VA_Farmville.Muni.AP.724017_TMY3.epw
|
1801
|
-
/weather/USA_VA_Franklin.Muni.AP.723083_TMY3-cache.csv
|
1802
904
|
/weather/USA_VA_Franklin.Muni.AP.723083_TMY3.epw
|
1803
|
-
/weather/USA_VA_Fredericksburg-Shannon.AP.724033_TMY3-cache.csv
|
1804
905
|
/weather/USA_VA_Fredericksburg-Shannon.AP.724033_TMY3.epw
|
1805
|
-
/weather/USA_VA_Hillsville-Twin.County.AP.724107_TMY3-cache.csv
|
1806
906
|
/weather/USA_VA_Hillsville-Twin.County.AP.724107_TMY3.epw
|
1807
|
-
/weather/USA_VA_Hot.Springs-Ingalls.Field.724115_TMY3-cache.csv
|
1808
907
|
/weather/USA_VA_Hot.Springs-Ingalls.Field.724115_TMY3.epw
|
1809
|
-
/weather/USA_VA_Langley.AFB.745980_TMY3-cache.csv
|
1810
908
|
/weather/USA_VA_Langley.AFB.745980_TMY3.epw
|
1811
|
-
/weather/USA_VA_Leesburg.Muni.AP-Godfrey.Field.724055_TMY3-cache.csv
|
1812
909
|
/weather/USA_VA_Leesburg.Muni.AP-Godfrey.Field.724055_TMY3.epw
|
1813
|
-
/weather/USA_VA_Lynchburg.Rgnl.AP-Preston.Glen.Field.724100_TMY3-cache.csv
|
1814
910
|
/weather/USA_VA_Lynchburg.Rgnl.AP-Preston.Glen.Field.724100_TMY3.epw
|
1815
|
-
/weather/USA_VA_Manassas.Muni.AWOS.724036_TMY3-cache.csv
|
1816
911
|
/weather/USA_VA_Manassas.Muni.AWOS.724036_TMY3.epw
|
1817
|
-
/weather/USA_VA_Marion-Wytheville-Mountain.Empire.AP.724056_TMY3-cache.csv
|
1818
912
|
/weather/USA_VA_Marion-Wytheville-Mountain.Empire.AP.724056_TMY3.epw
|
1819
|
-
/weather/USA_VA_Martinsville-Blue.Ridge.AP.745985_TMY3-cache.csv
|
1820
913
|
/weather/USA_VA_Martinsville-Blue.Ridge.AP.745985_TMY3.epw
|
1821
|
-
/weather/USA_VA_Melfa-Accomack.County.AP.724026_TMY3-cache.csv
|
1822
914
|
/weather/USA_VA_Melfa-Accomack.County.AP.724026_TMY3.epw
|
1823
|
-
/weather/USA_VA_Newport.News.723086_TMY3-cache.csv
|
1824
915
|
/weather/USA_VA_Newport.News.723086_TMY3.epw
|
1825
|
-
/weather/USA_VA_Norfolk.Intl.AP.723080_TMY3-cache.csv
|
1826
916
|
/weather/USA_VA_Norfolk.Intl.AP.723080_TMY3.epw
|
1827
|
-
/weather/USA_VA_Norfolk.NAS.723085_TMY3-cache.csv
|
1828
917
|
/weather/USA_VA_Norfolk.NAS.723085_TMY3.epw
|
1829
|
-
/weather/USA_VA_Oceana.NAS.723075_TMY3-cache.csv
|
1830
918
|
/weather/USA_VA_Oceana.NAS.723075_TMY3.epw
|
1831
|
-
/weather/USA_VA_Petersburg.Muni.AP.724014_TMY3-cache.csv
|
1832
919
|
/weather/USA_VA_Petersburg.Muni.AP.724014_TMY3.epw
|
1833
|
-
/weather/USA_VA_Pulaski-New.River.Valley.AP.724116_TMY3-cache.csv
|
1834
920
|
/weather/USA_VA_Pulaski-New.River.Valley.AP.724116_TMY3.epw
|
1835
|
-
/weather/USA_VA_Quantico.MCAS.724035_TMY3-cache.csv
|
1836
921
|
/weather/USA_VA_Quantico.MCAS.724035_TMY3.epw
|
1837
|
-
/weather/USA_VA_Richmond.Intl.AP.724010_TMY3-cache.csv
|
1838
922
|
/weather/USA_VA_Richmond.Intl.AP.724010_TMY3.epw
|
1839
|
-
/weather/USA_VA_Roanoke.Rgnl.AP-Woodrum.Field.724110_TMY3-cache.csv
|
1840
923
|
/weather/USA_VA_Roanoke.Rgnl.AP-Woodrum.Field.724110_TMY3.epw
|
1841
|
-
/weather/USA_VA_Staunton-Shenandoah.Valley.Rgnl.AP.724105_TMY3-cache.csv
|
1842
924
|
/weather/USA_VA_Staunton-Shenandoah.Valley.Rgnl.AP.724105_TMY3.epw
|
1843
|
-
/weather/USA_VA_Sterling-Washington.Dulles.Intl.AP.724030_TMY3-cache.csv
|
1844
925
|
/weather/USA_VA_Sterling-Washington.Dulles.Intl.AP.724030_TMY3.epw
|
1845
|
-
/weather/USA_VA_Winchester.Rgnl.AP.724053_TMY3-cache.csv
|
1846
926
|
/weather/USA_VA_Winchester.Rgnl.AP.724053_TMY3.epw
|
1847
|
-
/weather/USA_VA_Wise-Lonesome.Pine.AP.724117_TMY3-cache.csv
|
1848
927
|
/weather/USA_VA_Wise-Lonesome.Pine.AP.724117_TMY3.epw
|
1849
|
-
/weather/USA_VT_Burlington.Intl.AP.726170_TMY3-cache.csv
|
1850
928
|
/weather/USA_VT_Burlington.Intl.AP.726170_TMY3.epw
|
1851
|
-
/weather/USA_VT_Montpelier.AP.726145_TMY3-cache.csv
|
1852
929
|
/weather/USA_VT_Montpelier.AP.726145_TMY3.epw
|
1853
|
-
/weather/USA_VT_Rutland.State.AP.725165_TMY3-cache.csv
|
1854
930
|
/weather/USA_VT_Rutland.State.AP.725165_TMY3.epw
|
1855
|
-
/weather/USA_VT_Springfield-Hartnes.State.AP.726115_TMY3-cache.csv
|
1856
931
|
/weather/USA_VT_Springfield-Hartnes.State.AP.726115_TMY3.epw
|
1857
|
-
/weather/USA_WA_Bellingham.Intl.AP.727976_TMY3-cache.csv
|
1858
932
|
/weather/USA_WA_Bellingham.Intl.AP.727976_TMY3.epw
|
1859
|
-
/weather/USA_WA_Bremerton.National.AP.727928_TMY3-cache.csv
|
1860
933
|
/weather/USA_WA_Bremerton.National.AP.727928_TMY3.epw
|
1861
|
-
/weather/USA_WA_Ephrata.Muni.AP.727826_TMY3-cache.csv
|
1862
934
|
/weather/USA_WA_Ephrata.Muni.AP.727826_TMY3.epw
|
1863
|
-
/weather/USA_WA_Fairchild.AFB.727855_TMY3-cache.csv
|
1864
935
|
/weather/USA_WA_Fairchild.AFB.727855_TMY3.epw
|
1865
|
-
/weather/USA_WA_Fort.Lewis-Gray.AAF.742070_TMY3-cache.csv
|
1866
936
|
/weather/USA_WA_Fort.Lewis-Gray.AAF.742070_TMY3.epw
|
1867
|
-
/weather/USA_WA_Hanford.727840_TMY3-cache.csv
|
1868
937
|
/weather/USA_WA_Hanford.727840_TMY3.epw
|
1869
|
-
/weather/USA_WA_Hoquiam.AP.727923_TMY3-cache.csv
|
1870
938
|
/weather/USA_WA_Hoquiam.AP.727923_TMY3.epw
|
1871
|
-
/weather/USA_WA_Kelso.AP.727924_TMY3-cache.csv
|
1872
939
|
/weather/USA_WA_Kelso.AP.727924_TMY3.epw
|
1873
|
-
/weather/USA_WA_Moses.Lake-Grant.County.AP.727827_TMY3-cache.csv
|
1874
940
|
/weather/USA_WA_Moses.Lake-Grant.County.AP.727827_TMY3.epw
|
1875
|
-
/weather/USA_WA_Olympia.AP.727920_TMY3-cache.csv
|
1876
941
|
/weather/USA_WA_Olympia.AP.727920_TMY3.epw
|
1877
|
-
/weather/USA_WA_Pasco-Tri.Cities.AP.727845_TMY3-cache.csv
|
1878
942
|
/weather/USA_WA_Pasco-Tri.Cities.AP.727845_TMY3.epw
|
1879
|
-
/weather/USA_WA_Port.Angeles-William.R.Fairchild.Intl.AP.727885_TMY3-cache.csv
|
1880
943
|
/weather/USA_WA_Port.Angeles-William.R.Fairchild.Intl.AP.727885_TMY3.epw
|
1881
|
-
/weather/USA_WA_Pullman-Moscow.Rgnl.AP.727857_TMY3-cache.csv
|
1882
944
|
/weather/USA_WA_Pullman-Moscow.Rgnl.AP.727857_TMY3.epw
|
1883
|
-
/weather/USA_WA_Quillayute.State.AP.727970_TMY3-cache.csv
|
1884
945
|
/weather/USA_WA_Quillayute.State.AP.727970_TMY3.epw
|
1885
|
-
/weather/USA_WA_Renton.Muni.AP.727934_TMY3-cache.csv
|
1886
946
|
/weather/USA_WA_Renton.Muni.AP.727934_TMY3.epw
|
1887
|
-
/weather/USA_WA_Seattle-Boeing.Field.727935_TMY3-cache.csv
|
1888
947
|
/weather/USA_WA_Seattle-Boeing.Field.727935_TMY3.epw
|
1889
|
-
/weather/USA_WA_Seattle-Tacoma.Intl.AP.727930_TMY3-cache.csv
|
1890
948
|
/weather/USA_WA_Seattle-Tacoma.Intl.AP.727930_TMY3.epw
|
1891
|
-
/weather/USA_WA_Snohomish.County.AP.727937_TMY3-cache.csv
|
1892
949
|
/weather/USA_WA_Snohomish.County.AP.727937_TMY3.epw
|
1893
|
-
/weather/USA_WA_Spokane-Felts.Field.727856_TMY3-cache.csv
|
1894
950
|
/weather/USA_WA_Spokane-Felts.Field.727856_TMY3.epw
|
1895
|
-
/weather/USA_WA_Spokane.Intl.AP.727850_TMY3-cache.csv
|
1896
951
|
/weather/USA_WA_Spokane.Intl.AP.727850_TMY3.epw
|
1897
|
-
/weather/USA_WA_Stampede.Pass.727815_TMY3-cache.csv
|
1898
952
|
/weather/USA_WA_Stampede.Pass.727815_TMY3.epw
|
1899
|
-
/weather/USA_WA_Tacoma-McChord.AFB.742060_TMY3-cache.csv
|
1900
953
|
/weather/USA_WA_Tacoma-McChord.AFB.742060_TMY3.epw
|
1901
|
-
/weather/USA_WA_Tacoma.Narrows.AP.727938_TMY3-cache.csv
|
1902
954
|
/weather/USA_WA_Tacoma.Narrows.AP.727938_TMY3.epw
|
1903
|
-
/weather/USA_WA_The.Dalles.Muni.AP.726988_TMY3-cache.csv
|
1904
955
|
/weather/USA_WA_The.Dalles.Muni.AP.726988_TMY3.epw
|
1905
|
-
/weather/USA_WA_Toledo-Winlock-Ed.Carlson.Mem.AP.727926_TMY3-cache.csv
|
1906
956
|
/weather/USA_WA_Toledo-Winlock-Ed.Carlson.Mem.AP.727926_TMY3.epw
|
1907
|
-
/weather/USA_WA_Walla.Walla.City-County.AP.727846_TMY3-cache.csv
|
1908
957
|
/weather/USA_WA_Walla.Walla.City-County.AP.727846_TMY3.epw
|
1909
|
-
/weather/USA_WA_Wenatchee-Pangborn.Mem.AP.727825_TMY3-cache.csv
|
1910
958
|
/weather/USA_WA_Wenatchee-Pangborn.Mem.AP.727825_TMY3.epw
|
1911
|
-
/weather/USA_WA_Whidbey.Island.NAS.690230_TMY3-cache.csv
|
1912
959
|
/weather/USA_WA_Whidbey.Island.NAS.690230_TMY3.epw
|
1913
|
-
/weather/USA_WA_Yakima.Air.Terminal-McAllister.Field.727810_TMY3-cache.csv
|
1914
960
|
/weather/USA_WA_Yakima.Air.Terminal-McAllister.Field.727810_TMY3.epw
|
1915
|
-
/weather/USA_WI_Appleton-Outagamie.County.AP.726457_TMY3-cache.csv
|
1916
961
|
/weather/USA_WI_Appleton-Outagamie.County.AP.726457_TMY3.epw
|
1917
|
-
/weather/USA_WI_Eau.Claire.County.AP.726435_TMY3-cache.csv
|
1918
962
|
/weather/USA_WI_Eau.Claire.County.AP.726435_TMY3.epw
|
1919
|
-
/weather/USA_WI_Ephraim.AWOS.726626_TMY3-cache.csv
|
1920
963
|
/weather/USA_WI_Ephraim.AWOS.726626_TMY3.epw
|
1921
|
-
/weather/USA_WI_Green.Bay-Austin.Straubel.Intl.AP.726450_TMY3-cache.csv
|
1922
964
|
/weather/USA_WI_Green.Bay-Austin.Straubel.Intl.AP.726450_TMY3.epw
|
1923
|
-
/weather/USA_WI_Janesville-Rock.County.AP.726415_TMY3-cache.csv
|
1924
965
|
/weather/USA_WI_Janesville-Rock.County.AP.726415_TMY3.epw
|
1925
|
-
/weather/USA_WI_La.Crosse.Muni.AP.726430_TMY3-cache.csv
|
1926
966
|
/weather/USA_WI_La.Crosse.Muni.AP.726430_TMY3.epw
|
1927
|
-
/weather/USA_WI_Lone.Rock.AP.726416_TMY3-cache.csv
|
1928
967
|
/weather/USA_WI_Lone.Rock.AP.726416_TMY3.epw
|
1929
|
-
/weather/USA_WI_Madison-Dane.County.Rgnl.AP.726410_TMY3-cache.csv
|
1930
968
|
/weather/USA_WI_Madison-Dane.County.Rgnl.AP.726410_TMY3.epw
|
1931
|
-
/weather/USA_WI_Manitowac.Muni.AWOS.726455_TMY3-cache.csv
|
1932
969
|
/weather/USA_WI_Manitowac.Muni.AWOS.726455_TMY3.epw
|
1933
|
-
/weather/USA_WI_Marshfield.Muni.AP.726574_TMY3-cache.csv
|
1934
970
|
/weather/USA_WI_Marshfield.Muni.AP.726574_TMY3.epw
|
1935
|
-
/weather/USA_WI_Milwaukee-Mitchell.Intl.AP.726400_TMY3-cache.csv
|
1936
971
|
/weather/USA_WI_Milwaukee-Mitchell.Intl.AP.726400_TMY3.epw
|
1937
|
-
/weather/USA_WI_Minocqua-Woodruff-Lee.Field.726404_TMY3-cache.csv
|
1938
972
|
/weather/USA_WI_Minocqua-Woodruff-Lee.Field.726404_TMY3.epw
|
1939
|
-
/weather/USA_WI_Mosinee-Central.Wisconsin.AP.726465_TMY3-cache.csv
|
1940
973
|
/weather/USA_WI_Mosinee-Central.Wisconsin.AP.726465_TMY3.epw
|
1941
|
-
/weather/USA_WI_Phillips-Price.County.AP.726468_TMY3-cache.csv
|
1942
974
|
/weather/USA_WI_Phillips-Price.County.AP.726468_TMY3.epw
|
1943
|
-
/weather/USA_WI_Rice.Lake.Muni.AP.726467_TMY3-cache.csv
|
1944
975
|
/weather/USA_WI_Rice.Lake.Muni.AP.726467_TMY3.epw
|
1945
|
-
/weather/USA_WI_Sturgeon.Bay-Door.County.AP.726458_TMY3-cache.csv
|
1946
976
|
/weather/USA_WI_Sturgeon.Bay-Door.County.AP.726458_TMY3.epw
|
1947
|
-
/weather/USA_WI_Watertown.Muni.AP.726464_TMY3-cache.csv
|
1948
977
|
/weather/USA_WI_Watertown.Muni.AP.726464_TMY3.epw
|
1949
|
-
/weather/USA_WI_Wausau.Muni.AP.726463_TMY3-cache.csv
|
1950
978
|
/weather/USA_WI_Wausau.Muni.AP.726463_TMY3.epw
|
1951
|
-
/weather/USA_WI_Wittman.Rgnl.AP.726456_TMY3-cache.csv
|
1952
979
|
/weather/USA_WI_Wittman.Rgnl.AP.726456_TMY3.epw
|
1953
|
-
/weather/USA_WV_Beckley-Raleigh.County.Mem.AP.724120_TMY3-cache.csv
|
1954
980
|
/weather/USA_WV_Beckley-Raleigh.County.Mem.AP.724120_TMY3.epw
|
1955
|
-
/weather/USA_WV_Bluefield-Mercer.County.AP.724125_TMY3-cache.csv
|
1956
981
|
/weather/USA_WV_Bluefield-Mercer.County.AP.724125_TMY3.epw
|
1957
|
-
/weather/USA_WV_Charleston-Yeager.AP.724140_TMY3-cache.csv
|
1958
982
|
/weather/USA_WV_Charleston-Yeager.AP.724140_TMY3.epw
|
1959
|
-
/weather/USA_WV_Clarksburg-Harrison.Marion.Rgnl.AP.724175_TMY3-cache.csv
|
1960
983
|
/weather/USA_WV_Clarksburg-Harrison.Marion.Rgnl.AP.724175_TMY3.epw
|
1961
|
-
/weather/USA_WV_Elkins-Randolph.County.AP.724170_TMY3-cache.csv
|
1962
984
|
/weather/USA_WV_Elkins-Randolph.County.AP.724170_TMY3.epw
|
1963
|
-
/weather/USA_WV_Huntington-Tri.State.Walker.Long.Field.724250_TMY3-cache.csv
|
1964
985
|
/weather/USA_WV_Huntington-Tri.State.Walker.Long.Field.724250_TMY3.epw
|
1965
|
-
/weather/USA_WV_Lewisburg-Greenbrier.Valley.AP.724127_TMY3-cache.csv
|
1966
986
|
/weather/USA_WV_Lewisburg-Greenbrier.Valley.AP.724127_TMY3.epw
|
1967
|
-
/weather/USA_WV_Martinsburg-Eastern.WV.Rgnl.AP.724177_TMY3-cache.csv
|
1968
987
|
/weather/USA_WV_Martinsburg-Eastern.WV.Rgnl.AP.724177_TMY3.epw
|
1969
|
-
/weather/USA_WV_Morgantown.Muni-Hart.Field.724176_TMY3-cache.csv
|
1970
988
|
/weather/USA_WV_Morgantown.Muni-Hart.Field.724176_TMY3.epw
|
1971
|
-
/weather/USA_WV_Parkersburg-Wood.County-Gill.Robb.Wilson.AP.724273_TMY3-cache.csv
|
1972
989
|
/weather/USA_WV_Parkersburg-Wood.County-Gill.Robb.Wilson.AP.724273_TMY3.epw
|
1973
|
-
/weather/USA_WV_Wheeling-Ohio.County.AP.724275_TMY3-cache.csv
|
1974
990
|
/weather/USA_WV_Wheeling-Ohio.County.AP.724275_TMY3.epw
|
1975
|
-
/weather/USA_WY_Casper-Natrona.County.Intl.AP.725690_TMY3-cache.csv
|
1976
991
|
/weather/USA_WY_Casper-Natrona.County.Intl.AP.725690_TMY3.epw
|
1977
|
-
/weather/USA_WY_Cheyenne.Muni.AP.725640_TMY3-cache.csv
|
1978
992
|
/weather/USA_WY_Cheyenne.Muni.AP.725640_TMY3.epw
|
1979
|
-
/weather/USA_WY_Cody.Muni.AWOS.726700_TMY3-cache.csv
|
1980
993
|
/weather/USA_WY_Cody.Muni.AWOS.726700_TMY3.epw
|
1981
|
-
/weather/USA_WY_Evanston-Uinta.County.AP-Burns.Field.725775_TMY3-cache.csv
|
1982
994
|
/weather/USA_WY_Evanston-Uinta.County.AP-Burns.Field.725775_TMY3.epw
|
1983
|
-
/weather/USA_WY_Gillette-Gillette.County.AP.726650_TMY3-cache.csv
|
1984
995
|
/weather/USA_WY_Gillette-Gillette.County.AP.726650_TMY3.epw
|
1985
|
-
/weather/USA_WY_Green.River-Greater.Green.River.Intergalactic.Spaceport.725744_TMY3-cache.csv
|
1986
996
|
/weather/USA_WY_Green.River-Greater.Green.River.Intergalactic.Spaceport.725744_TMY3.epw
|
1987
|
-
/weather/USA_WY_Jackson.Hole.AP.725776_TMY3-cache.csv
|
1988
997
|
/weather/USA_WY_Jackson.Hole.AP.725776_TMY3.epw
|
1989
|
-
/weather/USA_WY_Lander-Hunt.Field.725760_TMY3-cache.csv
|
1990
998
|
/weather/USA_WY_Lander-Hunt.Field.725760_TMY3.epw
|
1991
|
-
/weather/USA_WY_Laramie-General.Brees.Field.725645_TMY3-cache.csv
|
1992
999
|
/weather/USA_WY_Laramie-General.Brees.Field.725645_TMY3.epw
|
1993
|
-
/weather/USA_WY_Rawlins.Muni.AP.725745_TMY3-cache.csv
|
1994
1000
|
/weather/USA_WY_Rawlins.Muni.AP.725745_TMY3.epw
|
1995
|
-
/weather/USA_WY_Riverton.Rgnl.AP.725765_TMY3-cache.csv
|
1996
1001
|
/weather/USA_WY_Riverton.Rgnl.AP.725765_TMY3.epw
|
1997
|
-
/weather/USA_WY_Sheridan.County.AP.726660_TMY3-cache.csv
|
1998
1002
|
/weather/USA_WY_Sheridan.County.AP.726660_TMY3.epw
|
1999
|
-
/weather/USA_WY_Worland.Muni.AP.726665_TMY3-cache.csv
|
2000
1003
|
/weather/USA_WY_Worland.Muni.AP.726665_TMY3.epw
|
2001
1004
|
/workflow/run
|
2002
1005
|
/workflow/reports
|