Releases: openwatersio/neaps
neaps@0.6.1
Patch Changes
-
1af0c22Thanks @bkeepers! - Addbboxquery parameter toGET /stationsfor filtering stations by bounding box. Pass a comma-separated stringminLon,minLat,maxLon,maxLatto return only stations within that geographic area.Also allows reserved characters (e.g. commas) in the
queryparameter, enabling searches like"San Francisco, CA".Bump
@neaps/tide-databasedependency to0.7. -
Updated dependencies [
6feeca0,ccb662f,c1f0144,764b8c0]:- @neaps/tide-predictor@0.9.0
@neaps/tide-predictor@0.9.0
Minor Changes
- #220
c1f0144Thanks @bkeepers! - Filter spurious extremes from tide predictions using prominence threshold and minimum temporal gap criteria.
Patch Changes
-
#234
6feeca0Thanks @bkeepers! - Align timeline predictions to clock boundaries based ontimeFidelity. For example, with the default timeFidelity of 600 seconds, predictions now fall on :00, :10, :20, :30, :40, :50 past the hour regardless of the requested start time. The start time will always snap to the previous clock boundary, and the end time will snap to the next clock boundary. -
#257
ccb662fThanks @bkeepers! - Fix incorrect division for milleseconds in JD function (Thanks @dartheditous) -
#253
764b8c0Thanks @bkeepers! - Update T3, R3, 3N2, and 3L2 constituent definitions from TICON manual
@neaps/cli@0.1.1
Patch Changes
- Updated dependencies [
1af0c22]:- @neaps/api@0.5.0
- neaps@0.6.1
@neaps/api@0.5.0
Minor Changes
-
1af0c22Thanks @bkeepers! - Addbboxquery parameter toGET /stationsfor filtering stations by bounding box. Pass a comma-separated stringminLon,minLat,maxLon,maxLatto return only stations within that geographic area.Also allows reserved characters (e.g. commas) in the
queryparameter, enabling searches like"San Francisco, CA".Bump
@neaps/tide-databasedependency to0.7.
Patch Changes
- Updated dependencies [
1af0c22]:- neaps@0.6.1
@neaps/cli@01.0
neaps@0.6.0
Minor Changes
-
#227
b3efa7cThanks @bkeepers! - Add support for subordinate station predictions in the core library.getTimelinePredictionnow supports subordinate stations, producing a continuous timeline by interpolating between offset-adjusted reference station extremes.
Patch Changes
- Updated dependencies [
b3efa7c]:- @neaps/tide-predictor@0.8.0
@neaps/tide-predictor@0.8.0
@neaps/api@0.4.0
Minor Changes
-
#229
42f9e92Thanks @bkeepers! - Add configurable route prefix support tocreateApp().Routes are now defined without a prefix (e.g.
/extremes,/stations) and mounted at a configurableprefixoption (defaults to/tidesfor backward compatibility). Also adds a root/endpoint returning API info, and the OpenAPI spec now includes aserversfield reflecting the configured prefix. -
#227
b3efa7cThanks @bkeepers! - Add support for subordinate station predictions in the API.GET /tides/timelineandGET /tides/waterlevelnow return predictions for subordinate stations instead of a 400 error.
Patch Changes
- Updated dependencies [
b3efa7c]:- neaps@0.6.0