dankelley / mooring

Design and analysis of oceanographic moorings
https://dankelley.github.io/mooring
4 stars 1 forks source link

want to permit e.g. float("?bub") to fuzzy search floats #26

Closed dankelley closed 3 years ago

dankelley commented 3 years ago

This will be easy via a closure, since the above is

findElement("bub", s="float")
dankelley commented 3 years ago

Oh, I did this already but forgot to close the issue.