Introduction ✨
This guide explains how to run EcoCommons notebooks on the Virtual CoESRA Desktop, including steps for accessing the desktop, downloading notebooks, and running them with RStudio for Species Distribution Models (SDMs) using Generalized Linear Models (GLMs) with cool visualizations.
Step 1: Log In to the Virtual CoESRA Desktop
Open Analysis Hub and click on CoESRA tile https://analysis-tools.app.ecocommons.org.au/. OR Open your web browser and go to the Virtual CoESRA Desktop URL: https://coesra.tern.org.au/
Click Sign In and enter your TERN credentials.
Once logged in, navigate to the Applications tab.
Launch the Virtual CoESRA Desktop.
For detailed information check Introduction to CoESRA Article and Tern User Support Documentation.
Step 2: Open Firefox Browser
After the virtual desktop loads, find Firefox on the desktop.
Double-click the icon to open the browser.
Step 3: Access EcoCommons Notebook Repository
In Firefox, search for the EcoCommons Notebooks GitHub repository : https://github.com/EcoCommonsAustralia/notebooks/blob/main/notebooks/ or go directly to this link URL.
Locate the desired notebook file (e.g.,
EC_GLM.qmd
).Download the
.qmd
(Quarto) file to the Downloads folder. ⬇️
Step 4: Open RStudio and Run the Notebook
Go to Applications and open RStudio.
In RStudio, click File > Open File.
Navigate to the Downloads folder and select the downloaded
.qmd
file.Once the file is open, review the content. ✨
Step 5: Render the Notebook ⚙️
In the RStudio toolbar, click Render.
The notebook will run, applying the GLM for the SDM.
Visualizations and results will appear in the Viewer pane. From the list of results you can find the HTML file, if it does not open automatically. Open it manually by clicking on the "Places"> Home Folder> downloads> the downloaded file "
EC_GLM.qmd
" Double click to open the HTML file, you should see html notebook rendered neatly.
Step 6: Explore the Results
Analyze species distribution predictions.
Interact with plots to understand model performance.
Tips and Troubleshooting
Rendering Error: Ensure required R packages (e.g.,
quarto
,raster
,ggplot2
) are installed. ⚙️Slow Performance: Close unnecessary applications.
Enjoy exploring ecological patterns with EcoCommons notebooks on CoESRA!