kylecorry31 / Trail-Sense

An Android app that uses your phone's sensors to assist with wilderness treks or survival situations.
https://kylecorry.com/Trail-Sense/
MIT License
1.23k stars 76 forks source link

Harmonic CSV generator website #1073

Open kylecorry31 opened 2 years ago

kylecorry31 commented 2 years ago

This will only support the US for now, unless there are other free harmonic APIs for other countries.

This should be a separate repo.

Lee-Carre commented 2 years ago

Convert harmonic … and download

Given #1102; add the computed HC set to TS's source for future in-app bundling.

Lee-Carre commented 2 years ago

Convert harmonic … to CSV

See #1072 (comment).

kylecorry31 commented 2 years ago

I wouldn't imagine the bundling happens directly through the website - the website is designed to be a simple, client-side only website that lets the users download the harmonic file - I could include text / a link to email them to me or create a PR on GitHub though.

Lee-Carre commented 2 years ago

I could include text / a link to email them to me or create a PR on GitHub though.

That would do.

I'm largely indifferent about the specifics of the mechanism. The point is about the end result

If using harmonic predictions for tides isn't easy, then users will just stick to the simple tide clock.

A bundled set of HCs (because you can, unlike with tide clock references) makes harmonic prediction trivial (and clearly superior).

Users only need to deal with the technicalities when they wanna add or change something. Then it becomes a given that one must deal with technical details.

Merely using harmonic predictions should be trivial, a no-brainer, though.