Unidata / netcdf-java

The Unidata netcdf-java library
https://docs.unidata.ucar.edu/netcdf-java/current/userguide/index.html
BSD 3-Clause "New" or "Revised" License
143 stars 68 forks source link

Classifier #1353

Closed matakleo closed 1 month ago

matakleo commented 1 month ago

Description of Changes

Added a Classifier class into filters. It serves as a classifier which assigns 0 to negative numbers and 1 to positives and zero. [e.g. x>=0 --> 1 | x<0 --> 0]

PR Checklist

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.