A weather file downloaded from climate.onebuilding.org was encoded with ISO-8859-1, causing a MalformedCSVError when loading into the OpenStudio::Weather::Epw class in ChangeBuildingLocation. This change will catch the error and backdrop to the older encoding when encountered. Test method and file included.
A weather file downloaded from climate.onebuilding.org was encoded with ISO-8859-1, causing a MalformedCSVError when loading into the OpenStudio::Weather::Epw class in ChangeBuildingLocation. This change will catch the error and backdrop to the older encoding when encountered. Test method and file included.
@DavidGoldwasser
fixes https://github.com/NREL/openstudio-common-measures-gem/issues/174