You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
Cate's Python API allows users to easily add new operations to Cate, either adding it directly to Cate's code base or by writing a plugin, that contributes operation registrations to Cate.
It would very beneficial if users of the GUI could also easily and interactively create operations that perform arbitrary dataset math and output a new dataset with computed variables.
Like any other operations, these user-defined operations would be stored in the workspace's workflow. A library of code snippets could help users not so familiar to programming in getting started.
Specifications
Cate 1 and 2-dev1
The text was updated successfully, but these errors were encountered:
Expected behavior
Cate's Python API allows users to easily add new operations to Cate, either adding it directly to Cate's code base or by writing a plugin, that contributes operation registrations to Cate.
It would very beneficial if users of the GUI could also easily and interactively create operations that perform arbitrary dataset math and output a new dataset with computed variables.
Like any other operations, these user-defined operations would be stored in the workspace's workflow. A library of code snippets could help users not so familiar to programming in getting started.
Specifications
Cate 1 and 2-dev1
The text was updated successfully, but these errors were encountered: