[Stops] find stops in a GPS coordinates bounding box

Publié le 6 janvier 2017

Voir la réutilisation

Transport for Luxembourg

Transport for Luxembourg is a project initiated by Thierry DEGELING and Daniel DUTON. As a proof of concept, they made a proxy API for Mobiliteit.lu at the Game of Code hackathon. After being awarded 3rd best team at the Hackathon, Digital Lëtzebuerg has given ION Network Solutions (employer of…

31 réutilisations

  • bus
  • mobilite
  • mobiliteit
  • mobility
  • tfl
  • train

Informations

Type
API
Thématique
Autres
ID
586fb95ecc765e1c91a490d9

Publication

Intégrer sur votre site

URL stable

Description

Get bus & train stops by Mobiliteit based on a bounding box in geojson.

Documentation: https://docs.api.tfl.lu/v1/en/RESTAPIs/StopPoint/box.html

Access the API: https://api.tfl.lu/v1/StopPoint/box/:SWlongitude/:SWlatitude/:NElongitude/:NElatitude

Here's an example:

{
    "type": "FeatureCollection",
    "features": [
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [6.101734, 49.528586]
            },
            "properties": {
                "id": 220102013,
                "name": "Bettembourg, Fankenacker"
            }
        }
        ...
    ]
}

Jeux de données utilisés 0

Discussion entre l'organisation et la communauté à propos de cette réutilisation.

Plus de réutilisations

Découvrez davantage de réutilisations.