zmanim icon indicating copy to clipboard operation
zmanim copied to clipboard

Duplicate or similar code

Open BehindTheMath opened this issue 5 years ago • 1 comments

A lot, if not all, of the code in GeoLocationUtils is duplicated in GeoLocation. One or the other can be removed.

Also, a lot of the geodesic code looks like it's not used at all.

BehindTheMath avatar Apr 19 '20 17:04 BehindTheMath

NOAACalculator.getSolarElevation() and NOAACalculator.getSolarAzimuth() are duplicates, besides for the last line.

NOAACalculator.getSunriseUTC() and NOAACalculator.getSunsetUTC() are also almost identical.

BehindTheMath avatar Apr 19 '20 17:04 BehindTheMath