Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Given a latitude and longitude SolarLocation calculates whether or not the sun is up at any given time.

License

Notifications You must be signed in to change notification settings

SunRun/solar-calculations

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solar Calculations

Calculates sunrise, sunset, solar noon and the solar position for at a given latitude and longitude, based on NOAA's Solar Calculator.

Added Assembly Plugin to create a "jar" distribution, also updated the Scala Version to 2.11.x

####Using with Gradle in an Android project Add the following line to your dependencies section in the build.gradle file for your app in order to use this in your project -

    compile 'com.locusenergy:solar-calculations_2.10:1.0'

About

Given a latitude and longitude SolarLocation calculates whether or not the sun is up at any given time.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 79.2%
  • Scala 20.8%