No commit activity in last 3 years
No release in over 3 years
Mathematical part of obtaining solar geometry information
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

Solar Geometry Calculation

Calculate solar geometry, such as height or azimuth of the Sun for the purpose of obtaining information for solar panel installation.

Installation

Add to your Gemfile and run the bundle command to install it.

gem "solar_geometry_calculation"

Requires Ruby 2.0.0 or later.

Usage

Instantiate SolarPositionCalculation class.

solar_position_calculation = SolarPositionCalculation.new(latitude: "45.5")

Development

Questions or problems? Please post them on the issue tracker. You can contribute changes by forking the project and submitting a pull request. You can ensure the tests passing by running bundle and rake.

This gem is created by Tadatoshi Takahashi and is under the MIT License.