mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
Fix internal references in 01d-true-color-mosaic
This commit is contained in:
parent
402ad06f32
commit
3ed2442fa9
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"source": [
|
||||
"# True-Color Mosaic\n",
|
||||
"\n",
|
||||
"Based on the analysis in [](01c Coverage analysis), this chapter implements a self-contained processing pipeline that downloads and assembles available data with up to a certain configurable threshold of cloud coverage.\n",
|
||||
"Based on the [](01c-coverage-analysis), this chapter implements a self-contained processing pipeline that downloads and assembles available data with up to a certain configurable threshold of cloud coverage.\n",
|
||||
"The result is a single raster combined image (i.e. a mosaic) in a user-defined Coordinate Reference System.\n",
|
||||
"While the result is individually useful, it is to be seen firstly as a method of verifying that\n",
|
||||
"\n",
|
||||
|
|
@ -271,7 +271,7 @@
|
|||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"As discussed in [](01c Coverage analysis) the least cloudy products are more interesting because they contain more ground-level data.\n",
|
||||
"As discussed in [](01c-coverage-analysis) the least cloudy products are more interesting because they contain more ground-level data.\n",
|
||||
"All of the products in the result set are sorted by cloudiness (least cloudy products first) and iterated through, combining them until the entire area of interest is covered.\n",
|
||||
"\n",
|
||||
"The products are merged later on so that less cloudy products are favored wherever two products overlap:\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue