| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
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! |
Sorry, something went wrong.
|
Please wait with the review @florisvdh @ThierryO |
Sorry, something went wrong.
|
My additions are in. |
Sorry, something went wrong.
|
Some more implementation tricks have emerged from the watina/waterlevel analysis. |
Sorry, something went wrong.
|
FYI @ThierryO @florisvdh I updated the variogram tutorial with some insights and notes from my "spatial coupling" analysis, and from our discussions. |
Sorry, something went wrong.
|
The fit_variogram() function in this tutorial looks interesting and might make a good addition to the inbospatial package. |
Sorry, something went wrong.
I agree - but fear that we would just re-implement what others have done well (gstat, geoR, fields, ...). The strength of this tutorial is the decomposition of the algorithm for customization and extensibility. Thank you for looking at it, @hansvancalster ! |
Sorry, something went wrong.
prepared for next `quarto render` quarto-dev/quarto-cli#12272
hacky, but does export as-is: - equations (setting/feature) - yaml header (hack) - figure captions (hack) - callout blocks (hack) - section references (hack) if no further commit follows, production test was succesful.
- equations required double backslash - section anchors require a newline
the anchor still wasn't right.
There was a problem hiding this comment.
Great tutorial 👍 It nicely demonstrates the inner workings of variograms.
I only have some minor comments and suggestions.
Sorry, something went wrong.
| knitr::kable(head(data, 3)) | ||
| ``` | ||
|
|
||
| There no noise applied to those covariates, moderate noise on the raw data, so they should be recover-able by a statistical model. |
There was a problem hiding this comment.
So z is calculated as noise from a uniform distribution + the independent effects of a and b if I understood it correctly? Maybe rephrase the line a bit to make that explicit (refer to z in the text). Also, a bit strange to see noise from a uniform distribution rather than a gaussian, but OK.
Sorry, something went wrong.
There was a problem hiding this comment.
The Gaussian is heavy on its mean; I was fearing (without testing) that smoothing it afterwards will leave too little (if any) differences between points. For the sake of demonstration, both will do.
I added references to the variable names.
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks @falkmielke for contributing this in-depth tutorial. Unfortunately I don't find the time to review the contents well, so I am happy that @hansvancalster could review your work 🙏 🙂. Also I'm confident you already integrated some earlier feedback about your variogram applications into this tutorial.
I just took a very quick view on the rendered tutorial just to taste, and it looks very good 👍 .
Hence this only brings up a very few suggestions (randomly you could say 🙂):
link-citations: true
csl: '`r cslfile <- file.path(tempdir(), "research-institute-for-nature-and-forest.csl"); download.file("https://github.com/inbo/styles/raw/master/research-institute-for-nature-and-forest.csl", cslfile); cslfile`'The first parameter above is needed to make citations link to the corresponding item; this isn't currently the case in the tutorial.
Sorry, something went wrong.
- cls style - removed `sp` - extra explanation Matérn range
|
Thank you, @florisvdh ! I have incorporated the changes you suggest. (CSL style works just as with rmd.) This PR is ready from my side, thank you for merging! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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
Note on rmd: I went ahead to attempt building this tutorial on quarto qmd. I rendered it as a hugo-md, because md-document did not have the correct output. Because this is still testing, I did not include the png images yet to save git overhead. I tested everything locally and finally added the figures.
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
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.