Tags

Tags give the ability to mark specific points in history as being important
  • v0.1.0

    pygtfsie 0.1.0
    
    First release. A GTFS static engine: archive acquisition and validation,
    tolerant CSV reading, a normalised SQLite copy of a feed, and a materialised
    departure index answering queries as absolute instants.
    
    No runtime dependencies. GTFS-Realtime decoding is not in this release; the
    realtime extra reserves the dependency for it.
    
    The time model is the reason this exists. Every stop event is resolved to an
    absolute UTC instant at ingest, against a service day anchored at local noon
    minus 43200 seconds, and no SQL statement in the library computes a date.