localdevices / pyorc

Surface velocity, object tracking, and river flow measurements in an open-source API
GNU Affero General Public License v3.0
129 stars 31 forks source link

velocimetry.filter requires redesign following .plot API structure #101

Closed hcwinsemius closed 1 year ago

hcwinsemius commented 1 year ago

This is needed to better accomodate CLI and should look like

pyorc.Velocimetry.Filter.filter_xxxx

where xxx is the specific method.

Filter should either return a True/False mask or with inplace=True a dataset with the filtered already set.