Improve sub-headline for true color mosaic

This commit is contained in:
heyarne 2021-03-17 15:59:05 +01:00
commit a185230a45

View file

@ -832,7 +832,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"### Band Merge\n", "### Merging Tiles per Band\n",
"\n", "\n",
"Reprojected raster files are merged per band using the `merge` function in the `rasterio.merge` module.\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", "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",