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

Feature Request: Evaluate models at multiple points #13

Open
ddasilva opened this issue Dec 31, 2022 · 1 comment
Open

Feature Request: Evaluate models at multiple points #13

ddasilva opened this issue Dec 31, 2022 · 1 comment

Comments

@ddasilva
Copy link

It would be great to have the ability to evaluate the Tsyganenko models at multiple points using vectorized processing. For example, evaluating B for every point on a grid. Some scientific use cases:

  1. Model comparison in the global perspective
  2. Evaluating the models on a grid, and then plugging the result into other code that uses gridded output

This should be possible if operations are all done in a way that supports arrays in addition to individual points. Right now, I can iterate on every point in the grid, but it's very slow to do it this way because the Python interpreter is doing a lot of unnecessary work.

@tsssss
Copy link
Owner

tsssss commented Feb 13, 2023

This is an excellent suggestion. I'll find some time this summer (but unfortunately no guarantee) to do a significant upgrade, including improving efficiency and adding functions as you and others have suggested.

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

2 participants