Tag Archives: github

Accès aux données V’Lille (+ API Python)

Bon, c’est bien joli la carte sur le site de Transpole ( http://vlille.fr/stations/les-stations-vlille.aspx ) mais c’est quand même super triste de ne pas pouvoir avoir accès aux données brutes.

En fait, c’est juste très simple, après 1 minute passée à fouiller le javascript. Voici comment faire, le tout servi en XML :

  • Obtenir la liste des stations avec leur ID et emplacement géographique : http://vlille.fr/stations/xml-stations.aspx
  • Obtenir les infos d’une station en particulier : http://vlille.fr/stations/xml-station.aspx?borne=<ID>

Voilà, rien de plus simple… maintenant, à nous de faire voir qu’on peut intelligemment exploiter les données ouvertes :-)

Mise à jour du 19 Septembre : Je viens d’écrire une API Python pour accéder aux Vlilles Vous pouvez la trouver ici : https://github.com/glibersat/python-vlille

Happy Hacking !

Zen Of Python Poster

The Zen Of Python
The Zen Of Python

I’ve been a long time fan and user of the Python programming language… so I had to show it in the office. I really love the trainspotting-like poster but I wanted also something more zen, something that shows the genius inside this language. Therefore, i’ve just import’d “this” and started to copy and paste some of them in inkscape. Here’s the result. It was never finished, but you know, you’re welcome to send patches :-)

So, here’s the repository, feel free to fork it (CC-BY-SA 3.0) !

https://github.com/glibersat/Zen-Of-Python-Poster

Cheers !