ruby-sun-times:计算给定时间和地点的日出和日落时间

时间:2024-07-16 04:53:58
【文件属性】:

文件名称:ruby-sun-times:计算给定时间和地点的日出和日落时间

文件大小:8KB

文件格式:ZIP

更新时间:2024-07-16 04:53:58

Ruby

Ruby太阳时代 计算日出和日落时间 该算法来自 。 用法 需要 在 Gemfile/Gemspec 中: gem 'ruby-sun-times' , require : 'sun_times' 直接地: require 'sun_times' 方法 这两种方法rise和set各自返回一个时间。 day = Date . new ( 2010 , 3 , 8 ) latitude = 43.779 longitude = 11.432 sun_times = SunTimes . new sun_times . rise ( day , latitude , longitude ) # => 2010-03-08 05:39:53 UTC sun_times . set ( day , latitude , longitude ) # => 2010-03-08 17:1


【文件预览】:
ruby-sun-times-master
----.travis.yml(134B)
----Rakefile(174B)
----ruby-sun-times.gemspec(936B)
----Gemfile(39B)
----.rspec(31B)
----spec()
--------unit()
--------spec_helper.rb(410B)
----.gitignore(36B)
----lib()
--------sun_times.rb(6KB)
--------sun_times()
----README.md(1KB)
----COPYING(1KB)

网友评论