Page 1 of 1

Tide LUA script

Posted: Thursday 03 November 2016 13:38
by alexsh1
Hello,

I have been trying to find a good service with API to have tides (high and low) for Thames, but so far only been able to come up with the following:
https://www.worldtides.info/apidocs

I am not sure if it is precise. For example, it shows the tide as

Code: Select all

..."date":"2016-11-03T13:57+0000","height":1.856,"type":"High"},...
The tide table give me different time and higher value. (1.8m is too small as the tide could be anything up to 5-6m in the high water).

Before I proceed with LUA, any suggestions? Anyone knows a better service please?

Re: Tide LUA script

Posted: Thursday 03 November 2016 18:19
by Derik
looks great option...
I live near a river...
What are the options with this script?

Re: Tide LUA script

Posted: Thursday 03 November 2016 22:18
by alexsh1
Derik wrote: What are the options with this script?
So far there is no script - I need to understand why there is a difference between the tables (which are available in the internet in PDF) and the API call.