[Python-modules-commits] [python-pysolar] 03/18: Changing README to use markdown

Wolfgang Borgert debacle at moszumanska.debian.org
Fri Oct 3 23:36:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to annotated tag 0.3.0
in repository python-pysolar.

commit 17f813a66bbd1b57a0cd52761ab421501f4d16e3
Author: Brandon Stafford <brandon at pingswept.org>
Date:   Mon Mar 10 23:51:48 2008 -0400

    Changing README to use markdown
---
 README.markdown | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/README.markdown b/README.markdown
new file mode 100644
index 0000000..bc2986b
--- /dev/null
+++ b/README.markdown
@@ -0,0 +1,26 @@
+Pysolar performs calculations useful for the development of photovoltaic 
+systems. Rough steps for use, until either forever or I have time to 
+write more documentation:
+
+1. Install python.
+2. Get to a prompt that looks like: >>>
+3. >>> import solar
+4. >>> import datetime
+5. >>> d = datetime.datetime.utcnow()
+6. >>> lat = 42.0
+7. >>> long = -71.0
+8. >>> solar.GetAltitude(lat, long, d)
+9. >>> solar.GetAzimuth(lat, long, d)
+
+For better examples of usage, check http://pysolar.sourceforge.net/#examples
+
+At this point, Pysolar has basic functionality, but it is relatively untested.
+I did validate it against the data in a paper by Reda and Andreas; it agrees
+to 4 significant figures, but that's just one data point.
+
+If you use Pysolar, please let me know how accurate it is. It's difficult to
+measure sun location with great precision, but I'd love to hear reports of
+"Yeah, it worked to within a degree over the course of an afternoon in Spain."
+
+Brandon Stafford
+<first_name> @ pingswept org
\ No newline at end of file

-- 
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