MobilityData / gtfs-realtime-validator

Java-based tool that validates General Transit Feed Specification (GTFS)-realtime feeds
Other
38 stars 9 forks source link

Not wanting to validate the Static GTFS #184

Open Almanes opened 4 months ago

Almanes commented 4 months ago

Summary:

Is there any way to not validate the Static GTFS?

Expected behavior:

Im executing the jar file from a Python script, ive been trying to avoid validating the static GTFS and failed at it, I know it is already validated when it gets to me so i dont need that validation, and i need to do this process really fast.

Even if the way of avoiding this validation is a complete different point of view, i would like to be able to validate the feeds directly. Any idea?

jcpitre commented 2 months ago

Hi @Almanes, can you tell me which jar you are using?