Crate rjw_uktides
source ·Structs
- Geographic coordinates (latitude and longitude) of the station.
- Prediction of a particular lunar phase.
- Tide height in metres as an
f64
, wrapped in a newtype to make the measurement unit clear. - Details of a specific tidal measurement station.
- An instance of low or high tide.
- Prediction of the tide height in metres at a particular time.
- A wrapper for all of the tide prediction data from the Admiralty API.
Enums
- Represents a particular phase of the moon.
- Represents either low or high tide.
Functions
- Attempt to extract tide station information from the reader.
- Attempt to parse data from the reader as tide predictions.