tide-predictor icon indicating copy to clipboard operation
tide-predictor copied to clipboard

Javascript tide predictor

Results 7 tide-predictor issues
Sort by recently updated
recently updated
newest added

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

I can't get the offsets to work. Here is my code: `const highLowTidesCowKey = TidePredictor(constituents, { phaseKey: 'phase_local', }).getExtremesPrediction({ timeFidelity: 60, start: new Date(formattedToday), end: new Date(formattedTodayLater), labels: { high:...

Create audit tool using the [@neaps/tide-database ](https://github.com/neaps/tide-database) to report on stations where deviation is within test boundaries of 0.1 meters. This should be posted to website and updated daily

enhancement

Add missing constituents - a handy definition is https://legacy.iho.int/mtg_docs/com_wg/IHOTC/IHOTC_Misc/TWCWG_Constituent_list.pdf - [x] SIGMA1 - [x] MP1 - [ ] CHI1 - [ ] 2PO1 - [ ] SO1 - [ ]...

enhancement

npm install @neaps/tide-prediction does not work, I'm guessing the name has been updated to tide-predictor so it should be installed using npm install @neaps/tide-prediction

Hey, @kevee! Thanks for a great lib. I'm playing with tide predictions and noticed that water levels generated by neaps/tide-predictor are quite different from the ones I can find in...

As in `getExtremesPrediction`, IMHO, it would be beneficial to have a {timeFidelity} option in `getTimelinePrediction` : not only the default 10min step is common, hourly prediction is quite common too....