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
Hi, I am trying to test out this ts2img script to convert H115 into images (we want to resample this product to 0.25 degree grid so hopefully this is the way to do it?). Anyway, the script here refers to ts.asfreq, but it throws an error because I think it should be ts.data.asfreq
I'm trying to recreate the error but haven't been able to do so yet--I know when I was running ts2img it called the agg_tsmonthly function and handed it a Ascat TS object instead of a pandas DF. I will look at this later and see if I can recreate this error.
Hi, I am trying to test out this ts2img script to convert H115 into images (we want to resample this product to 0.25 degree grid so hopefully this is the way to do it?). Anyway, the script here refers to ts.asfreq, but it throws an error because I think it should be ts.data.asfreq
repurpose/repurpose/ts2img.py
Line 59 in 1d6b556
The text was updated successfully, but these errors were encountered: