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
24 changes: 12 additions & 12 deletions samples/template/TIDES/datapackage.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "Template TIDES Data Package Example",
"agency": "Transit Agency Name",
"ntd_id": "1234-56",
"profile": "https://raw.githubusercontent.com/TIDES-transit/TIDES/sample-data-doc/spec/tides-datapackage-profile.json",
"profile": "https://raw.githubusercontent.com/TIDES-transit/TIDES/main/spec/tides-datapackage-profile.json",
"licenses": [
{
"name": "Apache-2.0"
Expand All @@ -28,7 +28,7 @@
"name": "devices",
"profile": "tabular-data-resource",
"path": "devices.csv",
"schema": "https://raw.githubusercontent.com/TIDES-transit/TIDES/sample-data-doc/spec/devices.schema.json",
"schema": "https://raw.githubusercontent.com/TIDES-transit/TIDES/main/spec/devices.schema.json",
"sources": [
{
"title": "Where did data come from?",
Expand All @@ -42,7 +42,7 @@
"name": "vehicle_locations",
"profile": "tabular-data-resource",
"path": "vehicle_locations.csv",
"schema": "https://raw.githubusercontent.com/TIDES-transit/TIDES/sample-data-doc/spec/vehicle_locations.schema.json",
"schema": "https://raw.githubusercontent.com/TIDES-transit/TIDES/main/spec/vehicle_locations.schema.json",
"sources": [
{
"title": "Where did data come from?",
Expand All @@ -56,7 +56,7 @@
"name": "fare_transactions",
"profile": "tabular-data-resource",
"path": "fare_transactions.csv",
"schema":"https://raw.githubusercontent.com/TIDES-transit/TIDES/sample-data-doc/spec/fare_transactions.schema.json",
"schema":"https://raw.githubusercontent.com/TIDES-transit/TIDES/main/spec/fare_transactions.schema.json",
"sources": [
{
"title": "Where did data come from?",
Expand All @@ -70,7 +70,7 @@
"name": "train_cars",
"profile": "tabular-data-resource",
"path": "train_cars.csv",
"schema": "https://raw.githubusercontent.com/TIDES-transit/TIDES/sample-data-doc/spec/train_cars.schema.json",
"schema": "https://raw.githubusercontent.com/TIDES-transit/TIDES/main/spec/train_cars.schema.json",
"sources": [
{
"title": "Where did data come from?",
Expand All @@ -84,7 +84,7 @@
"name": "operators",
"profile": "tabular-data-resource",
"path": "operators.csv",
"schema": "https://raw.githubusercontent.com/TIDES-transit/TIDES/sample-data-doc/spec/operators.schema.json",
"schema": "https://raw.githubusercontent.com/TIDES-transit/TIDES/main/spec/operators.schema.json",
"sources": [
{
"title": "Where did data come from?",
Expand All @@ -98,7 +98,7 @@
"name": "stop_visits",
"profile": "tabular-data-resource",
"path": "stop_visits.csv",
"schema": "https://raw.githubusercontent.com/TIDES-transit/TIDES/sample-data-doc/spec/stop_visits.schema.json",
"schema": "https://raw.githubusercontent.com/TIDES-transit/TIDES/main/spec/stop_visits.schema.json",
"sources": [
{
"title": "Where did data come from?",
Expand All @@ -112,7 +112,7 @@
"name": "vehicle_train_cars",
"profile": "tabular-data-resource",
"path": "vehicle_train_cars.csv",
"schema": "https://raw.githubusercontent.com/TIDES-transit/TIDES/sample-data-doc/spec/vehicle_train_cars.schema.json",
"schema": "https://raw.githubusercontent.com/TIDES-transit/TIDES/main/spec/vehicle_train_cars.schema.json",
"sources": [
{
"title": "Where did data come from?",
Expand All @@ -126,7 +126,7 @@
"name": "vehicles",
"profile": "tabular-data-resource",
"path": "vehicles.csv",
"schema": "https://raw.githubusercontent.com/TIDES-transit/TIDES/sample-data-doc/spec/vehicles.schema.json",
"schema": "https://raw.githubusercontent.com/TIDES-transit/TIDES/main/spec/vehicles.schema.json",
"sources": [
{
"title": "Where did data come from?",
Expand All @@ -140,7 +140,7 @@
"name": "trips_performed",
"profile": "tabular-data-resource",
"path": "trips_performed.csv",
"schema": "https://raw.githubusercontent.com/TIDES-transit/TIDES/sample-data-doc/spec/trips_performed.schema.json",
"schema": "https://raw.githubusercontent.com/TIDES-transit/TIDES/main/spec/trips_performed.schema.json",
"sources": [
{
"title": "Where did data come from?",
Expand All @@ -154,7 +154,7 @@
"name": "station_activities",
"profile": "tabular-data-resource",
"path": "station_activities.csv",
"schema": "https://raw.githubusercontent.com/TIDES-transit/TIDES/sample-data-doc/spec/station_activities.schema.json",
"schema": "https://raw.githubusercontent.com/TIDES-transit/TIDES/main/spec/station_activities.schema.json",
"sources": [
{
"title": "Where did data come from?",
Expand All @@ -168,7 +168,7 @@
"name": "passenger_events",
"profile": "tabular-data-resource",
"path": "passenger_events.csv",
"schema": "https://raw.githubusercontent.com/TIDES-transit/TIDES/sample-data-doc/spec/passenger_events.schema.json",
"schema": "https://raw.githubusercontent.com/TIDES-transit/TIDES/main/spec/passenger_events.schema.json",
"sources": [
{
"title": "Where did data come from?",
Expand Down
2 changes: 1 addition & 1 deletion samples/template/TIDES/passenger_events.csv
Original file line number Diff line number Diff line change
@@ -1 +1 @@
passenger_event_id,date,timestamp,trip_id_performed,stop_sequence,event_type,vehicle_id,device_id,train_car_id,stop_id,service_date,passenger_events,event_timestamp
passenger_event_id,service_date,event_timestamp,trip_id_performed,trip_id_scheduled,trip_stop_sequence,scheduled_stop_sequence,event_type,vehicle_id,device_id,train_car_id,stop_id,pattern_id,event_count
2 changes: 1 addition & 1 deletion samples/template/TIDES/stop_visits.csv
Original file line number Diff line number Diff line change
@@ -1 +1 @@
date,trip_id_performed,stop_sequence,vehicle_id,dwell,stop_id,checkpoint,schedule_arrival_time,schedule_departure_time,actual_arrival_time,actual_departure_time,distance,boarding_1,alighting_1,boarding_2,alighting_2,load,door_open,door_close,door_status,ramp_deployed_time,ramp_failure,kneel_deployed_time,lift_deployed_time,bike_rack_deployed,bike_load,revenue,number_of_transactions,transaction_revenue_cash,transaction_revenue_smartcard,transaction_revenue_magcard,transaction_revenue_bankcard,transaction_revenue_nfc,transaction_revenue_optical,transaction_revenue_operator,transaction_revenue_other,transaction_count_cash,transaction_count_smartcard,transaction_count_magcard,transaction_count_bankcard,transaction_count_nfc,transaction_count_optical,transaction_count_operator,transaction_count_other,schedule_relationship,service_date
service_date,trip_id_performed,trip_stop_sequence,scheduled_stop_sequence,pattern_id,vehicle_id,dwell,stop_id,timepoint,schedule_arrival_time,schedule_departure_time,actual_arrival_time,actual_departure_time,distance,boarding_1,alighting_1,boarding_2,alighting_2,departure_load,door_open,door_close,door_status,ramp_deployed_time,ramp_failure,kneel_deployed_time,lift_deployed_time,bike_rack_deployed,bike_load,revenue,number_of_transactions,schedule_relationship