From 593e30d1cb7b5003692037ad16b158639c5282e2 Mon Sep 17 00:00:00 2001
From: "Roelofsen, Hans" <hans.roelofsen@wur.nl>
Date: Tue, 14 Feb 2023 07:52:03 +0000
Subject: [PATCH] Update README.md

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 47c7c20..4c227ec 100644
--- a/README.md
+++ b/README.md
@@ -70,12 +70,12 @@ The Combine tool verifies that all input rasters have an identical extent and re
 
 The Combine tool subdivides the geographical extent of the input rasters into many `windows`, which are processed in parallel. The default window size is 2.000 X 2.000 pixels. The tool assumes that the input raster width and height are conmensurable with the window size. This is *assumed* but not *verified*.
 
-The Combine tool writes temporary files to disk. Around ~50GB local storage capacity is required.
+The Combine tool writes temporary files to disk. Around ~60GB local storage capacity is required.
 
-Run time for combining 7 rasters with shape 112.000 X 130.000 on a 16GB RAM laptop is: XXX hours. 
+Run time for combining 7 rasters with shape 112.000 X 130.000 on a 16GB RAM laptop is **5.5 hours**. 
 
 ## Support
-Get in touch with Hans. 
+Get in touch with [Hans](https://www.wur.nl/en/Persons/Hans-dr.-HD-Hans-Roelofsen.htm). 
 
 ## Authors and acknowledgment
 Thanks to Johan B: https://stackoverflow.com/a/59962140/981768
-- 
GitLab