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
Hello,
is there a reason why on pyorbital.astronomy.observer_position the position is given in terms of tuples while on pyorbital.orbital.Orbital.get_position is returned in terms of np.array?
pyorbital.astronomy.observer_position
pyorbital.orbital.Orbital.get_position
np.array
I believe it would have been better to stick with same style. What do you think?
The text was updated successfully, but these errors were encountered:
The reason behind this is that when we started pyorbital, the use case was one observer, many satellite positions.
But you're right, it should be made consistent. Pull request is welcome 😄
Sorry, something went wrong.
No branches or pull requests
Hello,
is there a reason why on
pyorbital.astronomy.observer_position
the position is given in terms of tuples while onpyorbital.orbital.Orbital.get_position
is returned in terms ofnp.array
?I believe it would have been better to stick with same style. What do you think?
The text was updated successfully, but these errors were encountered: