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
5, description="Re-sampling every N points(default 5)"),
194
194
mode: Optional[str] =Query(
195
195
None,
196
-
description="Allowed modes: list,truncate. Optional can be none (default output is list). Multiple/special modes can be separated by comma. The mode 'truncate' will output longitude/latitude to 5 decimal places, tide variables to 3 decimal places."),
196
+
description="Allowed modes: list,truncate. Optional can be none (default output is list). Multiple/special modes can be separated by comma. The mode 'truncate' will output longitude/latitude to 5 decimal places, tide variables to 3 decimal places."),
197
197
tol: Optional[float] =Query(
198
198
None,
199
199
description="Tolerance for nearest method to locate points by giving tolerance value. Default tolerance is ±1/60 degree, and maximum is ±0.25 degree."),
@@ -282,21 +282,21 @@ async def get_tide(
282
282
# Handle the edge case for longitude 0
283
283
# We found nearest 0 point (but > 0) may encounter index error in xarray
0 commit comments