Skip to content

Guide with best practices and examples to adopt CWL in Earth Observation workflows

Notifications You must be signed in to change notification settings

cwl-for-eo/guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Common Workflow Language for Earth Observation Guide

TL;DR

This is a guide with best practices and examples to adopt CWL in Earth Observation workflows

Contributing

Contribute to the guide repository

Clone and checkout the repository and its git submodules

Build the mkdocs container image with:

docker build -f Dockerfile -t docs-dev .

Build and expose the docs:

docker run --rm -it -p 8000:8000 -v ${PWD}:/docs docs-dev:latest

Open your browser at http://0.0.0.0:8000

Add your contributions.

Push the changes to the repository

Contribute to a submodule repository

git submodule init
git submodule update

Adding a submodule

Adding an example