To Replicate: 1. Clone loom and cd into loom. 2. Download GTFS data from [gtfs_rapid_rail_kl.zip](https://api.data.gov.my/gtfs-static/prasarana/?category=rapid-rail-kl) 3. Place gtfs_rapid_rail_kl.zip into `./data`. 3. Build docker image `docker build -t loom ./`. 4. Run interactive shell `docker run -v ./data:/data -it loom sh` 5. Run the command `gtfs2graph /data/gtfs_rapid_rail_kl.zip | loom | transitmap -l > /data/gtfs_rapid_rail_kl.svg` in the interactive container shell. 6. Open the generated svg file in `./data/gtfs_rapid_rail_kl.svg` on the host machine. 7. Notice that names are incomplete. Expected: Correct station names from the [actual map](https://myrapid.com.my/bus-train/rapid-kl/rapid-kl-integrated-transit-map/)