This is a template for an example repository.
You can create a new example by simply clicking on "Use this template".
The included example is showing the generation of a conditioned random field ensemble in 1D taken from GSTools.
Please try to organize your example in the given Structure
data/
- here you should place your input datasrc/
- here you should place your python scriptsresults/
- here your computed results and plots should be storedREADME.md
- please describe your example in the readme, potentially showing resultsLICENSE
- the default license is MIT, you can use another one if wanted
To make the example reproducible, it would be a good practice to provide one of the following files:
requirements.txt
- requirements for pip to install all needed packagesspec-file.txt
- specification file to create the original conda environment
After finalizing your work, you should tag the repository with a version like v1.0
.
Then, a Zenodo release will be created, so you can cite the repository in you publication.
Please keep your master
branch in line with the latest release.
For further development use the develop
branch and update master
with pull-requests.
You can contact us via info@geostat-framework.org.
MIT © 2020