| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Hi Falk, this is a very interesting tutorial! I am not an expert in spatial sampling (but I'm trying to learn it on my own), but everything is conceptually clear to me (I'll have to deal with the mathematics of Halton sequences another time). As a non-expert, I would mainly benefit from having more examples in the tutorial, maybe in the form of references to specific applications. Some examples:
On line 339 there is a typo: it refers to apply_transform but it was coded as apply_trafo.
Thanks for writing this nice tutorial!
Sorry, something went wrong.
Great suggestions, thank you for reviewing, @bserrien ! I have added (fully made-up) examples; and although I would prefer actual applications, I hope they serve the purpose of illustration. Note: I have also moved the figures to /static, which is "good practice" for hugo but seems not common practice on this website. I have tested and it should work on the website, but please double check. |
Sorry, something went wrong.
There was a problem hiding this comment.
Hello Falk, thank you for adding some real-life examples for the spatial patterns of sampling more towards the center or more towards the edge. I found them very helpful to understand the rationale for the tutorial. Nice work!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
A brief writeup of some useful tweaks I first implemented here for the MNM project.
I found this of general relevance, and spiced it up with references to spatially balanced sampling and basic application of functional programming.
Task list
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, e.g. Python http.server: python -m http.server 8887 --bind localhost --directory path/to/tutorials_preview
Alternative: Locally Building the Site
Alternatively, you can build the entire site locally (see the README for instructions); the Hugo preview server will update changes on the fly.
This requires Hugo to be installed on your computer.