sanjaybansode1 / toll-plazas-india

Dataset of highway toll collection centers published by the NHAI, updated monthly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toll-plazas-india

Toll Plaza data from the National Highways Authority of India. This is scraped from the Toll Information System.

Here's a map

screen shot 2019-01-17 at 6 46 28 pm

Data

  • Contains 468 toll plazas with;
  • Name
  • Location (latitude, longitude)
  • Capital cost in INR Crores
  • Contractor details
  • Cumulative revenue in INR Crores
  • Date of commercial operation
  • Date of fee notification
  • Fee effective date
  • Project type
  • Rates (Car, Bus, 4-6 axle, HCM, LCV, Multiaxle, More than 7 axle)
  • Traffic per day in PCU
  • Target traffic per day in PCU

Auto fetching

The repo uses Github Actions to update the data every month. A new directory is created inside the data folder for each month/day. This does not do any diffing.

Scripts

To update the dataset:

  • Clone this repository. git clone https://github.com/geohacker/toll-plazas-india.git
  • Go inside the repo directory. cd toll-plazas-india
  • Just the fetch and process script. ./fetch-and-process.sh

The individual scripts in the scripts directory are:

License

This data came from NHAI and should ideally be under the Government Open Data License

About

Dataset of highway toll collection centers published by the NHAI, updated monthly.


Languages

Language:JavaScript 84.7%Language:Shell 15.3%