Spaces:
Running
Running
Update pages/Wind (Low Resolution): ERA.py
Browse files
pages/Wind (Low Resolution): ERA.py
CHANGED
@@ -75,7 +75,8 @@ def graph_within_date_range(d, number_days_range):
|
|
75 |
@st.cache(allow_output_mutation=True)
|
76 |
def get_era5_data(year, month, day):
|
77 |
c = cdsapi.Client(key=os.environ['key'],
|
78 |
-
url="https://cds.climate.copernicus.eu/api
|
|
|
79 |
|
80 |
c.retrieve(
|
81 |
'reanalysis-era5-single-levels',
|
|
|
75 |
@st.cache(allow_output_mutation=True)
|
76 |
def get_era5_data(year, month, day):
|
77 |
c = cdsapi.Client(key=os.environ['key'],
|
78 |
+
url="https://cds.climate.copernicus.eu/api",
|
79 |
+
verify=False)
|
80 |
|
81 |
c.retrieve(
|
82 |
'reanalysis-era5-single-levels',
|