mattritchey commited on
Commit
a11091d
·
verified ·
1 Parent(s): 17f00e9

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/v2")
 
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',