Skip to content

AFDLab4Dev/AccraMobility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AccraMobility

🚧 ⚠️ This repository has moved to DigitalTransport4Africa GitLab

Context

In this repository you will find all resources available on the project Accra Mobility (previously Accra Mobile) led by Municipality of Accra and AFD (Agence Française de Développement).

More information about the project is here.

Our friends from JungleBus have made a map, you can find it here.

Check AccraMobile3 for more details on methodology :) !

How to get raw data (geojson) ?

Lines have been mapped on OpenStreetMap. The easiest way to get the most up-do-date geojson of Accra's trotro lines is to query them directyly on OpenStreetMap.

How to do it ?

A simple web-app, called overpass-turbo, allows you to do simple queries on OpenStreetMap and download all the data as a GeoJSON file.

You should go to Overpass-Turbo and copy, paste and run the following block:

[out:json];

{{geocodeArea:Greater Accra Region}}->.searchArea;

(
  relation["type"="route"]["bus"="unofficial"](area.searchArea);
);
out body;
>;
out skel qt;

You can also directly click on the following link: https://overpass-turbo.eu/s/tIr

A few other useful requests :

Resources available

  • Map (in SVG)
  • GTFS Data
  • Research papers

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •