Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"asfreq" on aggregate function #9

Open
ninadel opened this issue Jun 15, 2020 · 2 comments
Open

"asfreq" on aggregate function #9

ninadel opened this issue Jun 15, 2020 · 2 comments

Comments

@ninadel
Copy link

ninadel commented Jun 15, 2020

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

return ts.asfreq("M")

@sebhahn
Copy link
Member

sebhahn commented Jun 15, 2020

is ts a pandas.DataFrame or a ASCAT timeseries object?

@ninadel
Copy link
Author

ninadel commented Jun 15, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants