From ccfd736d96942dae2074f9fbc9b251f527f937bf Mon Sep 17 00:00:00 2001 From: Antonio Cozzolino Date: Thu, 6 Jun 2024 16:25:38 +0200 Subject: [PATCH] Update climate_data_processing_with_dask_extremly_slow.md --- .../climate_data_processing_with_dask_extremly_slow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UCs-lessons-learnt/climate_data_processing_with_dask_extremly_slow.md b/UCs-lessons-learnt/climate_data_processing_with_dask_extremly_slow.md index b74b682..a15527c 100644 --- a/UCs-lessons-learnt/climate_data_processing_with_dask_extremly_slow.md +++ b/UCs-lessons-learnt/climate_data_processing_with_dask_extremly_slow.md @@ -1,7 +1,7 @@ # Climate data processing with dask extremely slow ## Reference Use Case -UC1 +[UC1](https://github.com/FAIRiCUBE/uc1-urban-climate/tree/master) ## Problem statement The scope is to process 1 year of hourly climate data (around 14GB in NetCDF) to produce daily statistics for selected EU cities, using dask to (hopefully) speedup data loading and processing. However, the script runtime is considerably slower when executed on FAIRiCube Hub than when executed locally.