pysurfline.reports.SurfReport
- class pysurfline.reports.SurfReport(spotforecast: SpotForecasts)
Bases:
object
Methods
__init__
(spotforecast)plot
([barLabels, wind, wind_kwargs, legend])plot surf report
Attributes
h_scale
f
ax
forecasts
sunrisesunsettimes
- plot(barLabels: bool = False, wind: bool = False, wind_kwargs: dict = {}, legend: bool = False)
plot surf report
- Parameters
barLabels (bool, optional) – surf height labels. Defaults to False.
wind (bool, optional) – wind speed and direction. Defaults to False.
wind_kwarg (dict, optional) – wind kwargs. Defaults to {}.
legend (bool, optional) – legend. Defaults to False.