Skip to content

Instantly share code, notes, and snippets.

View gvensan's full-sized avatar

Giri Venkatesan gvensan

  • Solace
View GitHub Profile

Geo-referenced Indian Railways Data

This gist contains the point coordinates for every single railway station in India as well as the entire Indian railway network.

Point and line coordinates are provided in .geojson format.

Sample

Stations:

{ "type": "Feature", "properties": { "FID": 1, "state": "Rajasthan", "code": "BDHL", "name": "Badhal", "zone": "NWR", "address": "Kishangarh Renwal, Rajasthan", "lat": 27.2520587, "long": 75.4516454 }, "bbox": [ 75.45164540001525210755062289536, 27.252058699749227344000246375799, 75.45164540001525210755062289536, 27.252058699749227344000246375799 ], "geometry": { "type": "Point", "coordinates": [ 75.45164540001525210755062289536, 27.252058699749227344000246375799 ] } },

Geo-referenced Indian Railways Data

This gist contains the point coordinates for every single railway station in India as well as the entire Indian railway network.

Point and line coordinates are provided in .geojson format.

Sample

Stations:

{ "type": "Feature", "properties": { "FID": 1, "state": "Rajasthan", "code": "BDHL", "name": "Badhal", "zone": "NWR", "address": "Kishangarh Renwal, Rajasthan", "lat": 27.2520587, "long": 75.4516454 }, "bbox": [ 75.45164540001525210755062289536, 27.252058699749227344000246375799, 75.45164540001525210755062289536, 27.252058699749227344000246375799 ], "geometry": { "type": "Point", "coordinates": [ 75.45164540001525210755062289536, 27.252058699749227344000246375799 ] } },