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
A lot, if not all, of the code in GeoLocationUtils is duplicated in GeoLocation. One or the other can be removed.
GeoLocationUtils
GeoLocation
Also, a lot of the geodesic code looks like it's not used at all.
The text was updated successfully, but these errors were encountered:
NOAACalculator.getSolarElevation() and NOAACalculator.getSolarAzimuth() are duplicates, besides for the last line.
NOAACalculator.getSolarElevation()
NOAACalculator.getSolarAzimuth()
NOAACalculator.getSunriseUTC() and NOAACalculator.getSunsetUTC() are also almost identical.
NOAACalculator.getSunriseUTC()
NOAACalculator.getSunsetUTC()
Sorry, something went wrong.
No branches or pull requests
A lot, if not all, of the code in
GeoLocationUtils
is duplicated inGeoLocation
. One or the other can be removed.Also, a lot of the geodesic code looks like it's not used at all.
The text was updated successfully, but these errors were encountered: