mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
Improve sub-headline for true color mosaic
This commit is contained in:
parent
b51241ec04
commit
a185230a45
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue