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
Could we add an optional argument to the sun() function linked below for the users to specify key(s) to return? https://github.com/sffjunkie/astral/blob/3.2/src/astral/sun.py#L1232 https://github.com/sffjunkie/astral/blob/3.2/src/astral/location.py#L225
e.g. If only "sunrise" and "sunset" are needed, we have the option to skip "dawn", "noon", and "dusk" calculation.
This could potentially improve performance by skipping non-needed calculation(s).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Could we add an optional argument to the sun() function linked below for the users to specify key(s) to return?
https://github.com/sffjunkie/astral/blob/3.2/src/astral/sun.py#L1232
https://github.com/sffjunkie/astral/blob/3.2/src/astral/location.py#L225
e.g. If only "sunrise" and "sunset" are needed, we have the option to skip "dawn", "noon", and "dusk" calculation.
This could potentially improve performance by skipping non-needed calculation(s).
The text was updated successfully, but these errors were encountered: