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 = 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
>> 
>> 
>> However, online I checked for this time and location the LST is coming 
>> wrong. Please suggest me where I am wrong. 
>> -- 
>> 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 weewx-user+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/0772cf65-af32-4216-b99d-459f53ac5139n%40googlegroups.com.
> 
> -- 
> 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 weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/weewx-user/CAPq0zEDXGfSvszGP2k-zaxM5KaSk4vdj_VToPnbJLoThn9DS1Q%40mail.gmail.com.

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/901B81CC-CB60-4B1C-BE2E-2D9631DD5982%40gmail.com.


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'
> gatech.elevation = 4500.0
> print(gatech)
> print('LST:' gatech.sidereal_time())
>
> LST: 20:54:30.92
>
>
> However, online I checked for this time and location the LST is coming
> wrong. Please suggest me where I am wrong.
>
> --
> 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 weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/0772cf65-af32-4216-b99d-459f53ac5139n%40googlegroups.com
> 
> .
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zEDXGfSvszGP2k-zaxM5KaSk4vdj_VToPnbJLoThn9DS1Q%40mail.gmail.com.


[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


However, online I checked for this time and location the LST is coming 
wrong. Please suggest me where I am wrong. 

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/0772cf65-af32-4216-b99d-459f53ac5139n%40googlegroups.com.