KPublicTransport
stations Directory Reference
Directory dependency graph for stations:
Detailed Description
Auxillary Station Data
Some APIs do not provide geo data for their Stations. These are commonly needed to find intersecting providers.
This directory contains processed exports from OpenStreetMap.
The simplest way to export this data is to export the result of a query like this with overpass turbo, and to download the result as GeoJSON.
(
area["ISO3166-1"="RS"];
area["ISO3166-1"="ME"];
area["ISO3166-1"="BA"];
);
(
(
nwr[~"disused:railway|construction:railway|railway"~"station|halt|yard"](area);
);
);
out center;
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:50:52 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:50:52 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.