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

Handling non-cartesian datasets #34

Open
chrishavlin opened this issue May 18, 2022 · 1 comment
Open

Handling non-cartesian datasets #34

chrishavlin opened this issue May 18, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@chrishavlin
Copy link
Collaborator

Would be good to add some handling of non-cartesian datasets. I'll investigate the napari side, but I suspect the solution would have to be on the yt-napari side and would involve either resampling a field on a cartesian grid. There may be some utilities in yt to help here. And there are some potential pitfalls and caveats with resampling in cartesian, but I think we could come up with a reasonable solution.

@chrishavlin chrishavlin added the enhancement New feature or request label May 18, 2022
@chrishavlin
Copy link
Collaborator Author

was playing with this briefly today: can actually extract a regularized region with ds.r for non-cartesian geometries and load this in linear coordinates. Would need to add an extra interpolation/transformation to view in true cartesian coordinates though.

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

No branches or pull requests

1 participant