Skip to content

the script #11

@seghier

Description

@seghier

Hello i have a problem with the script than i used a small modification

from wwo_hist import retrieve_hist_data
import os
**import requests**

**os.chdir(os.getcwd())**

frequency = 3
start_date = '11-DEC-2018'
end_date = '11-MAR-2019'
api_key = '..........'
location_list = ['singapore', 'california']

hist_weather_data = retrieve_hist_data(api_key,
                                       location_list,
                                       start_date,
                                       end_date,
                                       frequency,
                                       location_label=False,
                                       export_csv=True,
                                       store_df=True)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions