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
@Beforerr, definitely something we can integrate into Speasy. To be sure, you want to filter out any non valid data points from a Speasy variable?
If so, I we can easily add a method only_valid_values with the same interface than replace_fillval_by_nan.
Speasy variables Numpy support should make this simpler too, I have to check if Speasy variables behave well with comparisons and Numpy indexing.
Yes, it would be a great idea to add a method like this. Also, If I remember right, this actually applies to the local CDF files. When geting the data from the CDAS (not sure about other service), it actually already does something like that.
Description
CDF actually contains this meta to confine data valid range (not
nan
). It would be nice this is validated in the library level not by user.What I Did
I have a simple function to validate this
The text was updated successfully, but these errors were encountered: