CWSL / cwsl-mas

VisTrails plugin for Climate Model Analysis
Apache License 2.0
6 stars 32 forks source link

Constraint Builder and constraints that don't exist #3

Closed taerwin closed 10 years ago

taerwin commented 10 years ago

A misspelled constraint can cause the dataset to pull in too many files.

captainceramic commented 10 years ago

That's a really good point - it would be good if we could pre-set the allowed constraint names in the Constraint Builder.

taerwin commented 10 years ago

A custom widget with all the attribues would be great. UV-CDAT has something similar for downloading data from the ESG.

taerwin commented 10 years ago

At a minimum it should throw an error if attribute does not exist in dataset.

captainceramic commented 10 years ago

Trying to add a non-existent or misspelled Constraint in the ConstraintBuilder will now throw an Exception and halt the workflow.