Problems with the location of my station by using clientraw.txt
61 views
Skip to first unread message
Ulf Kniebel
unread,
Nov 16, 2019, 7:29:42 AM11/16/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx-user
In weewx.conf I have inserted the following position of my station.
latitude = 51.033056 longitude = 13.642825
When I check the clientraw.txt I find this dates.
51.033056 -13.642825
Please let me know what I can do to modify it.
Best regards
Ulf
gjr80
unread,
Nov 16, 2019, 6:03:57 PM11/16/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weewx-user
Hi,
That is not a bug as clientraw.txt uses negative values for east longitude and positive for west. If you have your own code/scripts for processing clientraw.txt data it will need to take this into account, third party code/scripts should interpret clientraw.txt longitude correctly. You can certainly change it by changing your stations longitude in
weewx.conf but that will cause problems for WeeWX and anything that
relies on clientraw.txt.
Gary
Ulf Kniebel
unread,
Nov 17, 2019, 7:13:02 AM11/17/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message