NCPP / ocgis

OpenClimateGIS is a set of geoprocessing and calculation tools for CF-compliant climate datasets.
Other
70 stars 19 forks source link

Make default collection type for calculations fields #476

Open bekozi opened 6 years ago

bekozi commented 6 years ago

Currently, the default calculation collection output type from <calculation>.execute() is a VariableCollection. This should change to Field. The vc keyword argument to AbstractFunction should also be renamed to something like outfield.

Ping @huard