diff --git a/topics/climate/tutorials/ocean-variables/tutorial.md b/topics/climate/tutorials/ocean-variables/tutorial.md index c4bbe66f410f84..1c428eadd8b5d1 100644 --- a/topics/climate/tutorials/ocean-variables/tutorial.md +++ b/topics/climate/tutorials/ocean-variables/tutorial.md @@ -194,14 +194,14 @@ the "Project" Menu tab. > Save your subset view > 1. On the top left of your screen, you can see a red save button. Right-click on it. > 2. In the pop-up screen go to the folder **ODV**, **galaxy**, **outputs**. -> 3. In **File name** rename your view (for example subset_Eutrophication_Med_profiles_2022), and **Save**. +> 3. In **File name** rename your view (for example Eutrophication_Med_profiles_2022_unrestricted_SNAPSHOT_2023-10-24T16-39-44), and **Save**. {: .hands_on}
> Save your subset map > 1. Click right on the map and select **Save Plot As...** > 2. In the pop-up screen go to the folder **ODV**, **galaxy**, **outputs**. -> 3. In **File name** rename your view (for example subset_Eutrophication_Med_profiles_2022_1) +> 3. In **File name** rename your view (for example Eutrophication_Med_profiles_2022_unrestricted_SNAPSHOT_2023-10-24T16-39-44) > 4. In **Files of type** select `PNG (*.png *.PNG)` and **Save** then **OK** and **OK**. {: .hands_on}
diff --git a/topics/ecology/tutorials/QGIS_Web_Feature_Services/tutorial.md b/topics/ecology/tutorials/QGIS_Web_Feature_Services/tutorial.md index d984929e5bedfb..bc1a037b1cee3f 100644 --- a/topics/ecology/tutorials/QGIS_Web_Feature_Services/tutorial.md +++ b/topics/ecology/tutorials/QGIS_Web_Feature_Services/tutorial.md @@ -10,11 +10,11 @@ time_estimation: 0H30M key_points: - From WFS webservice, you can now access GIS remote data, build a query to select a subpart of the data, and import it to Galaxy through QGIS Galaxy interactive tool. tags: + - earth-system - GIS - Geographical Information System - WFS - Spatial data - - QGIS - Maps - OGC contributions: diff --git a/topics/ecology/tutorials/ndvi_openeo/tutorial.md b/topics/ecology/tutorials/ndvi_openeo/tutorial.md index 03d5b5728036a4..20f574990d2a49 100644 --- a/topics/ecology/tutorials/ndvi_openeo/tutorial.md +++ b/topics/ecology/tutorials/ndvi_openeo/tutorial.md @@ -78,7 +78,7 @@ Interactive tools work differently than classical tools as it allows the user to > Launch the interactive tool > -> 1. {% tool [Copernicus Data Space Ecosystem](interactive_tool_copernicus) %} with the following parameters: +> 1. {% tool [Copernicus Data Space Ecosystem](interactive_tool_copernicus_notebook) %} with the following parameters: > - *"Do you already have a notebook?"*: `Start with a fresh notebook` > - *"Include data into the environment - optional "*: You don't need anything > 2. Click on **Run Tool** @@ -103,9 +103,9 @@ Interactive tools work differently than classical tools as it allows the user to > ![Image of the successful connection](../../images/ndvi_openeo_holoviz/connection_ok.png) > 8. Now, you can go back on your jupyterlab and execute the rest of the notebook. > 9. Once you executed the entire notebook you should have a new folder in the left pannel named **ndvi-results** go in it. -> 10. Select the 3 files there and click right, and then copy +> 10. Select the 3 files (timeseries-basic.csv, timeseries-masked.csv, timeseries-smoothed.csv) there and click right, and then copy > ![The copy command on the 3 files in the ndvi-results folder](../../images/ndvi_openeo_holoviz/copy_paste.png) -> 11. Then go back to the root of your path and go in the **ouputs** folder. There you can click right and paste the 3 NDVI files. +> 11. Then go back to the root of your path and go in the **ouputs** folder. There you can click right and paste the 3 NDVI files (timeseries-basic.csv, timeseries-masked.csv, timeseries-smoothed.csv). > ![The resulting 3 files in the outputs folder](../../images/ndvi_openeo_holoviz/outputs.png) > 12. This part is now finished you just have to correctly close this notebook. On the top left click on **files** and then on **Shut down**. > ![The shut down button to correctly close the jupyterlab](../../images/ndvi_openeo_holoviz/shut_down.png)