[Python-modules-commits] [python-pysolar] 05/08: Merge tag 'upstream/0.7+gite32d755+dfsg'
Wolfgang Borgert
debacle at moszumanska.debian.org
Thu Aug 10 18:49:54 UTC 2017
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to branch master
in repository python-pysolar.
commit dcb3af9589cf798305ebda771b618b56a00996a9
Merge: a5d9ccc 28cf1a1
Author: W. Martin Borgert <debacle at debian.org>
Date: Thu Aug 10 19:09:49 2017 +0200
Merge tag 'upstream/0.7+gite32d755+dfsg'
.gitignore | 6 +-
.travis.yml | 7 +
CONTRIBUTORS.markdown | 9 +-
Pysolar.egg-info/PKG-INFO | 12 -
Pysolar.egg-info/SOURCES.txt | 17 -
Pysolar.egg-info/dependency_links.txt | 1 -
Pysolar.egg-info/top_level.txt | 1 -
Pysolar/__init__.py | 1 -
Pysolar/constants.py | 402 --
Pysolar/elevation.py | 62 -
Pysolar/julian.py | 63 -
Pysolar/radiation.py | 49 -
Pysolar/rest.py | 229 -
Pysolar/simulate.py | 67 -
Pysolar/solar.py | 359 --
Pysolar/testsolar.py | 151 -
Pysolar/util.py | 656 --
README.markdown | 59 +-
debian/dirs | 2 -
development-notes.md | 13 +-
dist/Pysolar-0.5.tar.gz | Bin 21144 -> 0 bytes
dist/Pysolar-0.6-alpha.tar.gz | Bin 21164 -> 0 bytes
doc/Makefile | 171 +-
doc/conf.py | 244 +-
.../chart_Pysolar_error_v_altitude_2008-07-21.png | Bin 0 -> 60569 bytes
.../chart_Pysolar_error_v_altitude_2014-12-13.png | Bin 0 -> 42380 bytes
.../chart_Pysolar_error_v_altitude_2015-04-17.png | Bin 0 -> 35809 bytes
.../chart_Pysolar_error_v_azimuth_2008-07-21.png | Bin 0 -> 62970 bytes
.../chart_Pysolar_error_v_azimuth_2014-12-13.png | Bin 0 -> 43644 bytes
.../chart_Pysolar_error_v_azimuth_2015-04-17.png | Bin 0 -> 45255 bytes
.../chart_Pysolar_error_v_latitude_2008-07-21.png | Bin 0 -> 99268 bytes
.../chart_Pysolar_error_v_latitude_2014-12-13.png | Bin 0 -> 59782 bytes
.../chart_Pysolar_error_v_latitude_2015-04-17.png | Bin 0 -> 53716 bytes
.../chart_Pysolar_error_v_longitude_2008-07-21.png | Bin 0 -> 135309 bytes
.../chart_Pysolar_error_v_longitude_2014-12-13.png | Bin 0 -> 96718 bytes
.../chart_Pysolar_error_v_longitude_2015-04-17.png | Bin 0 -> 70428 bytes
.../img/reference_frame.png | Bin
doc/index.rst | 249 +-
images/spherical.jpg | Bin 844711 -> 0 bytes
images/sun_path_2009-03-19.jpg | Bin 444611 -> 0 bytes
images/sun_path_2009-03-19_800x400.jpg | Bin 67494 -> 0 bytes
pysolar.org/all.css | 54 -
pysolar.org/gradient.png | Bin 497 -> 0 bytes
pysolar.org/index.html | 107 -
pysolar.org/logo.png | Bin 8078 -> 0 bytes
pysolar/__init__.py | 6 +
pysolar/constants.py | 445 ++
pysolar/elevation.py | 78 +
pysolar/radiation.py | 52 +
pysolar/rest.py | 300 +
pysolar/rest2-validation.ipynb | 98 +
pysolar/simulate.py | 64 +
pysolar/solar.py | 388 ++
pysolar/solartime.py | 790 +++
pysolar/util.py | 641 ++
pysolar_v_usno.csv | 6570 --------------------
setup.py | 9 +-
test/pysolar_v_usno.csv | 6260 +++++++++++++++++++
{Pysolar => test}/query_usno.py | 36 +-
test/test_hour_angle.py | 82 +
test/testsolar.py | 184 +
usno_data_6259.txt => test/usno_data_6259.txt | 0
.../usno_data_short_test.txt | 0
test/validation.ipynb | 255 +
util/get_delta_t | 82 +
validation.ipynb | 239 -
66 files changed, 10354 insertions(+), 9216 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pysolar.git
More information about the Python-modules-commits
mailing list