diff --git a/openeo/openeo-sen2like-ndvi.ipynb b/openeo/openeo-sen2like-ndvi.ipynb index 27eba54..a449d29 100644 --- a/openeo/openeo-sen2like-ndvi.ipynb +++ b/openeo/openeo-sen2like-ndvi.ipynb @@ -20,7 +20,7 @@ "\n", "### Results\n", "\n", - "The outputs of sen2like are stored in Sentinel 2 - like .SAFE folders. In openEO, users can choose between the output formats NetCDF and GeoTiff. For the sen2like processing in openEO, it is now additionally possible to download the original .SAFE folders. Therefore, the export_original_files parameter needs to be set to True. (See below)" + "The outputs of sen2like are stored in Sentinel 2 - like .SAFE folders. In openEO, users can choose between the output formats NetCDF and GeoTiff. For the sen2like processing in openEO, it is now additionally possible to download the original .SAFE folders. To retrieve .SAFE folders, the export_original_files parameter needs to be set to True. If the main interest is in the openEO results, it can be set to False. (See below)" ] }, { @@ -95,7 +95,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Additionally, we can make use of other openEO processes as shown below. The data is aggregated to produce monthly means and stored in NetCDF files." + "Additionally, we can make use of other openEO processes as shown below. The nir and red bands of the data are combined to the NDVI and stored in NetCDF files." ] }, { @@ -207,7 +207,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "sen2like produces openEO NetCDF outputs per default in the Equi7 grid, as well as .SAFE files, both can be found in the metadata assets: E.g.: " + "sen2like produces openEO NetCDF outputs per default in the Equi7 grid, which can be found in the metadata assets: E.g.: " ] }, {