How to use the eeweather.load_gsod_daily_temp_data function in eeweather

To help you get started, we’ve selected a few eeweather examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github openeemeter / eemeter / eemeter / weather / clients.py View on Github external
def load_gsod_data_eeweather(self, station, start, end):
        return eeweather.load_gsod_daily_temp_data(
            station, start, end)