/r.snowcover.stats

Simple test script to extract snow cover statistics from Copernicus data on an ImageServer

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

r.snowcover.stats: GRASS GIS module example in Python

GRASS GIS module CI Code quality check Code style: black Black code style check Deploy online documentation

This is an example of a Python script to run in actinia using GRASS GIS parser and deployment

Documentation of the script is generated in a github action and available here: https://ninsbl.github.io/r.snowcover.stats/

Getting the GitHub Actions work

If you have the repository on GitHub, you can also reuse the GitHub Actions defined in the repository (under .github). Initially, most of them will fail, but once you do the renaming, most of them should start working.

For the workflow uploading documentation to GitHub Pages to work, you will need you to set up Deploy key and a Secret for your repository. Once the keys are in place, the online documentation will be published as GitHub Pages website automatically. The URL for the website is available in the Settings of your repository.