From a185230a45573ce5340e08cc0b3a80fb10e78e69 Mon Sep 17 00:00:00 2001 From: heyarne Date: Wed, 17 Mar 2021 15:59:05 +0100 Subject: [PATCH] Improve sub-headline for true color mosaic --- sources/01d-true-color-mosaic.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/01d-true-color-mosaic.ipynb b/sources/01d-true-color-mosaic.ipynb index 7efaf37..20afbab 100644 --- a/sources/01d-true-color-mosaic.ipynb +++ b/sources/01d-true-color-mosaic.ipynb @@ -832,7 +832,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Band Merge\n", + "### Merging Tiles per Band\n", "\n", "Reprojected raster files are merged per band using the `merge` function in the `rasterio.merge` module.\n", "In contrast to the reprojection just performed, this task cannot trivially be parallelized because the result of each step depends on the output of the previous step.\n",