Skip to content

Latest commit

 

History

History
54 lines (29 loc) · 2.77 KB

README.en.md

File metadata and controls

54 lines (29 loc) · 2.77 KB

es

Analysis of bus e-ticketing information

This repository will contain different ways in which to extract useful information from the raw data provided by the Vice Ministry of Transportation.

References

Request for public information 52544 link link

Response to information request 123747 link

How to use this repository

Put the whole extracted raw dataset on the folder /data/raw from this repository and run the init bash script from the command line. You can check this script comments to get an holistic view of the project.

sh init.sh

Analysis from the dataset

Some preliminary studies seeking to make visible what are the general characteristics of the data.

Generation of route maps according to idrutastation (Itinerary per bus line?) link

PA.I ÑU - IPS: Troncal 1(010C)

Other analyzes carried out by smarter people

If you see someone is missing, please let us know or share your repository here (or on twitter using #OPAMA)

Lucho (Spanish) Repository with all the general information and context of the situation. Datasets, dictionary, context and more.

Karl (Spanish) This repository contains code for an open data analysis of electronic ticketing in Paraguay. This analysis includes exploring the data and visualizing various metrics, such as the number of transactions per day of the week.

Mateo (Spanish) Analysis of transport data for the Asunción metropolitan area. With simple statistics there are some cases that are unreasonable if one thinks of a conventional user. For example, using a bus service 662 times in the same day (particularly on a Sunday).

This repository was created based on https://github.com/dslp/dslp-repo-template