From e4bc478dacee375d46870b44f2f35a854ffd9aab Mon Sep 17 00:00:00 2001 From: Rasmus Bahbah Nielsen <114926145+RasmusBahbah@users.noreply.github.com> Date: Thu, 19 Jan 2023 09:27:13 +0100 Subject: [PATCH 1/2] Update Examples.rst --- docs/Examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Examples.rst b/docs/Examples.rst index b44f725..b8d7e5b 100644 --- a/docs/Examples.rst +++ b/docs/Examples.rst @@ -73,7 +73,7 @@ How to process several dates **Process with default settings** ``python multiexec.py -st 19820101 -en 20221231`` - **Process with 1000 meter resolution** +**Process with 1000 meter resolution** ``python multiexec.py -st 19820101 -en 20221231 -re 1000`` How to process specific areas From 4e5ea6c30e358828bf44b2205010109d37d37c02 Mon Sep 17 00:00:00 2001 From: Rasmus Bahbah Nielsen <114926145+RasmusBahbah@users.noreply.github.com> Date: Thu, 19 Jan 2023 09:28:50 +0100 Subject: [PATCH 2/2] Update Examples.rst --- docs/Examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Examples.rst b/docs/Examples.rst index b8d7e5b..9b93fa1 100644 --- a/docs/Examples.rst +++ b/docs/Examples.rst @@ -66,7 +66,7 @@ multiexec.py These examples are executed as command lines in a terminal, in your carra2py environment. The default settings is set to process for all regions with a resolution of 2500 meters using 4 CPU cores and then export as tif files. Please note, the user must input a start and end date for the processing. -These examples are all exectued with the time period 1st of January, 1982 - 31th of December, 2022. +These examples are all exectued with the time period 1st of January, 1982 - 31st of December, 2022. How to process several dates -----------------------------