You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/tide-predictor/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,12 +165,12 @@ Tidal constituents should be an array of objects with at least:
165
165
166
166
### <aname="subservient-station"></a>Subservient station definitions
167
167
168
-
Some stations do not have defined harmonic data, but do have published offets and a reference station. These include the offsets in time or amplitude of the high and low tides. Subservient station definitions are objects that include:
168
+
Some stations do not have defined harmonic data, but do have published offsets and a reference station. These include the offsets in time or amplitude of the high and low tides. Subservient station definitions are objects that include:
169
169
170
-
-`height` - **object** - An object of height offets, in the same units as the reference station.
170
+
-`height` - **object** - An object of height offsets, in the same units as the reference station.
171
171
-`high` - **float** - The offset to be added to high tide (can be negative)
172
172
-`low` - **float** - The offset to be added to low tide (can be negative)
173
-
-`time` - **object** - An object of time offets, in number of minutes
173
+
-`time` - **object** - An object of time offsets, in number of minutes
174
174
-`high` - **float** - The number of minutes to add to high tide times (can be negative)
175
175
-`low` - **float** - The number of minutes to add to low tide times (can be negative)
0 commit comments