hiposfer / o2g

A simple tool to extract GTFS feed from OpenStreetMap.
https://o2g.herokuapp.com/
MIT License
11 stars 2 forks source link

consider storing example result in repo #9

Closed carocad closed 6 years ago

carocad commented 7 years ago

The idea behind this is: result comparison

Every time that the script changes, it should be clear how does this affect the output files. Loading the code into ones head is rather problematic and error prone.

A simple git diff and git log should be enough for evaluating the impact of the changes in the script even without understanding it.

I guess you could use the same saarland file that we have in kamal but that is not necessary at all

mehdisadeghi commented 7 years ago

Very good idea. I though using smallest possible OSM files for tests (and saving time) and I tried Maldive's one, but it lacks so many information that I dropped it. I have to add this to testing (and add some tests).