Skip to content

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

kamleong/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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 79.2%
  • Scala 20.8%