oeg-upm / gtfs-bench

GTFS-Madrid-Bench: A Benchmark for Knowledge Graph Construction Engines
https://doi.org/10.5281/zenodo.3574492
Apache License 2.0
17 stars 12 forks source link

Add function to process exception_type in calendar_dates GTFS file #94

Closed marioscrock closed 4 years ago

marioscrock commented 4 years ago

L180 exception_type is not of boolean type since it uses 1 and 2 as values in GTFS. This can cause mixed boolean/string values (1 is converted, 2 no). A function is required during lifting to match gtfs:dateAddition range as boolean or the input files should be changed accordingly.

dachafra commented 4 years ago

This issue shouldn't be part of the Knowledge Graph Generation process as it is currently out of the scope of the benchmark, it should be achieved in a pre-processing task of the data (only for original data, gtfs-1)

dachafra commented 4 years ago

to be tested in the generation process by morph-csv + vig

dachafra commented 4 years ago

@daniel-dona could you include this change in the new SQL dump for VIG? the information of the source model is in https://developers.google.com/transit/gtfs/reference?hl=en#calendar_datestxt

dachafra commented 4 years ago

solved for exception_type in the new generator software