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

MB has found restricting pystare conversion calls to numpy arrays is a win. #109

Open
michaelleerilee opened this issue Oct 16, 2022 · 0 comments
Assignees

Comments

@michaelleerilee
Copy link
Contributor

We might wish to add routines to the API that feature numpy variables to avoid slow-downs apparently caused by Python's type boxing.

I don't know if we would want to do this via a namespace as in

pystare.numpy.from_latlon(...)

or via a function names, as in

pystare.from_latlon_np(...)

We also might want to treat the issue of masked arrays and fill-values (#106) at the same time with the numpy-only signatures.

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

3 participants