solstice

Compute collected power and efficiencies of a solar plant
git clone git://git.meso-star.com/solstice.git
Log | Files | Refs | README | LICENSE

commit e7c982bf3cfafe8adacd8649ec57ae04665d1b96
parent a62512a326f9247c1b7bee49adb5951a345cef10
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 15 Dec 2016 11:54:10 +0100

First specification of the CLI

Diffstat:
Adoc/cli | 27+++++++++++++++++++++++++++
1 file changed, 27 insertions(+), 0 deletions(-)

diff --git a/doc/cli b/doc/cli @@ -0,0 +1,27 @@ +solstice + -d <date-list>:<pos-on-earth> + -D <sun-dir-list> + -h # Short help and exit + -o OUTPUT # defaulting to stdout if not defined + -q # don't print a message if no INPUT is submitted + -n INTEGER # Realisations count + -r [camera] # Switch in rendering mode + INPUT # Input scene in YAML + +<date-list> ::= + <date> [ ... ] + +<date> ::= + year:month:day:minutes:seconds:timezone # <=> UNIX format + +<sun-dir-list> ::= + <sun-dir> [ ... ] + +<sun-dir> ::= + azimuth:elevation + +<pos-on-earth> ::= + longititude:latitude:altitude + +<camera> ::= + position[:target:[up]]