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: metrics/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,8 +88,8 @@ An agency may choose to make this endpoint static (and return all the available
88
88
|`curb_place_id`|[UUID][uuid]| Optional | The ID of this single curb place. If specified, only return data contained within this area. Required with `curb_place_type`. |
89
89
|`min_lat`<br/>`min_lng`<br/>`max_lat`<br/>`max_lng`| Numeric | Optional | Specifies a latitude and longitude bounding box. If one of these parameters is specified, all four MUST be. If specified only return Curb Zones that intersect the supplied bounding box. |
90
90
|`lat`<br/>`lng`<br/>`radius`| Numeric | Optional | Specifies a latitude and longitude bounding point and a radius away from that point. If one of these parameters is specified, all three MUST be. Returns only Curb Zones that are within `radius` centimeters of the point identified by `lat`/`lng`. Curb Zones in the response MUST be ordered ascending by distance from the center point. |
91
-
|`start_time`|[Timestamp][ts]| Optional | The start of the time period to return data |
92
-
|`end_time`|[Timestamp][ts]| Optional | The end of the time period to return data |
91
+
|`start_time`|[Timestamp][ts]| Optional | The start of the time period to return data (_inclusive_, see [Range Boundaries](/general-information.md#range-boundaries)). |
92
+
|`end_time`|[Timestamp][ts]| Optional | The end of the time period to return data (_exclusive_, see [Range Boundaries](/general-information.md#range-boundaries)). |
93
93
94
94
[Top][toc]
95
95
@@ -113,8 +113,8 @@ An agency may choose to make this endpoint static (and return all the available
113
113
|`metric_type`| Enum | Optional | The single metric to return from the [Methodology](#methodology): `total_sessions`, `turnover`, `average_dwell_time`, `occupancy_percent`. |
114
114
|`min_lat`<br/>`min_lng`<br/>`max_lat`<br/>`max_lng`| Numeric | Optional | Specifies a latitude and longitude bounding box. If one of these parameters is specified, all four MUST be. If specified only return Curb Zones that intersect the supplied bounding box. |
115
115
|`lat`<br/>`lng`<br/>`radius`| Numeric | Optional | Specifies a latitude and longitude bounding point and a radius away from that point. If one of these parameters is specified, all three MUST be. Returns only Curb Zones that are within `radius` centimeters of the point identified by `lat`/`lng`. Curb Zones in the response MUST be ordered ascending by distance from the center point. |
116
-
|`start_time`|[Timestamp][ts]| Optional | The start of the time period to return data |
117
-
|`end_time`|[Timestamp][ts]| Optional | The end of the time period to return data |
116
+
|`start_time`|[Timestamp][ts]| Optional | The start of the time period to return data (_inclusive_, see [Range Boundaries](/general-information.md#range-boundaries)). |
117
+
|`end_time`|[Timestamp][ts]| Optional | The end of the time period to return data (_exclusive_, see [Range Boundaries](/general-information.md#range-boundaries)). |
0 commit comments