asvechnikov2
asvechnikov2
Hi @e-lo! Thanks for flagging this! As far as I understand `stops.stop_timezones` mustn't be considered when using times from `stop_times` since all values must be provided in `agency.agency_timezone`. Here's a...
> This has been done last year (https://github.com/google/transit/pull/277). ...But, the severity of this rule isn't based on spec use of must or should, because there is no mention of speed...
Hi @isabelle-dr, I'm writing here since it's related to both stop time distance and shapes distance validations. Sorry I skipped reviewing [shapes related validation](https://github.com/MobilityData/gtfs-validator/pull/1083). Now while trying to sync a...
> > * Another observation is that during the implementation there were 175 dataset failing with the new error, which is more than 10% of all datasets. This looks like...
Hi Guillaume, Thanks for reporting this issue! From a brief look, it seems the validator is failing with OutOfMemoryError, I can reproduce it by adding `-Xmx500m` java argument. ``` java...
Hi @isabelle-dr Yes, we require for stations and stops to have stop_name. A thing to note that we don't require this for entrances, do you think entrances must have a...