@geoalgeria/buses
v1.0.0
Published
Algeria's urban bus networks — line-level data (termini, stop counts, communes & transit stations served). First operator: ETUSA (Alger), 50 lines. Multi-operator umbrella. Sourced from fr.wikipedia. JSON, CSV, TypeScript.
Maintainers
Readme
@geoalgeria/buses
Algeria's urban bus networks — as data you can install.
Urban bus lines across Algeria — termini, stop counts, and the communes and transit stations each line serves. A multi-operator dataset; v1 ships 50 ETUSA lines (Alger). Shipped as JSON and CSV. Part of GeoAlgeria.
Operator (source): ETUSA — Établissement de transport urbain et suburbain d'Alger. More cities/operators will be added under the same schema. For intercity coach stations see
@geoalgeria/gares-routieres; for rail/tram/metro see@geoalgeria/ferroviaire.
npm install @geoalgeria/busesimport buses from "@geoalgeria/buses";
const all = buses.lines(); // 50
const etusa = buses.linesByOperator("ETUSA"); // 50
const l1 = buses.lineById("etusa-1"); // El Harrach ↔ Place Aïssat IdirWhat's inside
| Dataset | Count | Notes | | --- | --- | --- | | Urban bus lines | 50 | ETUSA (Alger) — termini, stop count, communes & stations served |
Scope (v1): line-level attributes only. Per-stop and per-line geometry (OSM
route=bus) is deferred to v1.1 — ETUSA-tagged OSM route coverage is currently thin. This covers 50 of ~122 ETUSA passenger lines.wilaya_codeis16(Alger) and joins thegeoalgeriamodel.
Record shape
{
"id": "etusa-1",
"operator": "ETUSA",
"network": "Alger",
"line": "1",
"terminus1": "El Harrach",
"terminus2": "Place Aïssat Idir, via Haï El Badr",
"stops": 16,
"communes_served": ["El Harrach", "Bachdjerrah", "Hussein Dey", "..."],
"stations_served": ["El Harrach Centre", "Haï El Badr", "Les Fusillés", "..."],
"wilaya_code": "16",
"source": "https://fr.wikipedia.org/wiki/Lignes_de_bus_ETUSA_de_1_à_99"
}Source & license
Line data comes from fr.wikipedia (the ETUSA line articles) — licensed CC BY-SA 4.0 (attribution + share-alike). Operator: ETUSA. Package code is MIT; the line data inherits Wikipedia's CC BY-SA — keep attribution and share-alike if you redistribute. Verify with ETUSA for authoritative, current lines.
Made by Yasser's Studio · LinkedIn · X · [email protected]
