Skip to content

Commit

Permalink
Add ZONES_FT
Browse files Browse the repository at this point in the history
Fixes #4
  • Loading branch information
e-lo committed Nov 16, 2016
1 parent 624ebae commit 0d7ed3b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ Filename | Description
[`fare_rules.txt`](/files/fare_rules.md) | fare rules
[`fare_rules_ft.txt`](/files/fare_rules_ft.md) | additional fare rules
[`fare_transfer_rules_ft.txt`](/files/fare_transfer_rules_ft.md) | fare transfer rules
[`zones_ft.txt`](/files/zones_ft.md) | zone locations

# Fares

Expand Down
21 changes: 21 additions & 0 deletions files/zones_ft.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Zones information

* Filename MUST be `zones_ft.txt`
* File MUST contain a record for every analysis zone.
* 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
---------- | -------------
`zone_id` | ID that uniquely identifies a zone
`zone_lat` | Float. Latitude of zonal centroid or point representing the zone.
`zone_long` | Float. Longitude of zonal centroid or point representing the zone.

File MAY contain the following attributes:

Optional Attributes | Description
---------- | -------------
`zone_name` | Optional name for identification and display purposes.

0 comments on commit 0d7ed3b

Please sign in to comment.