Re: [weewx-user] Using Ephem for LST estimation

2020-10-25 Thread Kevin Davis
Is 12:67 in your date field correct? > On Oct 25, 2020, at 5:13 AM, Tom Keffer wrote: > >  > Perhaps the time is in UTC? > >> On Sun, Oct 25, 2020 at 12:53 AM Priya wrote: >> Hi all, >> >> I am trying to estimate the local sidereal time for my location with >> following lines: >> gatech =

Re: [weewx-user] Using Ephem for LST estimation

2020-10-25 Thread Tom Keffer
Perhaps the time is in UTC? On Sun, Oct 25, 2020 at 12:53 AM Priya wrote: > Hi all, > > I am trying to estimate the local sidereal time for my location with > following lines: > gatech = ephem.Observer() > gatech.lon, gatech.lat = '+82.5', '+32' > gatech.date = '2020/10/25 12:67' >

[weewx-user] Using Ephem for LST estimation

2020-10-25 Thread Priya
Hi all, I am trying to estimate the local sidereal time for my location with following lines: gatech = ephem.Observer() gatech.lon, gatech.lat = '+82.5', '+32' gatech.date = '2020/10/25 12:67' gatech.elevation = 4500.0 print(gatech) print('LST:' gatech.sidereal_time()) LST: 20:54:30.92