environmentaltools.download.descargar_copernicus
- environmentaltools.download.descargar_copernicus(dataset_id, dataset_version, variables, coords, fechas, output_path)[source]
Función estable para descarga de datos de oleaje.
- Parameters:
dataset_id (str) – Identifier of the Copernicus dataset.
dataset_version (str) – Version of the dataset to be downloaded.
variables (list) – List of variables to include in the subset.
coords (dict) – Dictionary containing spatial limits (‘lon_min’, ‘lon_max’, ‘lat_min’, ‘lat_max’).
fechas (dict) – Dictionary with time range (‘inicio’, ‘fin’).
output_path (str) – Directory path where the file will be saved.
- Returns:
None