static Map<String, num> getSunPosition(DateTime date, num lat, num lng) { return SunCalc.getPosition(date, lat, lng); }