mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
Revisit brandenburg coverage research notebook
This commit is contained in:
parent
26334cd8a0
commit
4187ffa848
4 changed files with 370 additions and 5363 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -806,6 +806,23 @@
|
|||
"target_crs = 'EPSG:25833'"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"# **TODO** Plot bands separately\n",
|
||||
"\n",
|
||||
"``` python\n",
|
||||
"with r.open(band_paths(downloaded[0]['path'], ['TCI'], '20m')[0]) as true_color:\n",
|
||||
" # we do not need\n",
|
||||
" fig, (axr, axg, axb) = plt.subplots(1,3, figsize=(21,7))\n",
|
||||
" plot.show((true_color, 1), ax=axr, cmap='Reds', title='red channel')\n",
|
||||
" plot.show((true_color, 2), ax=axg, cmap='Greens', title='green channel')\n",
|
||||
" plot.show((true_color, 3), ax=axb, cmap='Blues', title='blue channel')\n",
|
||||
" plt.show()\n",
|
||||
"```"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
|
|
|
|||
BIN
true-color-image/berlin_true_color_image.png
Normal file
BIN
true-color-image/berlin_true_color_image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 MiB |
Loading…
Add table
Add a link
Reference in a new issue