tlynxmap renders journeys exported from Travelynx to a PNG file.
Optionally, it can filter by time and exclude certain stations. A rendered image might look like this:
Or, in dark mode:
go buildUsage of ./tlynxmap:
-dark
Render using a dark theme
-data string
Travelynx raw data file (default "data.json")
-end string
Include journeys until this date (optional)
-exclude string
File with station name substrings to exclude (optional)
-height uint
Height of the generated image (default 1000)
-hide-attribution
Hide the attribution string (warning: may violate licenses if published)
-output string
Output file for the renderend PNG (default "output.png")
-start string
Include journeys from this date (optional)
-width uint
Width of the generated image (default 1800)

![The same map as above, but in dark mode. The attribution string is different: "Map (c) Carto [CC BY 3.0] Data (c) OSM and contributors, ODbL., rendered using tlynxmap".](/micaplush/tlynxmap/raw/main/example-dark.png)