Note

Please report issues with this page on the GitHub page.

supy.util.download_era5

supy.util.download_era5(lat_x: float, lon_x: float, start: str, end: str, grid=[0.125, 0.125], scale=0) → dict[source]

Generate ERA-5 cdsapi-based requests and download data for area of interests.

Parameters:
  • lat_x (float) – Latitude of centre at the area of interest.
  • lon_x (float) – Longitude of centre at the area of interest.
  • start (str) – [description]
  • end (str) – [description]
  • grid (list, optional) – [description], by default [0.125, 0.125]
  • scale (int, optional) – [description], by default 0
Returns:

[description]

Return type:

dict