-
Notifications
You must be signed in to change notification settings - Fork 1
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
Missing functions #1
Comments
Because unfortunately I haven't had time to finish implementing them. If you need SOFA bindings in python and the original pysofa library isn't up to date enough for your application I would suggest using the Julia language package (https://github.com/sisl/SOFA.jl) and the Julia-Python interface (https://github.com/JuliaPy/pyjulia). There is also the rust bindings I more recently implemented (https://github.com/duncaneddy/rsofa) which are easier to maintain and keep up to date due to the fact they can be auto-generated from the original C-code. |
Thanks for these details ;-) |
Quite welcome :-) I'm happy to accept a PR for the repo, but the alternatives are less work to get going immediately. I do intend to finish the implementation as my time permits, but it's not high on my priority list. Ultimately, I'd like to add a python interface to the auto-generated rust crate since that will be easier to maintain the complete interface long term. |
Don't know if it is the best place, but anyone could explain why some functions are not implemented, iauNum00a, iauNum00b... for instance ?
The text was updated successfully, but these errors were encountered: