o2r-project / erc-spec

Executable Research Compendium specification and guides
https://o2r.info/erc-spec/
Creative Commons Zero v1.0 Universal
7 stars 5 forks source link

Add section on manipulation #39

Closed nuest closed 6 years ago

nuest commented 6 years ago

The "manipulation extension" draft was removed, content preserved here:

## UI bindings

How is the user interface defined?

## Using other data

Define in `erc.yml` which files are potential input data which can be exchanged.

```yml
id: adcd
manipulate:
    input_data:
        - filename: are.json
          format: geojson
        - filename: rs.tiff
          format: geotiff

Then: How is external data mounted into the container and where to (what are the paths)?

Validation

How are UI bindings validated/checked?

nuest commented 6 years ago