BeamIO-Inc / algorithm_toolkit

This project provides an easy way for researchers and developers to develop and share algorithms related to geospatial data and imagery.
https://algorithm-toolkit.readthedocs.io/en/latest/index.html
MIT License
6 stars 4 forks source link

Chain builder requires input block for optional inputs #38

Open ryanlaclair opened 3 years ago

ryanlaclair commented 3 years ago

Currently the chain builder requires a user to specify an input for all fields, even optional inputs that will not be used for the particular chain setup. The solution now is to specify these as user inputs, and then leave them blank, however a better solution might be a "no input" block type that would let a developer completely ignore an optional parameter in an algorithm that they wont be using.