Skip to content

Commit

Permalink
Consolidated KNR and PNR to "drive_access_points_ft.txt" v2.5
Browse files Browse the repository at this point in the history
Fixes #3
  • Loading branch information
e-lo committed Nov 6, 2015
1 parent f3fdb0c commit ca57231
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 31 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

A GTFS-based data transit network data standard suitable for dynamic transit modeling.

**version**: 0.2.4
**version**: 0.2.5
**updated**: 05 November 2015
**created**: 09 July 2015
**authors**:
Expand Down Expand Up @@ -32,6 +32,8 @@ consistent with [GTFS]
- `0.2.2`: updated file names that are not GTFS to ALL have `_ft` extension.
- `0.2.3`: added optional file `bike_access_ft.txt`
- `0.2.4`: decreased ambiguity in `transfers_ft.txt` and changed fields related to schedule creation to be optional.
- `0.2.5`: consolidated `knr_ft.txt` and `pnr_ft.txt` into `drive_access_points_ft.txt`


# Specification

Expand Down Expand Up @@ -64,8 +66,7 @@ Filename | Description
[`transfers_ft.txt`](/files/transfers_ft.md) | additional transit link information
[`drive_access_ft.txt`](/files/drive_access_ft.md) | drive access links
[`bike_access_ft.txt`](/files/bike_access_ft.md) | walk access links
[`pnr_ft.txt`](/files/pnr_ft.md) | park and ride access links
[`knr_ft.txt`](/files/knr_ft.md) | kiss and ride access links
[`drive_access_points_ft.txt`](/files/drive_access_points_ft.md) | park and ride access links
[`shapes.txt`](/files/shapes.md) | transit route shape points
[`fare_attributes.txt`](/files/fare_attributes.md) | fare attributes
[`fare_rules.txt`](/files/fare_rules.md) | fare rules
Expand Down
17 changes: 11 additions & 6 deletions files/pnr_ft.md → files/drive_access_points_ft.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## Park and Ride Lots
Filename: `pnr_ft.txt`
## Drive Access Points
Filename: `drive_access_points_ft.txt`

* Filename MUST be `pnr_ft.txt`
* File MUST contain a record for each park and ride lot.
In order to be connected to the transit system, drive access points must be connected to transit stops in [`transfers_ft.txt`](/files/transfers_ft.md)

* Filename MUST be `drive_access_points_ft.txt`
* File MUST contain a record for each drive access point such as park and ride lots, hide and ride areas, and kiss and ride drop off areas.
* File MUST be a valid CSV file.
* The first line of each file MUST contain case-sensitive field names.
* Field names MUST NOT contain tabs, carriage returns or new lines.
Expand All @@ -20,11 +22,14 @@ File MAY contain the following attributes:
Optional Attributes | Description
---------- | -------------
`name` | String name of the lot.
`capacity` | Integer. Represents number of parking spaces at park and ride. If not specified, assumed to be infinite
`overflow_capacity` | Integer. Represents “hide and ride” or unofficial parking availability in surrounding area. If not specified, assumed to be zero.
`drop_off` | Boolean, if not specified assumed to be true to indicated that drop-off/pick-ups are allowed.
`capacity` | Integer. Represents number of parking spaces at park and ride. If not specified, assumed to be zero.
`hourly_cost` | Integer, cents. Hourly cost to park.
`max_cost` | Integer, cents. Maximum daily cost to park.
`type` | String, with possible values of:
- | surface
- | underground
- | structure
- | street


22 changes: 0 additions & 22 deletions files/knr_ft.md

This file was deleted.

0 comments on commit ca57231

Please sign in to comment.