Skip to content

Commit

Permalink
field has been added
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate-Wessel committed Oct 16, 2023
1 parent 7c65331 commit 766dc4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The app can return results in either CSV or JSON format. The fields in either ca
* time range
* date range
* days of week
* holiday inclusion (will be added shortly)
* holiday inclusion

The other fields may require some explanation:

Expand All @@ -39,7 +39,6 @@ The other fields may require some explanation:
| `hoursInRange` | The total number of hours that are theoretically within the scope of this request. This does not imply that data is/was available at all times. It's possible to construct requests with zero hours in range such as e.g `2023-01-01` to `2023-01-02`, Mondays only (There's only one Sunday in that range). Impossible combinations are included in the output for clarity and completeness but are not actually executed against the API and should return an error. |



## Methodology

Data for travel time estimation through the app are sourced from [HERE](https://github.com/CityofToronto/bdit_data-sources/tree/master/here)'s [traffic API](https://developer.here.com/documentation/traffic-api/api-reference.html) and are available back to about 2012. HERE collects data from motor vehicles that report their speed and position to HERE, most likely as a by-poduct of the driver making use of an in-car navigation system connected to the Internet.
Expand Down

0 comments on commit 766dc4d

Please sign in to comment.