-
Notifications
You must be signed in to change notification settings - Fork 5
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
traj.animate does not work for Parcels output yet #51
Comments
Thanks for the PR, it is great to have this test to work against as well. The animation function is extremely basic as you can see, and we should discuss how we want it to work. I would like to stay as close to xarray and matplotlib as possible, and build things in a way that makes it composable for users - so that we do not need one method with an enormous amount of more or less valid argument combinations (opendrift now). The animate method you are trying out is meant to be similar to plot in that it just gives you a basic animation with sane defaults for exploring the data. |
I think our CI failed because of the |
After some more investigation I now think the issue is the use of |
Ref parcels issue: OceanParcels/Parcels#1319 |
[Oops, I now see that I've added a message that's more relevant as an Issue when I created PR #50. SO I will rename that PR and add the message here too]
Thanks for implementing a
ds.traj.animate()
functionality in #46! However, I fear it's not yet working for the Parcels output in your tests/test_data/parcels.zarr file. I've added a breaking example file at #50.The problem seems to be the default(?) 1-hour interval for the animation? The error I'm getting is
The text was updated successfully, but these errors were encountered: