Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions geography/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ Placeholder -- link to schema to be added later.
| `geography_type` | Enum | Optional | Type of geography, e.g. `municipal_boundary` or `council_district`. See [Geography Types](#geography-types). |
| `geography_id` | UUID | Required | Unique ID of geography |
| `geography_json` | UUID | Required | The GeoJSON that defines the geographical coordinates. |
| `effective_date` | [timestamp][ts] | Optional | The date at which a Geography is considered "live". Must be at or after `publish_date`. |
| `publish_date` | [timestamp][ts] | Required | Time that the geography was published, i.e. made immutable |
| `effective_date` | [timestamp][ts] | Optional | The date at which a Geography is considered "live". Must be at or after `published_date`. |
| `published_date` | [timestamp][ts] | Required | Time that the geography was published, i.e. made immutable |
| `prev_geographies` | UUID[] | Optional | Unique IDs of prior geographies replaced by this one |

[Top][toc]
Expand Down Expand Up @@ -198,7 +198,7 @@ Response body:
"geography_type": Enum,
"name": string,
"description": string,
"publish_date": timestamp,
"published_date": timestamp,
"effective_date": timestamp,
"prev_geographies": UUID[],
"geography_json": GeoJSON FeatureCollection
Expand Down
12 changes: 6 additions & 6 deletions geography/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Shows the muncipal boundaries of a regulating entity, which may be larger than t
"name": "Municipal Boundary",
"description": "Full municipal jurisdiction for the combined city/county",
"effective_date": 1570034561834,
"publish_date": 1570035222868,
"published_date": 1570035222868,
"prev_geographies": [
"40d78c83-493f-40ad-8aba-a1ef036c5ffa"
],
Expand Down Expand Up @@ -66,7 +66,7 @@ Boundaries of a city's permitted operating area for provider vehicles.
"name": "Operating Area",
"description": "Municipal permitted operating area for devices",
"effective_date": 1570034561834,
"publish_date": 1570035222868,
"published_date": 1570035222868,
"prev_geographies": [
"6100b029-a943-439c-b344-72bcc8e78d15",
"5ce17f69-d869-4103-b414-9f213fd6347d"
Expand Down Expand Up @@ -95,7 +95,7 @@ Boundaries of one of 9 areas in a city where vehicles can be distibuted and rebl
"name": "Distribution Zone #8",
"description": "Distribution area for reblancing vehicles. One of 9 zones in the city.",
"effective_date": 1570034561834,
"publish_date": 1570035222868,
"published_date": 1570035222868,
"prev_geographies": [
"036e9c50-ae67-4135-a9e1-31df1f76f4a2",
"3198dd92-749f-48e9-93ff-dd6ef4ec4149",
Expand Down Expand Up @@ -125,7 +125,7 @@ Boundaries of areas in a city where vehicles are not allowed be ridden by riders
"name": "Slow Ride Zones",
"description": "Areas where vehicles are to be ridden at a reduced top speed",
"effective_date": 1570034561834,
"publish_date": 1570035222868,
"published_date": 1570035222868,
"geography_json": NO_RIDE_ZONE_GEOGRAPHY
}
}
Expand All @@ -150,7 +150,7 @@ Boundaries of areas in a city where vehicles are to be ridden at a slower top sp
"name": "Operating Area",
"description": "Municipal permitted operating area for devices",
"effective_date": 1570034561834,
"publish_date": 1570035222868,
"published_date": 1570035222868,
"prev_geographies": [
"6100b029-a943-439c-b344-72bcc8e78d15",
"5ce17f69-d869-4103-b414-9f213fd6347d"
Expand Down Expand Up @@ -180,7 +180,7 @@ Designated stoping areas for vehicles. In this example the recommended parking l
"name": "Parking areas",
"description": "Highlands area preferred parking locations",
"effective_date": 1570034561834,
"publish_date": 1570035222868,
"published_date": 1570035222868,
"prev_geographies": [
"789f677f-38eb-4397-a2ec-eca3f5c2ccb7",
"fa4a3d92-706b-4400-8f44-0170b2ad632b",
Expand Down
2 changes: 1 addition & 1 deletion geography/examples/distribution-zone-8.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Distribution Zone #8",
"description": "Distribution area for reblancing vehicles. One of 9 zones in the city.",
"effective_date": 1570034561834,
"publish_date": 1570035222868,
"published_date": 1570035222868,
"prev_geographies": [
"036e9c50-ae67-4135-a9e1-31df1f76f4a2",
"3198dd92-749f-48e9-93ff-dd6ef4ec4149",
Expand Down
12 changes: 6 additions & 6 deletions geography/examples/geographies.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "Municipal Boundary",
"description": "Full municipal jurisdiction for the combined city/county",
"effective_date": 1570034561834,
"publish_date": 1570035222868,
"published_date": 1570035222868,
"prev_geographies": [
"40d78c83-493f-40ad-8aba-a1ef036c5ffa"
],
Expand Down Expand Up @@ -215,7 +215,7 @@
"name": "Operating Area",
"description": "Municipal permitted operating area for devices",
"effective_date": 1570034561834,
"publish_date": 1570035222868,
"published_date": 1570035222868,
"prev_geographies": [
"6100b029-a943-439c-b344-72bcc8e78d15",
"5ce17f69-d869-4103-b414-9f213fd6347d"
Expand Down Expand Up @@ -15457,7 +15457,7 @@
"name": "Distribution Zone #8",
"description": "Distribution area for reblancing vehicles. One of 9 zones in the city.",
"effective_date": 1570034561834,
"publish_date": 1570035222868,
"published_date": 1570035222868,
"prev_geographies": [
"036e9c50-ae67-4135-a9e1-31df1f76f4a2",
"3198dd92-749f-48e9-93ff-dd6ef4ec4149",
Expand Down Expand Up @@ -17297,7 +17297,7 @@
"name": "No Ride Zones",
"description": "Areas where vehicles are not allowed to be ridden",
"effective_date": 1570034561834,
"publish_date": 1570035222868,
"published_date": 1570035222868,
"prev_geographies": [
"40d78c83-493f-40ad-8aba-a1ef036c5ffa"
],
Expand Down Expand Up @@ -17851,7 +17851,7 @@
"name": "Slow Ride Zones",
"description": "Areas where vehicles are to be ridden at a reduced top speed",
"effective_date": 1570034561834,
"publish_date": 1570035222868,
"published_date": 1570035222868,
"geography_json": {
"type": "FeatureCollection",
"name": "slow-ride-zone",
Expand Down Expand Up @@ -19862,7 +19862,7 @@
"name": "Parking areas",
"description": "Highlands area preferred parking locations",
"effective_date": 1570034561834,
"publish_date": 1570035222868,
"published_date": 1570035222868,
"prev_geographies": [
"789f677f-38eb-4397-a2ec-eca3f5c2ccb7",
"fa4a3d92-706b-4400-8f44-0170b2ad632b",
Expand Down
2 changes: 1 addition & 1 deletion geography/examples/municipal-boundary.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Municipal Boundary",
"description": "Full municipal jurisdiction for the combined city/county",
"effective_date": 1570034561834,
"publish_date": 1570035222868,
"published_date": 1570035222868,
"prev_geographies": [
"40d78c83-493f-40ad-8aba-a1ef036c5ffa"
],
Expand Down
2 changes: 1 addition & 1 deletion geography/examples/no-ride-zone.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "No Ride Zones",
"description": "Areas where vehicles are not allowed to be ridden",
"effective_date": 1570034561834,
"publish_date": 1570035222868,
"published_date": 1570035222868,
"prev_geographies": [
"40d78c83-493f-40ad-8aba-a1ef036c5ffa"
],
Expand Down
2 changes: 1 addition & 1 deletion geography/examples/operating-area.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Operating Area",
"description": "Municipal permitted operating area for devices",
"effective_date": 1570034561834,
"publish_date": 1570035222868,
"published_date": 1570035222868,
"prev_geographies": [
"6100b029-a943-439c-b344-72bcc8e78d15",
"5ce17f69-d869-4103-b414-9f213fd6347d"
Expand Down
2 changes: 1 addition & 1 deletion geography/examples/slow-ride-zone.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Slow Ride Zones",
"description": "Areas where vehicles are to be ridden at a reduced top speed",
"effective_date": 1570034561834,
"publish_date": 1570035222868,
"published_date": 1570035222868,
"geography_json": {
"type": "FeatureCollection",
"name": "slow-ride-zone",
Expand Down
2 changes: 1 addition & 1 deletion geography/examples/stop.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Parking areas",
"description": "Highlands area preferred parking locations",
"effective_date": 1570034561834,
"publish_date": 1570035222868,
"published_date": 1570035222868,
"prev_geographies": [
"789f677f-38eb-4397-a2ec-eca3f5c2ccb7",
"fa4a3d92-706b-4400-8f44-0170b2ad632b",
Expand Down