From ca572318183a273897a2ec79fb6a4e22ff1492a3 Mon Sep 17 00:00:00 2001 From: e-lo Date: Thu, 5 Nov 2015 18:00:32 -0800 Subject: [PATCH] Consolidated KNR and PNR to "drive_access_points_ft.txt" v2.5 Fixes https://github.com/osplanning-data-standards/GTFS-PLUS/issues/3 --- README.md | 7 +++--- .../{pnr_ft.md => drive_access_points_ft.md} | 17 +++++++++----- files/knr_ft.md | 22 ------------------- 3 files changed, 15 insertions(+), 31 deletions(-) rename files/{pnr_ft.md => drive_access_points_ft.md} (59%) delete mode 100644 files/knr_ft.md diff --git a/README.md b/README.md index 013e34f..da5bc48 100644 --- a/README.md +++ b/README.md @@ -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**: @@ -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 @@ -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 diff --git a/files/pnr_ft.md b/files/drive_access_points_ft.md similarity index 59% rename from files/pnr_ft.md rename to files/drive_access_points_ft.md index 8894400..2d3de2f 100644 --- a/files/pnr_ft.md +++ b/files/drive_access_points_ft.md @@ -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. @@ -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 + + diff --git a/files/knr_ft.md b/files/knr_ft.md deleted file mode 100644 index 2d46abb..0000000 --- a/files/knr_ft.md +++ /dev/null @@ -1,22 +0,0 @@ -## Kiss and Ride Lots -Filename: `knr_ft.txt` - - * Filename MUST be `knr_ft.txt` - * File MUST contain a record for each kiss and ride lot. - * 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. - -File MUST contain the following attributes: - -Required Attributes | Description ----------- | ------------- -`lot_id` | Stop ID -`lot_lat` | Float. Lot location latitude in WGS 84 -`lot_long` | Float. Lot location longitude in WGS 84 - -File MAY contain the following attributes: - -Optional Attributes | Description ----------- | ------------- -`name` | String name of the lot.