mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
Fix inter-notebook references
This commit is contained in:
parent
fcf79f6052
commit
5a8a858fb4
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
"source": [
|
"source": [
|
||||||
"# Visualization\n",
|
"# Visualization\n",
|
||||||
"\n",
|
"\n",
|
||||||
"This notebook show how to access the content of the products downloaded in [](01a-download-from-scihub.iypnb) and plot a true-color rendering. \n",
|
"This notebook show how to access the content of the products downloaded in [](01a-download-process.ipynb) and plot a true-color rendering. \n",
|
||||||
"While the products already contain a True-Color Image (TCI), this approach is useful for two reasons:\n",
|
"While the products already contain a True-Color Image (TCI), this approach is useful for two reasons:\n",
|
||||||
"\n",
|
"\n",
|
||||||
"1. It allows comparing the readings with a rendering provided by official sources, thereby allowing us to find errors\n",
|
"1. It allows comparing the readings with a rendering provided by official sources, thereby allowing us to find errors\n",
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
"When running this notebook interactively, _Kernel → Restart and Run All Cells_ can be used to re-evaluate all cells in this notebook after configuring the pipeline.\n",
|
"When running this notebook interactively, _Kernel → Restart and Run All Cells_ can be used to re-evaluate all cells in this notebook after configuring the pipeline.\n",
|
||||||
"The path of the output file containing the processed values will be printed below the last cell.\n",
|
"The path of the output file containing the processed values will be printed below the last cell.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"[^download_process]: See [](01-download-process.ipynb) for details"
|
"[^download_process]: See [](01a-download-process.ipynb) for details"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue