iRail / stations

A list of all the Belgian stations and their properties used within the iRail project
http://irail.be/stations/NMBS
29 stars 20 forks source link

Different 2.0 distribution strategy #90

Closed pietercolpaert closed 7 years ago

pietercolpaert commented 8 years ago

Today, we distribute the stations list by using composer. Composer then would but a constraint that npm and nodejs are needed to convert the CSV file to JSONLD, which can then be used by various applications.

I would however change the bin/build.js file to generate a lot of files in a dist/ directory in different serializations (linked-csv, json-ld, ntriples, rdfxml, ...) which would be committed within this repository. This way, people can directly access the data without having to compile it everytime.