Hi,

I nodified a few years ago the "Standard/index.html.tmpl" to print the main 
solar systems objects (sun, moon, Jupiter...).
Now I want to pint the same informations but for the minor planet Eros that 
pass very (very relative!) the earth in the few next days.
This implies adding the python line:

     eros = ephem.readdb("433 
Eros,e,10.8276,304.3222,178.8165,1.457940,0.5598795,0.22258902,71.2803,09/04.0/2017,2000,H11.16,0.46")

and then (in index.html.tmp) :

               <tr>
                  <td class="label">Rise  :</td>
                  <td class="data">$almanac.eros.rise</td>
                </tr>

Where should I add the " eros = ephem.readdb(...) line ?   ( 
index.html.tmpl ?  almanac.py ? elsewhere ?).

Thanks for any help/advice!     Paul


-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to