Gtfs To HTML Timetables

Usa a generar horarios HTML desde GTFS.

ntizar Updated

File contents

GTFS-to-HTML — horarios legibles desde GTFS

⚠️ Corrección 2026-09-05 (auditoría): claves de config correctas son agencies (array), outputFormat y outputPath; el flag CLI es --configPath. routes:['1'] no es una opción documentada.

Repo: https://github.com/BlinkTagInc/gtfs-to-html (TypeScript, ~228⭐). Docs: gtfstohtml.com/docs/configuration.

When to Use

  • Cuando pidas generar horarios de transporte legibles en HTML desde un feed GTFS.

Uso (API/cli real)

gtfs-to-html --configPath config.json
{
  "agencies": [ { "agency_key":"mi", "url":"http://.../google_transit.zip" } ],
  "outputFormat": "html",        // antes 'format'
  "outputPath": "output"         // antes 'output'
}

Pitfalls

  • Config: agencies (array), outputFormat, outputPath — no agency/format/output.
  • CLI: --configPath, no --config.
  • routes:['1'] no es opción documentada (mirar gtfstohtml.com/docs).

Verificación

  • Correr con --configPath y abrir el HTML de ruta generado.

ntizar/mastermind/tree/main/agent/skills/geospatial/gtfs-to-html-timetables commit 07ddac8c57

Frequently asked questions

npx skillmds@latest add ntizar/gtfs-to-html-timetables