Can this project refactor the current 'tide' command in modules/locationdata.py
And optimally use Linux local program xtide for data calculations offline
https://flaterco.com/xtide/
Ideally this would be a new module xtide.py and the current method can determine if enabled and use it versus the API
Config.ini have a section to enable
Here is an example of it being used in a similar project https://github.com/chaunceygardiner/weewx-xtide/blob/main/bin/user/xtide.py
Can this project refactor the current 'tide' command in modules/locationdata.py
And optimally use Linux local program xtide for data calculations offline
https://flaterco.com/xtide/
Ideally this would be a new module xtide.py and the current method can determine if enabled and use it versus the API
Config.ini have a section to enable
Here is an example of it being used in a similar project https://github.com/chaunceygardiner/weewx-xtide/blob/main/bin/user/xtide.py