enstools.opendata.retrieve_radar

enstools.opendata.retrieve_radar(product=None, data_time=None, forecast_time=0, dest=None, file_format=None)

Downloads radar datasets from opendata server.

Parameters:
product: str

The type of the radar data.

data_timelist or int

Time of the radar data. Multiple values are allowed.

forecast_timelist or int

time since the initialization of forecast. Multiple values are allowed.

deststr

Destination folder for downloaded data. If the files are already available, they are not downloaded again.

file_format: str

The file format (eg. ‘gz’). Only has to be specified when there are more than one available.

Returns:
list

names of downloaded files.