impactlab / eemeter

‼️ MOVED TO https://github.com/openeemeter/eemeter - Core computation engine for the Open Energy Efficiency Meter
https://eemeter.readthedocs.io/
MIT License
25 stars 13 forks source link

GSODWeatherSource and TMY3WeatherSource should have options for loading a local file #71

Closed philngo closed 8 years ago

philngo commented 9 years ago

Normally loading a weather source looks like this:

GSODWeatherSource(station_id,start_year,end_year)

But there should be an option that either looks like this:

GSODWeatherSource(station_id,start_year, end_year,data_dir=[])

or like this:

GSODWeatherSource(filenames=[])

Or maybe there's another interface that would work better

philngo commented 8 years ago

This may be less important since caching seems to be working well for most users.