Skip to content

fix: NDVI_Timeseries.ipynb spelling indefinite article #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions openeo/NDVI_Timeseries.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"source": [
"We want to calculate the NDVI values in a couple of fields in a time window of a couple of months.\n",
"\n",
"For simplicty, we load the field geometries as an inline GeoJSON feature collection:"
"For simplicity, we load the field geometries as an inline GeoJSON feature collection:"
]
},
{
Expand Down Expand Up @@ -418,7 +418,7 @@
"\n",
"There are quite some outliers because we didn't filter out cloudy observations or pixels.\n",
"We can use the \"SCL\" (scene classification) band from the \"SENTINEL2_L2A\" collection to focus on non-cloud pixels.\n",
"Let's load an \"SENTINEL2_L2A\" data cube again, with the additional \"SCL\" band, and calculate the NDVI like before:"
"Let's load a \"SENTINEL2_L2A\" data cube again, with the additional \"SCL\" band, and calculate the NDVI like before:"
]
},
{
Expand Down Expand Up @@ -573,7 +573,7 @@
"source": [
"## Timeseries Smoothing\n",
"\n",
"As final step in this demonstration we will add a openEO user-defined function (UDF) to the processing. \n",
"As final step in this demonstration we will add an openEO user-defined function (UDF) to the processing. \n",
"A UDF allows to submit a snippet of, for example, Python code to be executed on the data at the backend side.\n",
"In this case we'll define a UDF to:\n",
"\n",
Expand Down