ryansurf / cli-surf

Get surf and ocean data from the command line interface
7 stars 10 forks source link

Surf height not accurate #10

Open ryansurf opened 2 months ago

ryansurf commented 2 months ago

The surf height seems to be... a little off

At the moment, it is taking the max wave height from the API for the current/forecasted day

Looking at the API docs, we are taking the Current Conditions max values(max height, direction, period). We can maybe keep this as an argument if the user wants this data, but we should try to provide as accurate of data as possible(not max values)