mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
Small corrections for Time Series and Spectral Indices
This commit is contained in:
parent
5da547ef61
commit
76599830ba
2 changed files with 6 additions and 4 deletions
|
|
@ -367,7 +367,6 @@
|
|||
"\n",
|
||||
"ncols = 5\n",
|
||||
"fig, axs = plt.subplots(nrows=math.ceil(len(output_files) / ncols), ncols=ncols, figsize=(18,18))\n",
|
||||
"plt.suptitle('Visualization of NDVI in 2019')\n",
|
||||
"fig.tight_layout(h_pad=2)\n",
|
||||
"axs = axs.flatten() \n",
|
||||
"\n",
|
||||
|
|
@ -387,9 +386,11 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"cell_type": "raw",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"The above plot is given as an impression of plant health development in the area of interest for the entire year. \n",
|
||||
"\n",
|
||||
"## Average NDVI\n",
|
||||
"\n",
|
||||
"The average NDVI over the area is calculated using a multiprocessing pool.[^performance_comparison]\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue