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

Restructure main data storage to reflect trajectory structure in xarray. #19

Open
pirmink opened this issue Mar 16, 2023 · 0 comments
Open

Comments

@pirmink
Copy link
Collaborator

pirmink commented Mar 16, 2023

Is a trajectory composed by a number of segments with all same number of points and the condition does want to ignore when moving between segments?
If so, I would probably solve the problem differently by using a different data structure, a sequence of sequences for lon. So that the algorithms applied to only the inner most sequence can not mixed accross contiguous segments. That eliminates the need of this extra condition, and makes the intention more readable.
But I am not sure I understood it

Originally posted by @cosunae in #18 (comment)

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

1 participant