Best way to get ASHRAE climate zone of a weather location
I am trying to produce a json which contains the key details of all epw files including the ASHRAE climate zone.
I am starting from the very helpful scripts here: link text'
As I understand it the ASHRAE climate zone is only contained in the .stat file for each location is that correct? So would I need to query the .stat file in my python script or can I obtain the climate zone elsewhere?
Alternatively does this json already exist in some other form?