Skip to content

Commit 00ebb31

Browse files
committed
remove required setting from clip file input so files can be passed from a previous modelling step
1 parent afef4ea commit 00ebb31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

model-definition.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
- name: Input data files
5656
description: Any data files which are to be clipped. Should match common data formats (rasters - .asc, .tiff, .geotiff; vector - .gpkg, .shp . geojson)
5757
path: inputs/clip
58-
required: true
58+
required: false
5959
default:
6060
- 129f9361-b2ed-460f-a44b-9eeaf00b769c
6161
- name: Clip extent file

0 commit comments

Comments
 (0)