ContinuumIO / xarray_filters

A Pipeline approach to chaining common xarray data structure conversions
3 stars 10 forks source link

Create examples of dropping NaN rows then calling `from_features` #41

Open PeterDSteinberg opened 6 years ago

PeterDSteinberg commented 6 years ago

See @gbrener 's work here in PR #39 .

Make an example of a problem that

gbrener commented 6 years ago

Good starting point: https://github.com/ContinuumIO/xarray_filters/blob/master/xarray_filters/tests/test_reshape.py#L123-L158 I should be able address this soon - @PeterDSteinberg , do you by any chance have an example dataset handy?

PeterDSteinberg commented 6 years ago

@gbrener Maybe solve this issue at the same time as this Holoviews 2035 issue with soils data from NLDAS. Doing so would be helpful also for AGU prep

PeterDSteinberg commented 6 years ago

Hi @gbrener A faster way to get this testing done for NaN rows in reshaping is to just use this synthetic data function ts_clustering_example we have in the test_data.py of this repo (call it, then to_features, then add some NaNs for the test).