Skip to content

Commit

Permalink
Merge pull request #5097 from Marie59/small_fix
Browse files Browse the repository at this point in the history
Small fixes
  • Loading branch information
hexylena authored Jun 29, 2024
2 parents b3fbced + 2fe9e00 commit 495c1c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions topics/climate/tutorials/ocean-variables/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,14 @@ the "Project" Menu tab.
> <hands-on-title>Save your subset view</hands-on-title>
> 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}
</div>
<div class="png" markdown="1">
> <hands-on-title>Save your subset map</hands-on-title>
> 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}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions topics/ecology/tutorials/ndvi_openeo/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Interactive tools work differently than classical tools as it allows the user to

> <hands-on-title> Launch the interactive tool </hands-on-title>
>
> 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**
Expand All @@ -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)
Expand Down

0 comments on commit 495c1c1

Please sign in to comment.