Fix broken links and setup errors in time series tutorials#121
Merged
petrasovaa merged 4 commits intoJun 1, 2026
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates documentation links to use the stable GRASS manual URLs, fixes an incorrect link target, and corrects references in the time series aggregations tutorial.
Changes:
- Replace
grass83versioned manual URLs withgrass-stableURLs. - Fix
t.rast.univarlink that incorrectly pointed tot.vect.univar. - Replace
grassbinvariable with hardcoded"grass"string and update project path toitaly_eu_laea/italy_LST_daily.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| content/tutorials/time_series/time_series_management_and_visualization.qmd | Updates manual links to stable URLs and fixes an incorrect link target. |
| content/tutorials/time_series/time_series_aggregations.qmd | Uses "grass" directly in subprocess call and updates the project path. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
petrasovaa
reviewed
Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes 5 issues across two time series tutorials:
time_series_management_and_visualization.qmd
t.registerlinked tograss83manual (301 redirect) → updated tograss-stableg.gui.tplotlinked tograss83manual (301 redirect) → updated tograss-stablet.rast.univarlinked tot.vect.univar.html(wrong tool) → fixed tot.rast.univar.htmltime_series_aggregations.qmd
grassbinin hidden setup cell → replaced with string"grass"(consistent with all other tutorials in the series)eu_laea/italy_LST_daily→ corrected toitaly_eu_laea/italy_LST_dailyThe aggregations bugs are in a
#| echo: falsecell — invisible in the rendered tutorial but break execution in the downloaded Jupyter notebook.