-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Variograms #352
base: master
Are you sure you want to change the base?
Variograms #352
Conversation
I have tested the asset locally, it should compile everything well for this particular tutorial. I hope nothing else broke...
Working via manual fiddling:
Thank you for you feedback! |
Please wait with the review @florisvdh @ThierryO |
My additions are in. |
... of course I messed the alignment after pushing. :/
- re-parametrization of Matérn function - Gauss as preliminary step - group-wise smoothing - adjust colors of callout boxes
... from water level analysis: - fix rmsd - semivariance and mean abs difference - de-trending not mandatory in gstats - non-equidistant bins - ridge plot
Some more implementation tricks have emerged from the watina/waterlevel analysis. |
Description
An article on variogram-based spatial analysis.
The content of the tutorial is there; however, I am still testing deployment (qmd -> hugo, see below).
Related Issue
(none)
Task list
tutorials/content
index.md
. In case of an Rmarkdown tutorial I have knitted myindex.Rmd
toindex.md
(both files are pushed to the repo).tags
in the YAML header (see the tags listed in the tutorials website side bar for tags that have been used before)categories
to the YAML header and my category tags are from the list of category tagsNote on
rmd
: I went ahead to attempt building this tutorial on quartoqmd
. I rendered it as ahugo-md
, becausemd-document
did not have the correct output.Because this is still testing, I did not include theI tested everything locally and finally added the figures.png
images yet to save git overhead.Previewing the pull request
Thanks to GitHub Actions, an artifact (=zip file) of the rendered website is automatically created for each pull request.
This provides a way to preview how these updates will look on the website, useful to contributors and reviewers.
Instructions to preview the updated website
tutorials
folder you created/renamed), runpython -m http.server 8887
, or launch the Google Chrome Web Server app and point it at the parent directory.Note: for step 3, you can use any other simple HTTP server to serve the current directory if you don't have a Python 3 environment or Google Chrome available.