We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
NiklasPhabian
mbauer288
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: