No description
Find a file
stuebinm 0c05c14574 support for platform sections
well this blew the query up ..

it attempts to do two things:
 - find platform sections grouped under platform_edges (important if
   platform sections of adjacent tracks don't line up)
 - if that fails, find any platforms somewhere under the whole platform
   object

This should (hopefully) cover most cases where platform sections are
actually mapped at all.
2024-01-16 01:41:34 +01:00
app support for platform sections 2024-01-16 01:41:34 +01:00
data rewrite it in Haskell 2023-11-14 21:38:36 +01:00
.gitignore rewrite it in Haskell 2023-11-14 21:38:36 +01:00
bahnhof-name.cabal update base / ghc 2023-12-01 12:40:07 +01:00
CHANGELOG.md rewrite it in Haskell 2023-11-14 21:38:36 +01:00
LICENSE rewrite it in Haskell 2023-11-14 21:38:36 +01:00
Readme.md rewrite it in Haskell 2023-11-14 21:38:36 +01:00

bahnhof.name

This repository contains the sources for bahnhof.name, a simple web server which gives helpful information about railway stations in Germany, from both static files & by querying osm for information which are harder/impossible to get via Open Data from DB AG directly.

A note on packaging

Building and packaging this is generally simple as long as you use cabal; however, the fuzzyfind package seems a little out of date. Yet it compiles fine even with newer dependencies, so you may want to disregard its version bounds if that makes things easier for you. An example package done with Nix can be found on my nixfiles.