updating credits#112
Open
cmbarton wants to merge 1 commit intoOSGeo:mainfrom
Open
Conversation
Updated funding acknowledgement and copyright statement with standardized format at end of tutorials. Also updated copyright year.
petrasovaa
requested changes
Apr 29, 2026
Comment on lines
+722
to
+723
| --- | ||
|
|
|
|
||
| ::: {.callout-note title="Don't know how to get started?"} | ||
| If you are not sure how to get started with GRASS using its graphical user interface or using Python, checkout the tutorials [Get started with GRASS GUI](https://grass-tutorials.osgeo.org/content/tutorials/get_started/fast_track.html) and [Get started with GRASS & Python in Jupyter Notebooks](https://grass-tutorials.osgeo.org/content/tutorials/get_started/JupyterOnWindows_OSGeo4W_Tutorial.html). | ||
| If you are not sure how to get started with GRASS using its graphical user interface or using Python, checkout the tutorials [Get started with GRASS GUI](https://grass-tutorials.osgeo.org/content/tutorials/get_started/fast_track.html) and [Get started with GRASS & Python in Jupyter Notebooks](https://grass-tutorials.osgeo.org/content/tutorials/get_started/JupyterOnWindows_OSGeo4W_Tutorial.html). |
Contributor
There was a problem hiding this comment.
Suggested change
| If you are not sure how to get started with GRASS using its graphical user interface or using Python, checkout the tutorials [Get started with GRASS GUI](https://grass-tutorials.osgeo.org/content/tutorials/get_started/fast_track.html) and [Get started with GRASS & Python in Jupyter Notebooks](https://grass-tutorials.osgeo.org/content/tutorials/get_started/JupyterOnWindows_OSGeo4W_Tutorial.html). | |
| If you are not sure how to get started with GRASS using its graphical user interface or using Python, checkout the tutorials [Get started with GRASS GUI](https://grass-tutorials.osgeo.org/content/tutorials/get_started/fast_track.html) and [Get started with GRASS & Python in Jupyter Notebooks](https://grass-tutorials.osgeo.org/content/tutorials/get_started/JupyterOnWindows_OSGeo4W_Tutorial.html). |
|
|
||
| ```{bash} | ||
| r.shade shade=relief color=elevation output=topography_colored_relief brighten=40 | ||
| r.shade shade=relief color=elevation output=topography_colored_relief brighten=40] |
Contributor
There was a problem hiding this comment.
Suggested change
| r.shade shade=relief color=elevation output=topography_colored_relief brighten=40] | |
| r.shade shade=relief color=elevation output=topography_colored_relief brighten=40 |
| #### Python | ||
|
|
||
| ```{python} | ||
| ```{bash} |
Contributor
There was a problem hiding this comment.
Suggested change
| ```{bash} | |
| ```{python} |
| 2. Use the [i.vi](https://grass.osgeo.org/grass-stable/manuals/i.vi.html) tool to create a map of NDVI values. | ||
|
|
||
| ```{python} | ||
| ```{bash} |
Contributor
There was a problem hiding this comment.
Suggested change
| ```{bash} | |
| ```{python} |
| Perform a PCA and output the results to the console/terminal and as PCA component maps. | ||
|
|
||
| ```{python} | ||
| ```{bash} |
Contributor
There was a problem hiding this comment.
Suggested change
| ```{bash} | |
| ```{python} |
| #### Python | ||
|
|
||
| ```{python} | ||
| ```{bash} |
Contributor
There was a problem hiding this comment.
Suggested change
| ```{bash} | |
| ```{python} |
| #### Python | ||
|
|
||
| ```{python} | ||
| ```{bash} |
Contributor
There was a problem hiding this comment.
Suggested change
| ```{bash} | |
| ```{python} |
| #### Python | ||
|
|
||
| ```{python} | ||
| ```{bash} |
Contributor
There was a problem hiding this comment.
Suggested change
| ```{bash} | |
| ```{python} |
|
|
||
| ::: {.callout-note title="Don't know how to get started?"} | ||
| If you are not sure how to get started with GRASS using its graphical user interface or using Python, checkout the tutorials [Get started with GRASS GUI](../get_started/fast_track.qmd) and [Get started with GRASS & Python in Jupyter Notebooks](../get_started/fast_track_grass_and_python.qmd). | ||
| If you are not sure how to get started with GRASS using its graphical user interface or using Python, checkout the tutorials [Get started with GRASS GUI](../get_started/fast_track.qmd) and [Get started with GRASS & Python in Jupyter Notebooks](../get_started/fast_track_grass_and_python.qmd). |
Contributor
There was a problem hiding this comment.
Suggested change
| If you are not sure how to get started with GRASS using its graphical user interface or using Python, checkout the tutorials [Get started with GRASS GUI](../get_started/fast_track.qmd) and [Get started with GRASS & Python in Jupyter Notebooks](../get_started/fast_track_grass_and_python.qmd). | |
| If you are not sure how to get started with GRASS using its graphical user interface or using Python, checkout the tutorials [Get started with GRASS GUI](../get_started/fast_track.qmd) and [Get started with GRASS & Python in Jupyter Notebooks](../get_started/fast_track_grass_and_python.qmd). |
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.
Updated funding acknowledgement and copyright statement with standardized format at end of tutorials. Also updated copyright year.