Contributing Models¶
Attention
These guides are still a work in progress. Please let us know if you spot any issues or errors!
CyberGIS-Compute is built on models. Models in this context are simply code that performs some action. Models can do the same thing every time (i.e. our Hello World model which just prints “Hello World”), but CyberGIS-Compute gives model developers and users the ability to customize and experiment with models through uploading data and passing parameters. This allows model developers to build more flexible and reusable models and makes models much more interesting and valuable to those using the models.
- Developing a Model with CyberGIS-Compute
- What are the stages of your model?
- Notebook to Script/Nbconvert
- Getting Results from Compute
- Crash Course in the Manifest
- Crash Course in SLURM Parameters
- Supported HPC
- Providing Input Data
- Installing Packages
- Contributing Your Model
- Advanced Topic: Manifest Options
- Advanced Topic: Passing Parameters
- Advanced Topic: Providing a Container
- Advanced Topic: Pre- and Post- Steps
- Frequently Asked Questions