Skip to content

Instantly share code, notes, and snippets.

@HarryStevens
Last active April 25, 2018 22:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HarryStevens/2fb3dce0b9f4930be9141bc6f418994f to your computer and use it in GitHub Desktop.
Save HarryStevens/2fb3dce0b9f4930be9141bc6f418994f to your computer and use it in GitHub Desktop.
Swiftmap Bubbles & Layers
license: gpl-3.0
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 0;
font-family: "Helvetica Neue", sans-serif;
}
#select-wrapper {
position: absolute;
padding: 5px;
background: rgba(255, 255, 255, .75);
}
#select-wrapper .select-title {
font-size: .8em;
}
#map {
width: 100%;
height: 100vh;
}
#map .polygon {
fill: #fff;
stroke: #555;
}
</style>
</head>
<body>
<div id="map"></div>
<!-- Modules for d3-request and d3-queue -->
<script src="https://d3js.org/d3-collection.v1.min.js"></script>
<script src="https://d3js.org/d3-dispatch.v1.min.js"></script>
<script src="https://d3js.org/d3-dsv.v1.min.js"></script>
<script src="https://d3js.org/d3-request.v1.min.js"></script>
<script src="https://d3js.org/d3-queue.v3.min.js"></script>
<script src="https://unpkg.com/swiftmap@0.1.23/dist/swiftmap.min.js"></script>
<script>
// Create the map.
var map = swiftmap.map("#map");
// Set up a scheme for each visual property.
var schemeRadius = swiftmap.schemeContinuous()
.from(d => d.student_teacher_ratio)
.to([1, 30]);
var schemeFill = swiftmap.schemeCategorical()
.from(d => d.most_urgent)
.to({
"TRUE": "#e74c3c",
"FALSE": "rgb(119, 119, 119)"
});
var schemeStroke = swiftmap.schemeCategorical()
.from(d => d.most_urgent)
.to({
"TRUE": "rgb(191, 39, 24)",
"FALSE": "rgb(51, 51, 51)"
});
var schemeOpacity = swiftmap.schemeCategorical()
.from(d => d.most_urgent)
.to({
"TRUE": .9,
"FALSE": .4
});
d3.queue()
.defer(d3.json, "delhi_1997-2012_district.json") // polygons data
.defer(d3.json, "new_schools.json") // points data
.defer(d3.csv, "schools.csv") // tabular data
.await(ready);
function ready(error, districts, schools, data){
// Add data to each scheme.
schemeRadius.data(data, d => +d.edudel_code);
schemeFill.data(data, d => +d.edudel_code);
schemeStroke.data(data, d => +d.edudel_code);
schemeOpacity.data(data, d => +d.edudel_code);
// Add geospatial data to your map.
// Then draw the polygons and bubbles.
map
.layerPolygons(districts)
.draw()
.layerPoints(schools, d => +d.properties.edudel_code)
.drawPoints();
// Add the schemes to the bubbles for styling.
map.layers[1].points
.attr("r", schemeRadius)
.style("fill", schemeFill)
.style("stroke", schemeStroke)
.style("opacity", schemeOpacity);
// It's easy to resize a Swiftmap.
window.onresize = () => map.resize();
}
</script>
</body>
</html>
Display the source blob
Display the rendered blob
Raw
{
"type": "Topology",
"arcs": [],
"objects": {
"places": {
"type": "GeometryCollection",
"geometries": [{
"type": "Point",
"coordinates": [77.196767, 28.748972],
"properties": {
"cartodb_id": 274,
"edudel_code": 1207116,
"distname": "NORTH DELHI",
"pincode": 110084,
"school_code": "7020100703",
"school_name": "Govt. Boys Sec. School, Burari, Delhi",
"village_name": "7-BURARI",
"lat": 28.74897173,
"lng": 77.19676733,
"most_urgent": false,
"students": 1502,
"student_teacher_ratio": 33.37777778
}
}, {
"type": "Point",
"coordinates": [77.209532, 28.701159],
"properties": {
"cartodb_id": 323,
"edudel_code": 1309027,
"distname": "NORTH WEST DELHI",
"pincode": 110009,
"school_code": "7010101202",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Guru Teg Bahadur Nagar, Delhi",
"village_name": "012-G.T.B. NAGAR",
"lat": 28.7011589,
"lng": 77.20953237,
"most_urgent": true,
"students": 2368,
"student_teacher_ratio": 32.88888889
}
}, {
"type": "Point",
"coordinates": [77.205233, 28.51818],
"properties": {
"cartodb_id": 848,
"edudel_code": 1923063,
"distname": "SOUTH DELHI",
"pincode": 110047,
"school_code": "7090117501",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Aya Nagar New Delhi",
"village_name": "175-AAYA NAGAR",
"lat": 28.51817973,
"lng": 77.20523267,
"most_urgent": false,
"students": 1837,
"student_teacher_ratio": 29.15873016
}
}, {
"type": "Point",
"coordinates": [77.219244, 28.587973],
"properties": {
"cartodb_id": 966,
"edudel_code": 2026005,
"distname": "NEW DELHI",
"pincode": 110003,
"school_code": "070501ND403",
"school_name": "Govt. Sarvodaya Vidyalaya, Jor Bagh, New Delhi",
"village_name": "NDMC-CHARGE NO.4",
"lat": 28.58797267,
"lng": 77.21924355,
"most_urgent": false,
"students": 1139,
"student_teacher_ratio": 19.98245614
}
}, {
"type": "Point",
"coordinates": [77.289827, 28.667306],
"properties": {
"cartodb_id": 1,
"edudel_code": 1001001,
"distname": "EAST DELHI",
"pincode": 110032,
"school_code": "7040123707",
"school_name": "Govt. Sarvodaya Bal Vidyalaya (Babu Ram), Bhola Nath Nagar, Shahadara, Delhi",
"village_name": "237-SHAHDARA",
"lat": 28.66730577,
"lng": 77.28982717,
"most_urgent": false,
"students": 959,
"student_teacher_ratio": 23.3902439
}
}, {
"type": "Point",
"coordinates": [77.317967, 28.668428],
"properties": {
"cartodb_id": 2,
"edudel_code": 1001002,
"distname": "EAST DELHI",
"pincode": 110095,
"school_code": "7040123806",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Near Ram Mandir, Vivek Vihar, Delhi",
"village_name": "238-JHIL MIL",
"lat": 28.6684278,
"lng": 77.31796661,
"most_urgent": false,
"students": 2008,
"student_teacher_ratio": 31.87301587
}
}, {
"type": "Point",
"coordinates": [77.280696, 28.666709],
"properties": {
"cartodb_id": 3,
"edudel_code": 1001004,
"distname": "EAST DELHI",
"pincode": 110051,
"school_code": "7040123503",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Kanti Nagar, Delhi",
"village_name": "235-AZAD NAGAR",
"lat": 28.66670886,
"lng": 77.28069572,
"most_urgent": true,
"students": 1612,
"student_teacher_ratio": 29.85185185
}
}, {
"type": "Point",
"coordinates": [77.305509, 28.657456],
"properties": {
"cartodb_id": 4,
"edudel_code": 1001006,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040122601",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, A-Block, Surajmal Vihar, Delhi",
"village_name": "226-VISHWAS NAGAR",
"lat": 28.65745551,
"lng": 77.30550888,
"most_urgent": false,
"students": 1344,
"student_teacher_ratio": 27.42857143
}
}, {
"type": "Point",
"coordinates": [77.288878, 28.666429],
"properties": {
"cartodb_id": 5,
"edudel_code": 1001008,
"distname": "EAST DELHI",
"pincode": 110032,
"school_code": "7040123706",
"school_name": "Govt. Sarvodaya Bal Vidyalaya No.1, Bhola Nath Nagar, Delhi",
"village_name": "237-SHAHDARA",
"lat": 28.66642936,
"lng": 77.28887846,
"most_urgent": false,
"students": 640,
"student_teacher_ratio": 24.61538462
}
}, {
"type": "Point",
"coordinates": [77.316268, 28.652589],
"properties": {
"cartodb_id": 6,
"edudel_code": 1001009,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040122502",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Anand Vihar (Near Railway Station), Delhi",
"village_name": "225-ANAND VIHAR",
"lat": 28.65258927,
"lng": 77.3162682,
"most_urgent": false,
"students": 1780,
"student_teacher_ratio": 29.18032787
}
}, {
"type": "Point",
"coordinates": [77.290262, 28.667486],
"properties": {
"cartodb_id": 7,
"edudel_code": 1001010,
"distname": "EAST DELHI",
"pincode": 110032,
"school_code": "7040123705",
"school_name": "Govt. Boys Sr. Sec. School No.3, Bhola Nath Nagar, Shahadara, Delhi",
"village_name": "237-SHAHDARA",
"lat": 28.66748592,
"lng": 77.29026194,
"most_urgent": false,
"students": 869,
"student_teacher_ratio": 21.725
}
}, {
"type": "Point",
"coordinates": [77.305419, 28.668817],
"properties": {
"cartodb_id": 8,
"edudel_code": 1001012,
"distname": "EAST DELHI",
"pincode": 110095,
"school_code": "7040123804",
"school_name": "Govt. Boys Sec. School, C-Block , Vivek Vihar, Delhi",
"village_name": "238-JHIL MIL",
"lat": 28.66881733,
"lng": 77.30541861,
"most_urgent": false,
"students": 557,
"student_teacher_ratio": 25.31818182
}
}, {
"type": "Point",
"coordinates": [77.288839, 28.666115],
"properties": {
"cartodb_id": 9,
"edudel_code": 1001018,
"distname": "EAST DELHI",
"pincode": 110032,
"school_code": "7040123704",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.1, Bhola Nath Nagar, Shahadara, Delhi",
"village_name": "237-SHAHDARA",
"lat": 28.66611499,
"lng": 77.28883904,
"most_urgent": false,
"students": 1579,
"student_teacher_ratio": 25.8852459
}
}, {
"type": "Point",
"coordinates": [77.289592, 28.667451],
"properties": {
"cartodb_id": 10,
"edudel_code": 1001020,
"distname": "EAST DELHI",
"pincode": 110032,
"school_code": "7040123703",
"school_name": "Govt. Girls Sr. Sec. School No.2, Bhola Nath Nagar, Shahadara, Delhi",
"village_name": "237-SHAHDARA",
"lat": 28.6674511,
"lng": 77.28959238,
"most_urgent": false,
"students": 474,
"student_teacher_ratio": 16.92857143
}
}, {
"type": "Point",
"coordinates": [77.305061, 28.669411],
"properties": {
"cartodb_id": 11,
"edudel_code": 1001022,
"distname": "EAST DELHI",
"pincode": 110095,
"school_code": "7040123805",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.1, C-Block, Vivek Vihar, Delhi",
"village_name": "238-JHIL MIL",
"lat": 28.66941069,
"lng": 77.30506118,
"most_urgent": false,
"students": 2459,
"student_teacher_ratio": 29.62650602
}
}, {
"type": "Point",
"coordinates": [77.290489, 28.6675],
"properties": {
"cartodb_id": 12,
"edudel_code": 1001023,
"distname": "EAST DELHI",
"pincode": 110032,
"school_code": "7040123702",
"school_name": "Govt. Girls Sr. Sec. School No.3, Bhola Nath Nagar, Shahadara, Delhi",
"village_name": "237-SHAHDARA",
"lat": 28.6674998,
"lng": 77.29048903,
"most_urgent": false,
"students": 646,
"student_teacher_ratio": 21.53333333
}
}, {
"type": "Point",
"coordinates": [77.280525, 28.666385],
"properties": {
"cartodb_id": 13,
"edudel_code": 1001024,
"distname": "EAST DELHI",
"pincode": 110051,
"school_code": "7040123501",
"school_name": "Govt. Girls Sr. Sec. School, Kanti Nagar, Delhi",
"village_name": "235-AZAD NAGAR",
"lat": 28.66638532,
"lng": 77.28052512,
"most_urgent": false,
"students": 1702,
"student_teacher_ratio": 28.84745763
}
}, {
"type": "Point",
"coordinates": [77.30922, 28.670135],
"properties": {
"cartodb_id": 14,
"edudel_code": 1001026,
"distname": "EAST DELHI",
"pincode": 110095,
"school_code": "7040123802",
"school_name": "Govt. Girls Sr. Sec. School, Jhilmil Colony, Vivek Vihar, Phase-II, Delhi",
"village_name": "238-JHIL MIL",
"lat": 28.67013518,
"lng": 77.30921967,
"most_urgent": false,
"students": 1065,
"student_teacher_ratio": 27.30769231
}
}, {
"type": "Point",
"coordinates": [77.305991, 28.6572],
"properties": {
"cartodb_id": 15,
"edudel_code": 1001102,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040122603",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Surajmal Vihar, Delhi",
"village_name": "226-VISHWAS NAGAR",
"lat": 28.65720002,
"lng": 77.30599078,
"most_urgent": false,
"students": 1341,
"student_teacher_ratio": 25.78846154
}
}, {
"type": "Point",
"coordinates": [77.307908, 28.665871],
"properties": {
"cartodb_id": 16,
"edudel_code": 1001104,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040122604",
"school_name": "Rajkiya Pratibha Vikas Vidyalaya, Surajmal Vihar, Delhi",
"village_name": "226-VISHWAS NAGAR",
"lat": 28.66587096,
"lng": 77.30790799,
"most_urgent": false,
"students": 796,
"student_teacher_ratio": 18.95238095
}
}, {
"type": "Point",
"coordinates": [77.309174, 28.670539],
"properties": {
"cartodb_id": 17,
"edudel_code": 1001105,
"distname": "EAST DELHI",
"pincode": 110095,
"school_code": "7040123801",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Jhilmil Colony, Delhi",
"village_name": "238-JHIL MIL",
"lat": 28.67053939,
"lng": 77.30917356,
"most_urgent": false,
"students": 1408,
"student_teacher_ratio": 26.07407407
}
}, {
"type": "Point",
"coordinates": [77.301196, 28.652875],
"properties": {
"cartodb_id": 18,
"edudel_code": 1001106,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040122504",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Kiran Vihar, Delhi",
"village_name": "225-ANAND VIHAR",
"lat": 28.65287457,
"lng": 77.30119582,
"most_urgent": false,
"students": 1210,
"student_teacher_ratio": 28.13953488
}
}, {
"type": "Point",
"coordinates": [77.30159, 28.652673],
"properties": {
"cartodb_id": 19,
"edudel_code": 1001109,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040122503",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Kiran Vihar, Delhi",
"village_name": "225-ANAND VIHAR",
"lat": 28.65267268,
"lng": 77.30159036,
"most_urgent": false,
"students": 1224,
"student_teacher_ratio": 27.81818182
}
}, {
"type": "Point",
"coordinates": [77.272675, 28.659612],
"properties": {
"cartodb_id": 20,
"edudel_code": 1001110,
"distname": "EAST DELHI",
"pincode": 110031,
"school_code": "7040123602",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Rajgarh Colony, Delhi",
"village_name": "236-RAGHUVARPURA",
"lat": 28.65961189,
"lng": 77.27267488,
"most_urgent": false,
"students": 1176,
"student_teacher_ratio": 27.34883721
}
}, {
"type": "Point",
"coordinates": [77.309358, 28.670399],
"properties": {
"cartodb_id": 21,
"edudel_code": 1001111,
"distname": "EAST DELHI",
"pincode": 110095,
"school_code": "7040123803",
"school_name": "Govt. Girls Sr. Sec. School, Jhilmil Colony, Delhi",
"village_name": "238-JHIL MIL",
"lat": 28.67039865,
"lng": 77.30935829,
"most_urgent": false,
"students": 1025,
"student_teacher_ratio": 22.2826087
}
}, {
"type": "Point",
"coordinates": [77.288533, 28.671041],
"properties": {
"cartodb_id": 22,
"edudel_code": 1001151,
"distname": "EAST DELHI",
"pincode": 110032,
"school_code": "7040123701",
"school_name": "Govt. Co-ed. Sec. School, Teliwara, Shahdara, Delhi",
"village_name": "237-SHAHDARA",
"lat": 28.67104097,
"lng": 77.2885332,
"most_urgent": false,
"students": 315,
"student_teacher_ratio": 18.52941176
}
}, {
"type": "Point",
"coordinates": [77.27803, 28.663292],
"properties": {
"cartodb_id": 23,
"edudel_code": 1001194,
"distname": "EAST DELHI",
"pincode": 110051,
"school_code": "7040123502",
"school_name": "Govt. Co-ed. Sec. School, West Azad Nagar, Delhi",
"village_name": "235-AZAD NAGAR",
"lat": 28.6632924,
"lng": 77.2780303,
"most_urgent": false,
"students": 640,
"student_teacher_ratio": 26.66666667
}
}, {
"type": "Point",
"coordinates": [77.295583, 28.661625],
"properties": {
"cartodb_id": 24,
"edudel_code": 1001196,
"distname": "EAST DELHI",
"pincode": 110032,
"school_code": "7040122602",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Vishwas Nagar, Delhi",
"village_name": "226-VISHWAS NAGAR",
"lat": 28.66162547,
"lng": 77.2955829,
"most_urgent": false,
"students": 1038,
"student_teacher_ratio": 22.08510638
}
}, {
"type": "Point",
"coordinates": [77.295145, 28.66154],
"properties": {
"cartodb_id": 25,
"edudel_code": 1001204,
"distname": "EAST DELHI",
"pincode": 110032,
"school_code": "7040122605",
"school_name": "Govt. Boys Sr. Sec. School, Vishwas Nagar, Delhi",
"village_name": "226-VISHWAS NAGAR",
"lat": 28.66154032,
"lng": 77.29514503,
"most_urgent": false,
"students": 705,
"student_teacher_ratio": 23.5
}
}, {
"type": "Point",
"coordinates": [77.316344, 28.65251],
"properties": {
"cartodb_id": 26,
"edudel_code": 1001208,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040122505",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Anand Vihar, Near Railway Station, Delhi",
"village_name": "225-ANAND VIHAR",
"lat": 28.6525104,
"lng": 77.31634359,
"most_urgent": false,
"students": 1108,
"student_teacher_ratio": 27.02439024
}
}, {
"type": "Point",
"coordinates": [77.298064, 28.63068],
"properties": {
"cartodb_id": 27,
"edudel_code": 1002001,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040121803",
"school_name": "Govt. Sarvodaya Bal Vidyalaya (Veer Udham Singh), I.P. Extn, Mandawali, Delhi",
"village_name": "218-MANDAVALI",
"lat": 28.63067955,
"lng": 77.29806439,
"most_urgent": false,
"students": 1243,
"student_teacher_ratio": 23.01851852
}
}, {
"type": "Point",
"coordinates": [77.2909, 28.614006],
"properties": {
"cartodb_id": 28,
"edudel_code": 1002002,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040122005",
"school_name": "Govt. Sarvodaya Bal Vidyalaya (Genda Lal Dixit), Patpar Ganj, Delhi",
"village_name": "220-PATPARGANJ",
"lat": 28.6140064,
"lng": 77.29089993,
"most_urgent": false,
"students": 1819,
"student_teacher_ratio": 32.48214286
}
}, {
"type": "Point",
"coordinates": [77.309224, 28.61979],
"properties": {
"cartodb_id": 29,
"edudel_code": 1002003,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040121909",
"school_name": "Govt. Sarvodaya Bal Vidyalaya (Raj Bihari Bose), Kalyanvas, Delhi",
"village_name": "219-MAYUR VIHAR PHASE-II",
"lat": 28.61979034,
"lng": 77.30922361,
"most_urgent": false,
"students": 1717,
"student_teacher_ratio": 26.828125
}
}, {
"type": "Point",
"coordinates": [77.284789, 28.634361],
"properties": {
"cartodb_id": 30,
"edudel_code": 1002004,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040122302",
"school_name": "Govt. Sarvodaya Bal Vidyalaya No.2 (Ishwar Chand), Shakarpur, Delhi",
"village_name": "223-SHAKARPUR",
"lat": 28.63436138,
"lng": 77.28478859,
"most_urgent": false,
"students": 1825,
"student_teacher_ratio": 33.7962963
}
}, {
"type": "Point",
"coordinates": [77.297518, 28.62165],
"properties": {
"cartodb_id": 31,
"edudel_code": 1002005,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040121701",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, West Vinod Nagar, Delhi",
"village_name": "217-VINOD NAGAR",
"lat": 28.62164984,
"lng": 77.29751809,
"most_urgent": false,
"students": 1677,
"student_teacher_ratio": 39
}
}, {
"type": "Point",
"coordinates": [77.302513, 28.609898],
"properties": {
"cartodb_id": 32,
"edudel_code": 1002006,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040120902",
"school_name": "Govt. Sarvodaya Bal Vidyalaya (Prem Chand), Mayur Vihar, Phase I, Pkt. II, Delhi",
"village_name": "209-MAYUR VIHAR PHASE-I",
"lat": 28.60989819,
"lng": 77.30251337,
"most_urgent": false,
"students": 2346,
"student_teacher_ratio": 35.54545455
}
}, {
"type": "Point",
"coordinates": [77.305436, 28.621078],
"properties": {
"cartodb_id": 33,
"edudel_code": 1002007,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040121908",
"school_name": "Govt. Sarvodaya Bal Vidyalaya (Jai Prakash Narayan), East Vinod Nagar, Delhi",
"village_name": "219-MAYUR VIHAR PHASE-II",
"lat": 28.62107819,
"lng": 77.30543587,
"most_urgent": false,
"students": 2115,
"student_teacher_ratio": 31.10294118
}
}, {
"type": "Point",
"coordinates": [77.319288, 28.614506],
"properties": {
"cartodb_id": 34,
"edudel_code": 1002008,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040121301",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Kalyan Puri, Delhi",
"village_name": "213-KALYAN PURI",
"lat": 28.61450553,
"lng": 77.31928826,
"most_urgent": false,
"students": 1565,
"student_teacher_ratio": 24.07692308
}
}, {
"type": "Point",
"coordinates": [77.30614, 28.604538],
"properties": {
"cartodb_id": 35,
"edudel_code": 1002010,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040120904",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Trilokpuri, Block 20, Delhi",
"village_name": "209-MAYUR VIHAR PHASE-I",
"lat": 28.60453808,
"lng": 77.30613999,
"most_urgent": true,
"students": 1896,
"student_teacher_ratio": 32.68965517
}
}, {
"type": "Point",
"coordinates": [77.314689, 28.618034],
"properties": {
"cartodb_id": 36,
"edudel_code": 1002012,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040121901",
"school_name": "Govt. Boys Sr. Sec. School, Khichripur, Delhi",
"village_name": "219-MAYUR VIHAR PHASE-II",
"lat": 28.61803404,
"lng": 77.31468874,
"most_urgent": false,
"students": 776,
"student_teacher_ratio": 28.74074074
}
}, {
"type": "Point",
"coordinates": [77.32138, 28.608864],
"properties": {
"cartodb_id": 37,
"edudel_code": 1002013,
"distname": "EAST DELHI",
"pincode": 110096,
"school_code": "7040121403",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Dallupura, Delhi",
"village_name": "214-KHICHRI PUR",
"lat": 28.60886386,
"lng": 77.32138046,
"most_urgent": true,
"students": 2272,
"student_teacher_ratio": 34.42424242
}
}, {
"type": "Point",
"coordinates": [77.333117, 28.604063],
"properties": {
"cartodb_id": 38,
"edudel_code": 1002014,
"distname": "EAST DELHI",
"pincode": 110096,
"school_code": "7040121505",
"school_name": "Govt. Boys Sr. Sec. School, B-Block ,New Kondli Delhi",
"village_name": "215-KONDLI",
"lat": 28.60406299,
"lng": 77.33311721,
"most_urgent": true,
"students": 3115,
"student_teacher_ratio": 33.13829787
}
}, {
"type": "Point",
"coordinates": [77.302992, 28.617639],
"properties": {
"cartodb_id": 39,
"edudel_code": 1002015,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040121907",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Mayur Vihar, Phase II, Pocket-B, Delhi",
"village_name": "219-MAYUR VIHAR PHASE-II",
"lat": 28.61763887,
"lng": 77.30299167,
"most_urgent": false,
"students": 894,
"student_teacher_ratio": 23.52631579
}
}, {
"type": "Point",
"coordinates": [77.294277, 28.602736],
"properties": {
"cartodb_id": 40,
"edudel_code": 1002016,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040122004",
"school_name": "Govt. Sarvodaya Bal Vidyalaya (Shaheed Capt.Hanifuddin) Mayur Vihar Ph-I Pocket-IV, Delhi",
"village_name": "220-PATPARGANJ",
"lat": 28.60273634,
"lng": 77.29427713,
"most_urgent": false,
"students": 1156,
"student_teacher_ratio": 31.24324324
}
}, {
"type": "Point",
"coordinates": [77.319062, 28.614056],
"properties": {
"cartodb_id": 41,
"edudel_code": 1002020,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040121304",
"school_name": "Govt. Boys Sr. Sec. School, Kalyanpuri, Delhi",
"village_name": "213-KALYAN PURI",
"lat": 28.61405624,
"lng": 77.31906206,
"most_urgent": false,
"students": 947,
"student_teacher_ratio": 30.5483871
}
}, {
"type": "Point",
"coordinates": [77.319125, 28.614195],
"properties": {
"cartodb_id": 42,
"edudel_code": 1002022,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040121303",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Mother Teresa), Kalyanpuri, Delhi",
"village_name": "213-KALYAN PURI",
"lat": 28.61419536,
"lng": 77.31912454,
"most_urgent": true,
"students": 2145,
"student_teacher_ratio": 26.48148148
}
}, {
"type": "Point",
"coordinates": [77.297779, 28.63097],
"properties": {
"cartodb_id": 43,
"edudel_code": 1002023,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040121802",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Mandawali Fazalpur, Delhi",
"village_name": "218-MANDAVALI",
"lat": 28.63096971,
"lng": 77.29777861,
"most_urgent": false,
"students": 1451,
"student_teacher_ratio": 21.65671642
}
}, {
"type": "Point",
"coordinates": [77.305588, 28.606148],
"properties": {
"cartodb_id": 44,
"edudel_code": 1002024,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040121104",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Trilokpuri, Block -27, Delhi",
"village_name": "211-TRILOK PURI",
"lat": 28.60614757,
"lng": 77.30558813,
"most_urgent": false,
"students": 2422,
"student_teacher_ratio": 26.61538462
}
}, {
"type": "Point",
"coordinates": [77.306446, 28.604778],
"properties": {
"cartodb_id": 45,
"edudel_code": 1002025,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040120903",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Sharda Sen), Trilokpuri, Block 20, Delhi",
"village_name": "209-MAYUR VIHAR PHASE-I",
"lat": 28.60477816,
"lng": 77.30644554,
"most_urgent": true,
"students": 2216,
"student_teacher_ratio": 27.02439024
}
}, {
"type": "Point",
"coordinates": [77.322717, 28.613496],
"properties": {
"cartodb_id": 46,
"edudel_code": 1002026,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040121504",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Jeeja Bai), Kondli, Near Kalyanpuri Bus Terminal, Delhi",
"village_name": "215-KONDLI",
"lat": 28.61349559,
"lng": 77.32271686,
"most_urgent": true,
"students": 2961,
"student_teacher_ratio": 32.18478261
}
}, {
"type": "Point",
"coordinates": [77.32069, 28.608343],
"properties": {
"cartodb_id": 47,
"edudel_code": 1002027,
"distname": "EAST DELHI",
"pincode": 110096,
"school_code": "7040121402",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Dallupura, Delhi",
"village_name": "214-KHICHRI PUR",
"lat": 28.60834295,
"lng": 77.32069012,
"most_urgent": true,
"students": 2730,
"student_teacher_ratio": 32.89156627
}
}, {
"type": "Point",
"coordinates": [77.306085, 28.620818],
"properties": {
"cartodb_id": 48,
"edudel_code": 1002028,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040121902",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Ravindra Nath Thakur), East Vinod Nagar Delhi",
"village_name": "219-MAYUR VIHAR PHASE-II",
"lat": 28.62081823,
"lng": 77.30608516,
"most_urgent": false,
"students": 2409,
"student_teacher_ratio": 33.45833333
}
}, {
"type": "Point",
"coordinates": [77.303331, 28.617753],
"properties": {
"cartodb_id": 49,
"edudel_code": 1002029,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040121906",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Mayur Vihar, Phase II, Pkt. B, Delhi",
"village_name": "219-MAYUR VIHAR PHASE-II",
"lat": 28.61775328,
"lng": 77.30333063,
"most_urgent": false,
"students": 1202,
"student_teacher_ratio": 26.71111111
}
}, {
"type": "Point",
"coordinates": [77.291288, 28.613904],
"properties": {
"cartodb_id": 50,
"edudel_code": 1002031,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040122003",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Patpar Ganj, Delhi",
"village_name": "220-PATPARGANJ",
"lat": 28.61390391,
"lng": 77.29128829,
"most_urgent": false,
"students": 1935,
"student_teacher_ratio": 29.76923077
}
}, {
"type": "Point",
"coordinates": [77.296975, 28.621475],
"properties": {
"cartodb_id": 51,
"edudel_code": 1002032,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040121703",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, West Vinod Nagar, Delhi",
"village_name": "217-VINOD NAGAR",
"lat": 28.62147524,
"lng": 77.29697454,
"most_urgent": false,
"students": 2912,
"student_teacher_ratio": 27.73333333
}
}, {
"type": "Point",
"coordinates": [77.309229, 28.619918],
"properties": {
"cartodb_id": 52,
"edudel_code": 1002033,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040121905",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Kalyan Vas Delhi",
"village_name": "219-MAYUR VIHAR PHASE-II",
"lat": 28.61991814,
"lng": 77.30922876,
"most_urgent": false,
"students": 1886,
"student_teacher_ratio": 26.56338028
}
}, {
"type": "Point",
"coordinates": [77.302122, 28.609735],
"properties": {
"cartodb_id": 53,
"edudel_code": 1002034,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040120901",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Janki Devi), Pocket II Mayur Vihar Phase I, Delhi",
"village_name": "209-MAYUR VIHAR PHASE-I",
"lat": 28.60973482,
"lng": 77.30212191,
"most_urgent": false,
"students": 2715,
"student_teacher_ratio": 27.42424242
}
}, {
"type": "Point",
"coordinates": [77.294564, 28.602791],
"properties": {
"cartodb_id": 54,
"edudel_code": 1002036,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040122001",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Mayur Vihar, Phase I, Pkt. IV, Delhi",
"village_name": "220-PATPARGANJ",
"lat": 28.60279122,
"lng": 77.29456431,
"most_urgent": false,
"students": 1220,
"student_teacher_ratio": 28.37209302
}
}, {
"type": "Point",
"coordinates": [77.314689, 28.618034],
"properties": {
"cartodb_id": 55,
"edudel_code": 1002037,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040121904",
"school_name": "Govt. Girls Sr. Sec. School, Khichripur, Delhi",
"village_name": "219-MAYUR VIHAR PHASE-II",
"lat": 28.61803404,
"lng": 77.31468874,
"most_urgent": false,
"students": 831,
"student_teacher_ratio": 23.74285714
}
}, {
"type": "Point",
"coordinates": [77.318826, 28.613929],
"properties": {
"cartodb_id": 56,
"edudel_code": 1002039,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040121302",
"school_name": "Govt. Girls Sr. Sec. School, Kalyanpuri, Delhi",
"village_name": "213-KALYAN PURI",
"lat": 28.61392864,
"lng": 77.31882586,
"most_urgent": false,
"students": 1052,
"student_teacher_ratio": 28.43243243
}
}, {
"type": "Point",
"coordinates": [77.305131, 28.606668],
"properties": {
"cartodb_id": 57,
"edudel_code": 1002175,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040121103",
"school_name": "Govt. Girls Sec. School, Block-27, Trilokpuri, Delhi",
"village_name": "211-TRILOK PURI",
"lat": 28.60666802,
"lng": 77.30513146,
"most_urgent": false,
"students": 1172,
"student_teacher_ratio": 27.9047619
}
}, {
"type": "Point",
"coordinates": [77.305359, 28.606577],
"properties": {
"cartodb_id": 58,
"edudel_code": 1002177,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040121102",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Block-27, Trilokpuri, Delhi",
"village_name": "211-TRILOK PURI",
"lat": 28.60657674,
"lng": 77.30535893,
"most_urgent": true,
"students": 2092,
"student_teacher_ratio": 25.51219512
}
}, {
"type": "Point",
"coordinates": [77.292571, 28.622617],
"properties": {
"cartodb_id": 59,
"edudel_code": 1002180,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040121702",
"school_name": "Govt. Co-ed. Sr. Sec. School, West Vinod Nagar, E Block, Delhi",
"village_name": "217-VINOD NAGAR",
"lat": 28.62261682,
"lng": 77.29257104,
"most_urgent": false,
"students": 1311,
"student_teacher_ratio": 29.79545455
}
}, {
"type": "Point",
"coordinates": [77.295082, 28.630724],
"properties": {
"cartodb_id": 60,
"edudel_code": 1002181,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040122002",
"school_name": "Govt. Boys Sr. Sec. School No.3, Joshi Colony, Mandawali, Delhi",
"village_name": "220-PATPARGANJ",
"lat": 28.63072449,
"lng": 77.29508196,
"most_urgent": false,
"students": 1354,
"student_teacher_ratio": 36.59459459
}
}, {
"type": "Point",
"coordinates": [77.296131, 28.598091],
"properties": {
"cartodb_id": 61,
"edudel_code": 1002182,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040121201",
"school_name": "Govt. Co-ed. Sr. Sec. School, Chilla Village, Delhi",
"village_name": "212-NEW ASHOK NAGAR",
"lat": 28.59809098,
"lng": 77.29613096,
"most_urgent": false,
"students": 1921,
"student_teacher_ratio": 32.55932203
}
}, {
"type": "Point",
"coordinates": [77.305498, 28.588964],
"properties": {
"cartodb_id": 62,
"edudel_code": 1002183,
"distname": "EAST DELHI",
"pincode": 110096,
"school_code": "7040121203",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, New Ashok Nagar,Delhi",
"village_name": "212-NEW ASHOK NAGAR",
"lat": 28.58896416,
"lng": 77.30549811,
"most_urgent": true,
"students": 2762,
"student_teacher_ratio": 34.09876543
}
}, {
"type": "Point",
"coordinates": [77.318618, 28.636229],
"properties": {
"cartodb_id": 63,
"edudel_code": 1002184,
"distname": "EAST DELHI",
"pincode": 110096,
"school_code": "7040122702",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Gazipur, Delhi",
"village_name": "227-I.P. EXTENSION",
"lat": 28.63622948,
"lng": 77.31861841,
"most_urgent": true,
"students": 2215,
"student_teacher_ratio": 34.609375
}
}, {
"type": "Point",
"coordinates": [77.32169, 28.611304],
"properties": {
"cartodb_id": 64,
"edudel_code": 1002185,
"distname": "EAST DELHI",
"pincode": 110096,
"school_code": "7040121401",
"school_name": "Govt. Girls Sr. Sec. School, Vasundhara Enclave, Delhi",
"village_name": "214-KHICHRI PUR",
"lat": 28.61130355,
"lng": 77.32169012,
"most_urgent": false,
"students": 1673,
"student_teacher_ratio": 30.41818182
}
}, {
"type": "Point",
"coordinates": [77.333881, 28.603718],
"properties": {
"cartodb_id": 65,
"edudel_code": 1002186,
"distname": "EAST DELHI",
"pincode": 110096,
"school_code": "7040121503",
"school_name": "Govt. Girls Sr. Sec. School, B-Block, New Kondli, Delhi",
"village_name": "215-KONDLI",
"lat": 28.60371777,
"lng": 77.33388093,
"most_urgent": true,
"students": 3855,
"student_teacher_ratio": 32.125
}
}, {
"type": "Point",
"coordinates": [77.305562, 28.588979],
"properties": {
"cartodb_id": 66,
"edudel_code": 1002187,
"distname": "EAST DELHI",
"pincode": 110096,
"school_code": "7040121202",
"school_name": "Govt. Boys Sr. Sec. School, New Ashok Nagar, Delhi",
"village_name": "212-NEW ASHOK NAGAR",
"lat": 28.58897873,
"lng": 77.30556178,
"most_urgent": true,
"students": 1776,
"student_teacher_ratio": 33.50943396
}
}, {
"type": "Point",
"coordinates": [77.313162, 28.631301],
"properties": {
"cartodb_id": 67,
"edudel_code": 1002189,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040122701",
"school_name": "Govt. Sarvodaya Vidyalaya, I. P. Extn., Patparganj, Delhi",
"village_name": "227-I.P. EXTENSION",
"lat": 28.63130126,
"lng": 77.31316224,
"most_urgent": false,
"students": 1250,
"student_teacher_ratio": 26.59574468
}
}, {
"type": "Point",
"coordinates": [77.295236, 28.628772],
"properties": {
"cartodb_id": 68,
"edudel_code": 1002190,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040121801",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, No.3, Joshi Colony, Mandawali, Delhi",
"village_name": "218-MANDAVALI",
"lat": 28.62877177,
"lng": 77.29523586,
"most_urgent": false,
"students": 1597,
"student_teacher_ratio": 30.71153846
}
}, {
"type": "Point",
"coordinates": [77.287869, 28.634408],
"properties": {
"cartodb_id": 69,
"edudel_code": 1002191,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040122402",
"school_name": "Govt. Girls Sr. Sec. School, School Block, Shakarpur, Delhi",
"village_name": "224-PANDAV NAGAR",
"lat": 28.63440781,
"lng": 77.28786876,
"most_urgent": false,
"students": 988,
"student_teacher_ratio": 26
}
}, {
"type": "Point",
"coordinates": [77.28446, 28.633941],
"properties": {
"cartodb_id": 70,
"edudel_code": 1002192,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040122301",
"school_name": "Govt. Sarvodaya Bal Vidyalaya No.1, Shakarpur,Vir Sawakar Block. Shakarpur,Delhi",
"village_name": "223-SHAKARPUR",
"lat": 28.63394148,
"lng": 77.28446037,
"most_urgent": false,
"students": 1145,
"student_teacher_ratio": 30.94594595
}
}, {
"type": "Point",
"coordinates": [77.285445, 28.633909],
"properties": {
"cartodb_id": 71,
"edudel_code": 1002193,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040122304",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.2, Madhuban Road, Shakarpur, Delhi",
"village_name": "223-SHAKARPUR",
"lat": 28.63390924,
"lng": 77.2854446,
"most_urgent": false,
"students": 1723,
"student_teacher_ratio": 26.10606061
}
}, {
"type": "Point",
"coordinates": [77.288147, 28.634424],
"properties": {
"cartodb_id": 72,
"edudel_code": 1002195,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040122401",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, School Block, Shakar Pur, Delhi",
"village_name": "224-PANDAV NAGAR",
"lat": 28.63442378,
"lng": 77.28814659,
"most_urgent": false,
"students": 946,
"student_teacher_ratio": 26.27777778
}
}, {
"type": "Point",
"coordinates": [77.284196, 28.63369],
"properties": {
"cartodb_id": 73,
"edudel_code": 1002196,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040122303",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.1, Shakarpur,Vir Sawakar Block, Shakarpur,Delhi",
"village_name": "223-SHAKARPUR",
"lat": 28.63369026,
"lng": 77.28419638,
"most_urgent": false,
"students": 1098,
"student_teacher_ratio": 25.53488372
}
}, {
"type": "Point",
"coordinates": [77.304873, 28.607138],
"properties": {
"cartodb_id": 74,
"edudel_code": 1002197,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040121101",
"school_name": "Govt. Boys Sec. School, Block-27, Trilokpuri, Delhi",
"village_name": "211-TRILOK PURI",
"lat": 28.60713763,
"lng": 77.30487306,
"most_urgent": true,
"students": 1244,
"student_teacher_ratio": 33.62162162
}
}, {
"type": "Point",
"coordinates": [77.322817, 28.613342],
"properties": {
"cartodb_id": 75,
"edudel_code": 1002198,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040121502",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Kondli, near Kalyan Puri Bus Terminal, Delhi",
"village_name": "215-KONDLI",
"lat": 28.6133419,
"lng": 77.32281681,
"most_urgent": false,
"students": 2025,
"student_teacher_ratio": 26.64473684
}
}, {
"type": "Point",
"coordinates": [77.329205, 28.608926],
"properties": {
"cartodb_id": 76,
"edudel_code": 1002199,
"distname": "EAST DELHI",
"pincode": 110096,
"school_code": "7040121603",
"school_name": "Govt. Girls Sec. School, Mayur Vihar, Phase III, Delhi",
"village_name": "216-GHAROLI",
"lat": 28.60892647,
"lng": 77.32920511,
"most_urgent": false,
"students": 1343,
"student_teacher_ratio": 27.97916667
}
}, {
"type": "Point",
"coordinates": [77.329599, 28.608843],
"properties": {
"cartodb_id": 77,
"edudel_code": 1002263,
"distname": "EAST DELHI",
"pincode": 110096,
"school_code": "7040121501",
"school_name": "Govt. Boys Sec. School, Gharoli, Mayur vihar, Phase-III, Delhi",
"village_name": "215-KONDLI",
"lat": 28.60884332,
"lng": 77.32959921,
"most_urgent": false,
"students": 969,
"student_teacher_ratio": 33.4137931
}
}, {
"type": "Point",
"coordinates": [77.313254, 28.620738],
"properties": {
"cartodb_id": 78,
"edudel_code": 1002350,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040121903",
"school_name": "Govt. Co-ed. Sec. School, Khichripur Village, Delhi",
"village_name": "219-MAYUR VIHAR PHASE-II",
"lat": 28.62073776,
"lng": 77.31325429,
"most_urgent": false,
"students": 672,
"student_teacher_ratio": 26.88
}
}, {
"type": "Point",
"coordinates": [77.29528, 28.636034],
"properties": {
"cartodb_id": 79,
"edudel_code": 1002351,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040122801",
"school_name": "Govt. Co-ed. Sr. Sec. School, D-Block, Preet Vihar, Delhi",
"village_name": "228-PREET VIHAR",
"lat": 28.63603368,
"lng": 77.29528039,
"most_urgent": false,
"students": 942,
"student_teacher_ratio": 27.70588235
}
}, {
"type": "Point",
"coordinates": [77.334677, 28.604858],
"properties": {
"cartodb_id": 80,
"edudel_code": 1002352,
"distname": "EAST DELHI",
"pincode": 110096,
"school_code": "7040121602",
"school_name": "Govt. Girls Sec. School, Gharoli, Mayur Vihar, Phase III, Delhi",
"village_name": "216-GHAROLI",
"lat": 28.60485804,
"lng": 77.33467667,
"most_urgent": false,
"students": 1449,
"student_teacher_ratio": 35.34146341
}
}, {
"type": "Point",
"coordinates": [77.329226, 28.608895],
"properties": {
"cartodb_id": 81,
"edudel_code": 1002354,
"distname": "EAST DELHI",
"pincode": 110096,
"school_code": "7040121601",
"school_name": "Govt. Boys Sec. School, Mayur Vihar, Phase III, Delhi",
"village_name": "216-GHAROLI",
"lat": 28.6088946,
"lng": 77.32922631,
"most_urgent": true,
"students": 1554,
"student_teacher_ratio": 35.31818182
}
}, {
"type": "Point",
"coordinates": [77.314857, 28.617991],
"properties": {
"cartodb_id": 82,
"edudel_code": 1002360,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040121910",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Khichri Pur, J.J Colony, Delhi",
"village_name": "219-MAYUR VIHAR PHASE-II",
"lat": 28.61799124,
"lng": 77.31485748,
"most_urgent": false,
"students": 671,
"student_teacher_ratio": 22.36666667
}
}, {
"type": "Point",
"coordinates": [77.321541, 28.611259],
"properties": {
"cartodb_id": 83,
"edudel_code": 1002362,
"distname": "EAST DELHI",
"pincode": 110096,
"school_code": "7040121404",
"school_name": "Govt. Boys Sr. Sec. School, Vasundhra Enclave, Delhi",
"village_name": "214-KHICHRI PUR",
"lat": 28.61125882,
"lng": 77.3215408,
"most_urgent": true,
"students": 1740,
"student_teacher_ratio": 31.63636364
}
}, {
"type": "Point",
"coordinates": [77.318592, 28.636261],
"properties": {
"cartodb_id": 84,
"edudel_code": 1002363,
"distname": "EAST DELHI",
"pincode": 110096,
"school_code": "7040122703",
"school_name": "Govt. Boys Sr. Sec. School, Gazipur, Delhi",
"village_name": "227-I.P. EXTENSION",
"lat": 28.63626107,
"lng": 77.31859219,
"most_urgent": true,
"students": 1635,
"student_teacher_ratio": 33.36734694
}
}, {
"type": "Point",
"coordinates": [77.297698, 28.630997],
"properties": {
"cartodb_id": 85,
"edudel_code": 1002367,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040121804",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, No.2, Mandawali Fazalpur, Delhi",
"village_name": "218-MANDAVALI",
"lat": 28.63099735,
"lng": 77.29769849,
"most_urgent": true,
"students": 969,
"student_teacher_ratio": 31.25806452
}
}, {
"type": "Point",
"coordinates": [77.297966, 28.630503],
"properties": {
"cartodb_id": 86,
"edudel_code": 1002368,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040121805",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, No.2, I.P.Extn, Mandawali, Delhi",
"village_name": "218-MANDAVALI",
"lat": 28.6305028,
"lng": 77.29796647,
"most_urgent": false,
"students": 1290,
"student_teacher_ratio": 33.94736842
}
}, {
"type": "Point",
"coordinates": [77.31926, 28.614635],
"properties": {
"cartodb_id": 87,
"edudel_code": 1002369,
"distname": "EAST DELHI",
"pincode": 110091,
"school_code": "7040121911",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Khichri Pur, J.J Colony, Delhi",
"village_name": "219-MAYUR VIHAR PHASE-II",
"lat": 28.61463483,
"lng": 77.31925967,
"most_urgent": false,
"students": 598,
"student_teacher_ratio": 23.92
}
}, {
"type": "Point",
"coordinates": [77.28357, 28.638786],
"properties": {
"cartodb_id": 88,
"edudel_code": 1003001,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040122201",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Laxmi Nagar, Delhi",
"village_name": "222-LAXMI NAGAR",
"lat": 28.6387859,
"lng": 77.28356984,
"most_urgent": false,
"students": 1462,
"student_teacher_ratio": 25.64912281
}
}, {
"type": "Point",
"coordinates": [77.273362, 28.648244],
"properties": {
"cartodb_id": 89,
"edudel_code": 1003002,
"distname": "EAST DELHI",
"pincode": 110031,
"school_code": "7040123004",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Rani Garden, Delhi",
"village_name": "230-GEETA COLONY",
"lat": 28.64824448,
"lng": 77.27336156,
"most_urgent": false,
"students": 1315,
"student_teacher_ratio": 25.78431373
}
}, {
"type": "Point",
"coordinates": [77.266186, 28.655249],
"properties": {
"cartodb_id": 90,
"edudel_code": 1003003,
"distname": "EAST DELHI",
"pincode": 110031,
"school_code": "7040122909",
"school_name": "Govt. Sarvodaya Bal Vidyalaya No.1, Jheel Khurenja, Delhi",
"village_name": "229-KRISHNA NAGAR",
"lat": 28.65524893,
"lng": 77.2661863,
"most_urgent": false,
"students": 760,
"student_teacher_ratio": 21.11111111
}
}, {
"type": "Point",
"coordinates": [77.259355, 28.663336],
"properties": {
"cartodb_id": 91,
"edudel_code": 1003004,
"distname": "EAST DELHI",
"pincode": 110031,
"school_code": "7040123402",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Kailash Nagar, Gandhi Nagar, Delhi",
"village_name": "234-GANDHI NAGAR",
"lat": 28.66333583,
"lng": 77.25935457,
"most_urgent": false,
"students": 714,
"student_teacher_ratio": 23.03225806
}
}, {
"type": "Point",
"coordinates": [77.282164, 28.65684],
"properties": {
"cartodb_id": 92,
"edudel_code": 1003007,
"distname": "EAST DELHI",
"pincode": 110051,
"school_code": "7040122908",
"school_name": "Govt. Boys Sr. Sec. School, Chander Nagar, Delhi",
"village_name": "229-KRISHNA NAGAR",
"lat": 28.65683983,
"lng": 77.28216449,
"most_urgent": false,
"students": 767,
"student_teacher_ratio": 20.72972973
}
}, {
"type": "Point",
"coordinates": [77.276388, 28.647424],
"properties": {
"cartodb_id": 93,
"edudel_code": 1003009,
"distname": "EAST DELHI",
"pincode": 110031,
"school_code": "7040123003",
"school_name": "Govt. Boys Sr. Sec. School, Block-13, Geeta Colony, Delhi",
"village_name": "230-GEETA COLONY",
"lat": 28.64742439,
"lng": 77.27638791,
"most_urgent": false,
"students": 944,
"student_teacher_ratio": 32.55172414
}
}, {
"type": "Point",
"coordinates": [77.268228, 28.654408],
"properties": {
"cartodb_id": 94,
"edudel_code": 1003012,
"distname": "EAST DELHI",
"pincode": 110031,
"school_code": "7040122907",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Gandhi Nagar, Delhi",
"village_name": "229-KRISHNA NAGAR",
"lat": 28.65440808,
"lng": 77.26822792,
"most_urgent": false,
"students": 795,
"student_teacher_ratio": 22.08333333
}
}, {
"type": "Point",
"coordinates": [77.282524, 28.659439],
"properties": {
"cartodb_id": 95,
"edudel_code": 1003013,
"distname": "EAST DELHI",
"pincode": 110051,
"school_code": "7040122906",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Krishna Nagar, Delhi",
"village_name": "229-KRISHNA NAGAR",
"lat": 28.65943944,
"lng": 77.28252362,
"most_urgent": false,
"students": 1278,
"student_teacher_ratio": 27.7826087
}
}, {
"type": "Point",
"coordinates": [77.276402, 28.647124],
"properties": {
"cartodb_id": 96,
"edudel_code": 1003024,
"distname": "EAST DELHI",
"pincode": 110031,
"school_code": "7040123002",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, B-13, Geeta Colony, Delhi",
"village_name": "230-GEETA COLONY",
"lat": 28.64712423,
"lng": 77.27640224,
"most_urgent": false,
"students": 1720,
"student_teacher_ratio": 26.06060606
}
}, {
"type": "Point",
"coordinates": [77.281236, 28.653411],
"properties": {
"cartodb_id": 97,
"edudel_code": 1003025,
"distname": "EAST DELHI",
"pincode": 110051,
"school_code": "7040123104",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Chander Nagar, Delhi",
"village_name": "231-GHONDLI",
"lat": 28.65341115,
"lng": 77.28123649,
"most_urgent": false,
"students": 1555,
"student_teacher_ratio": 26.81034483
}
}, {
"type": "Point",
"coordinates": [77.27076, 28.658436],
"properties": {
"cartodb_id": 98,
"edudel_code": 1003026,
"distname": "EAST DELHI",
"pincode": 110031,
"school_code": "7040122905",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Shankar Nagar, Delhi",
"village_name": "229-KRISHNA NAGAR",
"lat": 28.65843562,
"lng": 77.27075952,
"most_urgent": false,
"students": 892,
"student_teacher_ratio": 22.3
}
}, {
"type": "Point",
"coordinates": [77.269457, 28.6587],
"properties": {
"cartodb_id": 99,
"edudel_code": 1003027,
"distname": "EAST DELHI",
"pincode": 110031,
"school_code": "7040122911",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.1, Gandhi Nagar, Delhi",
"village_name": "229-KRISHNA NAGAR",
"lat": 28.65869987,
"lng": 77.26945738,
"most_urgent": false,
"students": 1792,
"student_teacher_ratio": 24.54794521
}
}, {
"type": "Point",
"coordinates": [77.283567, 28.638878],
"properties": {
"cartodb_id": 100,
"edudel_code": 1003028,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040122202",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Laxmi Nagar, Delhi",
"village_name": "222-LAXMI NAGAR",
"lat": 28.63887757,
"lng": 77.28356676,
"most_urgent": false,
"students": 2010,
"student_teacher_ratio": 25.76923077
}
}, {
"type": "Point",
"coordinates": [77.272585, 28.648166],
"properties": {
"cartodb_id": 101,
"edudel_code": 1003030,
"distname": "EAST DELHI",
"pincode": 110031,
"school_code": "7040123001",
"school_name": "Govt. Girls Sr. Sec. School, Rani Garden, Block-12, Geeta Colony, Delhi",
"village_name": "230-GEETA COLONY",
"lat": 28.64816603,
"lng": 77.27258465,
"most_urgent": false,
"students": 1044,
"student_teacher_ratio": 23.2
}
}, {
"type": "Point",
"coordinates": [77.259582, 28.663245],
"properties": {
"cartodb_id": 102,
"edudel_code": 1003033,
"distname": "EAST DELHI",
"pincode": 110031,
"school_code": "7040123401",
"school_name": "Govt. Girls Sr. Sec. School, Kailash Nagar, Delhi",
"village_name": "234-GANDHI NAGAR",
"lat": 28.66324482,
"lng": 77.25958163,
"most_urgent": false,
"students": 796,
"student_teacher_ratio": 25.67741935
}
}, {
"type": "Point",
"coordinates": [77.268357, 28.657613],
"properties": {
"cartodb_id": 103,
"edudel_code": 1003034,
"distname": "EAST DELHI",
"pincode": 110031,
"school_code": "7040122904",
"school_name": "Govt. Girls Sr. Sec. School No.2, Gandhi Nagar, Delhi",
"village_name": "229-KRISHNA NAGAR",
"lat": 28.65761311,
"lng": 77.26835661,
"most_urgent": false,
"students": 634,
"student_teacher_ratio": 21.86206897
}
}, {
"type": "Point",
"coordinates": [77.269198, 28.65825],
"properties": {
"cartodb_id": 104,
"edudel_code": 1003035,
"distname": "EAST DELHI",
"pincode": 110031,
"school_code": "7040122910",
"school_name": "Govt. Girls Sr. Sec. School No.3, Gandhi Nagar, Delhi",
"village_name": "229-KRISHNA NAGAR",
"lat": 28.65824974,
"lng": 77.26919786,
"most_urgent": false,
"students": 569,
"student_teacher_ratio": 17.78125
}
}, {
"type": "Point",
"coordinates": [77.282618, 28.659184],
"properties": {
"cartodb_id": 105,
"edudel_code": 1003036,
"distname": "EAST DELHI",
"pincode": 110051,
"school_code": "7040122903",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Krishna Nagar, Delhi",
"village_name": "229-KRISHNA NAGAR",
"lat": 28.6591838,
"lng": 77.28261778,
"most_urgent": false,
"students": 1517,
"student_teacher_ratio": 24.07936508
}
}, {
"type": "Point",
"coordinates": [77.283728, 28.645824],
"properties": {
"cartodb_id": 106,
"edudel_code": 1003152,
"distname": "EAST DELHI",
"pincode": 110051,
"school_code": "7040123103",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Radhey Shyam Park, Parwana Road, Khurenji, Delhi",
"village_name": "231-GHONDLI",
"lat": 28.6458238,
"lng": 77.28372823,
"most_urgent": false,
"students": 1242,
"student_teacher_ratio": 25.34693878
}
}, {
"type": "Point",
"coordinates": [77.283492, 28.646032],
"properties": {
"cartodb_id": 107,
"edudel_code": 1003153,
"distname": "EAST DELHI",
"pincode": 110051,
"school_code": "7040123102",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Radehy Shyam Park, Parwana Road, Khurenji, Delhi",
"village_name": "231-GHONDLI",
"lat": 28.64603191,
"lng": 77.28349151,
"most_urgent": false,
"students": 2002,
"student_teacher_ratio": 29.44117647
}
}, {
"type": "Point",
"coordinates": [77.27268, 28.654521],
"properties": {
"cartodb_id": 108,
"edudel_code": 1003202,
"distname": "EAST DELHI",
"pincode": 110031,
"school_code": "7040122902",
"school_name": "Govt. Co-ed. Sec. School, Block-2, Geeta Colony, Delhi",
"village_name": "229-KRISHNA NAGAR",
"lat": 28.6545211,
"lng": 77.27267993,
"most_urgent": false,
"students": 615,
"student_teacher_ratio": 25.625
}
}, {
"type": "Point",
"coordinates": [77.267699, 28.668379],
"properties": {
"cartodb_id": 109,
"edudel_code": 1003204,
"distname": "EAST DELHI",
"pincode": 110031,
"school_code": "7040123601",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Old Seelampur, Delhi",
"village_name": "236-RAGHUVARPURA",
"lat": 28.66837897,
"lng": 77.26769888,
"most_urgent": false,
"students": 740,
"student_teacher_ratio": 25.51724138
}
}, {
"type": "Point",
"coordinates": [77.278804, 28.650752],
"properties": {
"cartodb_id": 110,
"edudel_code": 1003205,
"distname": "EAST DELHI",
"pincode": 110051,
"school_code": "7040123101",
"school_name": "Govt. Co-ed. Sr. Sec. School, Shivpuri, Delhi",
"village_name": "231-GHONDLI",
"lat": 28.65075171,
"lng": 77.278804,
"most_urgent": false,
"students": 834,
"student_teacher_ratio": 29.78571429
}
}, {
"type": "Point",
"coordinates": [77.271407, 28.636869],
"properties": {
"cartodb_id": 111,
"edudel_code": 1003260,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040122101",
"school_name": "Govt. Girls Sr. Sec. School, Lalita Park, Delhi",
"village_name": "221-KISHAN KUNJ",
"lat": 28.63686874,
"lng": 77.27140651,
"most_urgent": false,
"students": 795,
"student_teacher_ratio": 24.84375
}
}, {
"type": "Point",
"coordinates": [77.271846, 28.657966],
"properties": {
"cartodb_id": 112,
"edudel_code": 1003261,
"distname": "EAST DELHI",
"pincode": 110031,
"school_code": "7040122901",
"school_name": "Rajkiya Pratibha Vikas Vidyalaya, Gandhi Nagar, Delhi",
"village_name": "229-KRISHNA NAGAR",
"lat": 28.65796635,
"lng": 77.27184628,
"most_urgent": false,
"students": 701,
"student_teacher_ratio": 20.61764706
}
}, {
"type": "Point",
"coordinates": [77.271401, 28.636943],
"properties": {
"cartodb_id": 113,
"edudel_code": 1003264,
"distname": "EAST DELHI",
"pincode": 110092,
"school_code": "7040122102",
"school_name": "Govt. Boys Sr. Sec. School, Lalita Park, Delhi",
"village_name": "221-KISHAN KUNJ",
"lat": 28.63694332,
"lng": 77.27140081,
"most_urgent": false,
"students": 928,
"student_teacher_ratio": 25.08108108
}
}, {
"type": "Point",
"coordinates": [77.272563, 28.659467],
"properties": {
"cartodb_id": 114,
"edudel_code": 1003265,
"distname": "EAST DELHI",
"pincode": 110033,
"school_code": "7040123301",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Old Seelampur, Delhi",
"village_name": "233-DHARAMPURA",
"lat": 28.6594665,
"lng": 77.2725625,
"most_urgent": false,
"students": 698,
"student_teacher_ratio": 22.51612903
}
}, {
"type": "Point",
"coordinates": [77.270098, 28.701609],
"properties": {
"cartodb_id": 115,
"edudel_code": 1104001,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125611",
"school_name": "Govt. Sarvodaya Bal Vidyalaya No.1, B- Block, Yamuna Vihar, Delhi",
"village_name": "256-YAMUNA VIHAR",
"lat": 28.70160939,
"lng": 77.27009803,
"most_urgent": false,
"students": 2940,
"student_teacher_ratio": 30.625
}
}, {
"type": "Point",
"coordinates": [77.257525, 28.71019],
"properties": {
"cartodb_id": 116,
"edudel_code": 1104002,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030126904",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Khajoori Khas, Delhi",
"village_name": "269-KHAZOORI KHAS",
"lat": 28.71019039,
"lng": 77.25752471,
"most_urgent": true,
"students": 3992,
"student_teacher_ratio": 43.86813187
}
}, {
"type": "Point",
"coordinates": [77.270243, 28.699703],
"properties": {
"cartodb_id": 117,
"edudel_code": 1104003,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125610",
"school_name": "Govt. Sarvodaya Bal Vidyalaya No.2, Yamuna Vihar, B-Block, Delhi",
"village_name": "256-YAMUNA VIHAR",
"lat": 28.69970293,
"lng": 77.27024285,
"most_urgent": true,
"students": 3678,
"student_teacher_ratio": 39.12765957
}
}, {
"type": "Point",
"coordinates": [77.286614, 28.702348],
"properties": {
"cartodb_id": 118,
"edudel_code": 1104004,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030126206",
"school_name": "Govt. Boys Sr. Sec. School, Gokalpur Village, Delhi",
"village_name": "262-GOKULPUR",
"lat": 28.70234783,
"lng": 77.2866141,
"most_urgent": true,
"students": 2663,
"student_teacher_ratio": 35.50666667
}
}, {
"type": "Point",
"coordinates": [77.28476, 28.703703],
"properties": {
"cartodb_id": 119,
"edudel_code": 1104005,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030126205",
"school_name": "Govt. Boys Sr. Sec. School, Gokal Puri, Delhi",
"village_name": "262-GOKULPUR",
"lat": 28.7037034,
"lng": 77.28476025,
"most_urgent": true,
"students": 2678,
"student_teacher_ratio": 34.33333333
}
}, {
"type": "Point",
"coordinates": [77.269661, 28.693132],
"properties": {
"cartodb_id": 120,
"edudel_code": 1104006,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125503",
"school_name": "Govt. Boys Sr. Sec. School No.1, Ghonda, Delhi",
"village_name": "255-GHONDA",
"lat": 28.69313205,
"lng": 77.26966067,
"most_urgent": true,
"students": 1732,
"student_teacher_ratio": 31.49090909
}
}, {
"type": "Point",
"coordinates": [77.270029, 28.693386],
"properties": {
"cartodb_id": 121,
"edudel_code": 1104007,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125502",
"school_name": "Govt. Boys Sr. Sec. School No.2, Ghonda, Delhi",
"village_name": "255-GHONDA",
"lat": 28.69338638,
"lng": 77.27002904,
"most_urgent": false,
"students": 934,
"student_teacher_ratio": 28.3030303
}
}, {
"type": "Point",
"coordinates": [77.276814, 28.700374],
"properties": {
"cartodb_id": 122,
"edudel_code": 1104008,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125609",
"school_name": "Govt. Boys Sr. Sec. School No.2, Yamuna Vihar, C-Block, Delhi",
"village_name": "256-YAMUNA VIHAR",
"lat": 28.70037397,
"lng": 77.2768138,
"most_urgent": false,
"students": 3768,
"student_teacher_ratio": 54.60869565
}
}, {
"type": "Point",
"coordinates": [77.276002, 28.698872],
"properties": {
"cartodb_id": 123,
"edudel_code": 1104009,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125608",
"school_name": "Govt. Boys Sr. Sec. School No.1, Yamuna Vihar, C-Block, Delhi",
"village_name": "256-YAMUNA VIHAR",
"lat": 28.69887233,
"lng": 77.27600221,
"most_urgent": false,
"students": 2600,
"student_teacher_ratio": 34.66666667
}
}, {
"type": "Point",
"coordinates": [77.263886, 28.717292],
"properties": {
"cartodb_id": 124,
"edudel_code": 1104010,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030127004",
"school_name": "Govt. Boys Sr. Sec. School, Dayalpur Village, Delhi",
"village_name": "270-TUKHMIRPUR",
"lat": 28.71729168,
"lng": 77.26388624,
"most_urgent": false,
"students": 2431,
"student_teacher_ratio": 32.41333333
}
}, {
"type": "Point",
"coordinates": [77.256994, 28.747868],
"properties": {
"cartodb_id": 125,
"edudel_code": 1104011,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030127103",
"school_name": "Govt. Girls Sr. Sec. School, Sabhapur, Delhi",
"village_name": "271-KARAWAL NAGAR (WEST)",
"lat": 28.74786787,
"lng": 77.25699393,
"most_urgent": true,
"students": 1746,
"student_teacher_ratio": 48.5
}
}, {
"type": "Point",
"coordinates": [77.260351, 28.698362],
"properties": {
"cartodb_id": 126,
"edudel_code": 1104012,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125301",
"school_name": "Govt. Co-ed. Sr. Sec. School (RDJK) , Bhajanpura, D- Block, Delhi",
"village_name": "253-BHAJANPURA",
"lat": 28.69836152,
"lng": 77.26035052,
"most_urgent": false,
"students": 1315,
"student_teacher_ratio": 28.58695652
}
}, {
"type": "Point",
"coordinates": [77.275597, 28.710925],
"properties": {
"cartodb_id": 127,
"edudel_code": 1104014,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030126802",
"school_name": "Govt. Boys Sec. School, Mustafabad, Gali No.19, Delhi",
"village_name": "268-MUSTAFABAD",
"lat": 28.71092521,
"lng": 77.27559674,
"most_urgent": true,
"students": 2369,
"student_teacher_ratio": 50.40425532
}
}, {
"type": "Point",
"coordinates": [77.258044, 28.710954],
"properties": {
"cartodb_id": 128,
"edudel_code": 1104015,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030126903",
"school_name": "Govt. Boys Sr. Sec. School, Khajoori Khas, Delhi",
"village_name": "269-KHAZOORI KHAS",
"lat": 28.71095384,
"lng": 77.25804352,
"most_urgent": true,
"students": 2348,
"student_teacher_ratio": 37.26984127
}
}, {
"type": "Point",
"coordinates": [77.284745, 28.713907],
"properties": {
"cartodb_id": 129,
"edudel_code": 1104017,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030126204",
"school_name": "Govt. Co-ed. Middle School, Johripur, Delhi",
"village_name": "262-GOKULPUR",
"lat": 28.71390692,
"lng": 77.28474504,
"most_urgent": true,
"students": 1570,
"student_teacher_ratio": 25.73770492
}
}, {
"type": "Point",
"coordinates": [77.276464, 28.698702],
"properties": {
"cartodb_id": 130,
"edudel_code": 1104018,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125607",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.1, Yamuna Vihar, C-Block, Delhi",
"village_name": "256-YAMUNA VIHAR",
"lat": 28.69870207,
"lng": 77.27646363,
"most_urgent": true,
"students": 3880,
"student_teacher_ratio": 34.95495495
}
}, {
"type": "Point",
"coordinates": [77.269932, 28.69364],
"properties": {
"cartodb_id": 131,
"edudel_code": 1104019,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125501",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.2, A Block, Ghonda, Delhi",
"village_name": "255-GHONDA",
"lat": 28.69364003,
"lng": 77.26993175,
"most_urgent": true,
"students": 1541,
"student_teacher_ratio": 28.01818182
}
}, {
"type": "Point",
"coordinates": [77.284757, 28.703385],
"properties": {
"cartodb_id": 132,
"edudel_code": 1104020,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030126203",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Gokalpuri, Delhi",
"village_name": "262-GOKULPUR",
"lat": 28.70338474,
"lng": 77.28475668,
"most_urgent": true,
"students": 3586,
"student_teacher_ratio": 33.83018868
}
}, {
"type": "Point",
"coordinates": [77.287307, 28.702414],
"properties": {
"cartodb_id": 133,
"edudel_code": 1104021,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030126202",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Gokal Pur Village, Delhi",
"village_name": "262-GOKULPUR",
"lat": 28.70241373,
"lng": 77.28730741,
"most_urgent": true,
"students": 4182,
"student_teacher_ratio": 38.72222222
}
}, {
"type": "Point",
"coordinates": [77.257767, 28.709996],
"properties": {
"cartodb_id": 134,
"edudel_code": 1104022,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030126902",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Khajoori Khas Delhi",
"village_name": "269-KHAZOORI KHAS",
"lat": 28.70999607,
"lng": 77.25776651,
"most_urgent": true,
"students": 5234,
"student_teacher_ratio": 50.32692308
}
}, {
"type": "Point",
"coordinates": [77.270903, 28.699078],
"properties": {
"cartodb_id": 135,
"edudel_code": 1104023,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125606",
"school_name": "Govt. Girls Sr. Sec. School No.1, B-Block, Yamuna Vihar, Delhi",
"village_name": "256-YAMUNA VIHAR",
"lat": 28.69907818,
"lng": 77.27090305,
"most_urgent": true,
"students": 2931,
"student_teacher_ratio": 37.10126582
}
}, {
"type": "Point",
"coordinates": [77.276829, 28.699705],
"properties": {
"cartodb_id": 136,
"edudel_code": 1104024,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125605",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.2, Yamuna Vihar, C-Block, Delhi",
"village_name": "256-YAMUNA VIHAR",
"lat": 28.69970479,
"lng": 77.27682924,
"most_urgent": true,
"students": 3472,
"student_teacher_ratio": 38.15384615
}
}, {
"type": "Point",
"coordinates": [77.269413, 28.692972],
"properties": {
"cartodb_id": 137,
"edudel_code": 1104025,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125504",
"school_name": "Govt. Girls Sr. Sec. School No.1, Ghonda, Yamuna Vihar, Delhi",
"village_name": "255-GHONDA",
"lat": 28.69297196,
"lng": 77.26941315,
"most_urgent": true,
"students": 1919,
"student_teacher_ratio": 34.26785714
}
}, {
"type": "Point",
"coordinates": [77.264051, 28.717158],
"properties": {
"cartodb_id": 138,
"edudel_code": 1104026,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030127003",
"school_name": "Govt. Girls Sr. Sec. School, Dayalpur, Delhi",
"village_name": "270-TUKHMIRPUR",
"lat": 28.71715797,
"lng": 77.26405095,
"most_urgent": true,
"students": 3810,
"student_teacher_ratio": 32.01680672
}
}, {
"type": "Point",
"coordinates": [77.27055, 28.699671],
"properties": {
"cartodb_id": 139,
"edudel_code": 1104027,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125604",
"school_name": "Govt. Girls Sr. Sec. School No.2, Yamuna Vihar, B-Block, Delhi",
"village_name": "256-YAMUNA VIHAR",
"lat": 28.69967111,
"lng": 77.27054992,
"most_urgent": true,
"students": 2792,
"student_teacher_ratio": 34.9
}
}, {
"type": "Point",
"coordinates": [77.275717, 28.710868],
"properties": {
"cartodb_id": 140,
"edudel_code": 1104028,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030126801",
"school_name": "Govt. Girls Sec. School, Mustufabad, Delhi",
"village_name": "268-MUSTAFABAD",
"lat": 28.71086778,
"lng": 77.27571727,
"most_urgent": true,
"students": 2826,
"student_teacher_ratio": 43.47692308
}
}, {
"type": "Point",
"coordinates": [77.276543, 28.696161],
"properties": {
"cartodb_id": 141,
"edudel_code": 1104029,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125203",
"school_name": "Govt. Girls Sr. Sec. School, Vijay Park, Maujpur, Delhi",
"village_name": "252-MAUZPUR",
"lat": 28.6961607,
"lng": 77.27654287,
"most_urgent": false,
"students": 1813,
"student_teacher_ratio": 41.20454545
}
}, {
"type": "Point",
"coordinates": [77.265514, 28.733748],
"properties": {
"cartodb_id": 142,
"edudel_code": 1104142,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030127102",
"school_name": "Govt. Girls Sr. Sec. School, Karawal Nagar, Delhi",
"village_name": "271-KARAWAL NAGAR (WEST)",
"lat": 28.73374762,
"lng": 77.26551387,
"most_urgent": true,
"students": 6381,
"student_teacher_ratio": 47.61940299
}
}, {
"type": "Point",
"coordinates": [77.26551, 28.733254],
"properties": {
"cartodb_id": 143,
"edudel_code": 1104143,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030127101",
"school_name": "Govt. Boys Sr. Sec. School, Karawal Nagar, Delhi",
"village_name": "271-KARAWAL NAGAR (WEST)",
"lat": 28.73325412,
"lng": 77.26551034,
"most_urgent": true,
"students": 4866,
"student_teacher_ratio": 57.92857143
}
}, {
"type": "Point",
"coordinates": [77.270103, 28.701639],
"properties": {
"cartodb_id": 144,
"edudel_code": 1104149,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125603",
"school_name": "Rajkiya Pratibha Vikas Vidyalaya, Yamuna Vihar, B-Block, Delhi",
"village_name": "256-YAMUNA VIHAR",
"lat": 28.70163891,
"lng": 77.270103,
"most_urgent": false,
"students": 882,
"student_teacher_ratio": 20.04545455
}
}, {
"type": "Point",
"coordinates": [77.2605, 28.698453],
"properties": {
"cartodb_id": 145,
"edudel_code": 1104150,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125601",
"school_name": "Govt. Boys Sr. Sec. School (RDJK), Bhajanpura, D- Block, Delhi",
"village_name": "256-YAMUNA VIHAR",
"lat": 28.69845256,
"lng": 77.26049958,
"most_urgent": false,
"students": 1015,
"student_teacher_ratio": 37.59259259
}
}, {
"type": "Point",
"coordinates": [77.275937, 28.696698],
"properties": {
"cartodb_id": 146,
"edudel_code": 1104151,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125202",
"school_name": "Govt. Boys Sr. Sec. School, Maujpur, Vijay Park, Delhi",
"village_name": "252-MAUZPUR",
"lat": 28.69669788,
"lng": 77.27593694,
"most_urgent": false,
"students": 1112,
"student_teacher_ratio": 33.6969697
}
}, {
"type": "Point",
"coordinates": [77.257489, 28.710882],
"properties": {
"cartodb_id": 147,
"edudel_code": 1104153,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030126901",
"school_name": "Govt. Girls Sr. Sec. School, Khajoori Khas, Delhi",
"village_name": "269-KHAZOORI KHAS",
"lat": 28.71088155,
"lng": 77.25748864,
"most_urgent": true,
"students": 2515,
"student_teacher_ratio": 39.92063492
}
}, {
"type": "Point",
"coordinates": [77.264262, 28.710708],
"properties": {
"cartodb_id": 148,
"edudel_code": 1104261,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030127001",
"school_name": "Govt. Boys Sr. Sec. School, Tukhmirpur, Delhi",
"village_name": "270-TUKHMIRPUR",
"lat": 28.7107077,
"lng": 77.26426236,
"most_urgent": true,
"students": 2489,
"student_teacher_ratio": 42.18644068
}
}, {
"type": "Point",
"coordinates": [77.263965, 28.710511],
"properties": {
"cartodb_id": 149,
"edudel_code": 1104262,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030127002",
"school_name": "Govt. Girls Sr. Sec. School, Tukhmirpur, Delhi",
"village_name": "270-TUKHMIRPUR",
"lat": 28.71051122,
"lng": 77.26396487,
"most_urgent": true,
"students": 2720,
"student_teacher_ratio": 56.66666667
}
}, {
"type": "Point",
"coordinates": [77.248479, 28.733392],
"properties": {
"cartodb_id": 150,
"edudel_code": 1104335,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030127202",
"school_name": "Govt. Girls Sr. Sec. School, Sonia Vihar, 4 1/2 Pusta, Delhi",
"village_name": "272-SONIA VIHAR",
"lat": 28.7333916,
"lng": 77.24847891,
"most_urgent": true,
"students": 4422,
"student_teacher_ratio": 49.13333333
}
}, {
"type": "Point",
"coordinates": [77.248263, 28.733277],
"properties": {
"cartodb_id": 151,
"edudel_code": 1104336,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030127201",
"school_name": "Govt. Boys Sr. Sec. School, Sonia Vihar, 4 1/2 Pusta, Delhi",
"village_name": "272-SONIA VIHAR",
"lat": 28.73327709,
"lng": 77.24826337,
"most_urgent": true,
"students": 3385,
"student_teacher_ratio": 45.74324324
}
}, {
"type": "Point",
"coordinates": [77.290648, 28.703947],
"properties": {
"cartodb_id": 152,
"edudel_code": 1104400,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030126201",
"school_name": "Govt. Girls Sr. Sec. School, East Gokul Pur, Delhi",
"village_name": "262-GOKULPUR",
"lat": 28.70394697,
"lng": 77.29064771,
"most_urgent": true,
"students": 2077,
"student_teacher_ratio": 40.7254902
}
}, {
"type": "Point",
"coordinates": [77.290817, 28.703717],
"properties": {
"cartodb_id": 153,
"edudel_code": 1104406,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030126208",
"school_name": "Govt. Boys Sr. Sec. School, East Gokul Pur, Delhi",
"village_name": "262-GOKULPUR",
"lat": 28.70371667,
"lng": 77.29081704,
"most_urgent": true,
"students": 3604,
"student_teacher_ratio": 43.95121951
}
}, {
"type": "Point",
"coordinates": [77.257182, 28.747858],
"properties": {
"cartodb_id": 154,
"edudel_code": 1104417,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030127104",
"school_name": "Govt. Boys Sr. Sec. School, Sabhapur, Delhi",
"village_name": "271-KARAWAL NAGAR (WEST)",
"lat": 28.74785772,
"lng": 77.25718203,
"most_urgent": true,
"students": 1813,
"student_teacher_ratio": 38.57446809
}
}, {
"type": "Point",
"coordinates": [77.230943, 28.782438],
"properties": {
"cartodb_id": 155,
"edudel_code": 1104418,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030127203",
"school_name": "Govt. Sarvodaya Vidyalaya, Badarpur Khadar, Delhi",
"village_name": "272-SONIA VIHAR",
"lat": 28.78243768,
"lng": 77.23094336,
"most_urgent": false,
"students": 516,
"student_teacher_ratio": 25.8
}
}, {
"type": "Point",
"coordinates": [77.270506, 28.699877],
"properties": {
"cartodb_id": 156,
"edudel_code": 1104419,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030126701",
"school_name": "Govt. Girls Sr. Sec. School No.2, Tukhmirpur, Delhi",
"village_name": "267-NEHRU VIHAR",
"lat": 28.699877,
"lng": 77.270506,
"most_urgent": true,
"students": 3637,
"student_teacher_ratio": 54.28358209
}
}, {
"type": "Point",
"coordinates": [77.264704, 28.7107],
"properties": {
"cartodb_id": 157,
"edudel_code": 1104420,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030126702",
"school_name": "Govt. Boys Sr. Sec. School No.2, Tukhmirpur, Delhi",
"village_name": "267-NEHRU VIHAR",
"lat": 28.7106998,
"lng": 77.264704,
"most_urgent": true,
"students": 2887,
"student_teacher_ratio": 41.24285714
}
}, {
"type": "Point",
"coordinates": [77.283272, 28.674285],
"properties": {
"cartodb_id": 158,
"edudel_code": 1105001,
"distname": "NORTH EAST DELHI",
"pincode": 110032,
"school_code": "7030123704",
"school_name": "Govt. Sarvodaya Bal Vidyalaya (Gandhi Memorial), G. T. Road, Shahadara, Delhi",
"village_name": "237-SHAHDARA",
"lat": 28.67428534,
"lng": 77.28327199,
"most_urgent": false,
"students": 1921,
"student_teacher_ratio": 30.015625
}
}, {
"type": "Point",
"coordinates": [77.26183, 28.680709],
"properties": {
"cartodb_id": 159,
"edudel_code": 1105002,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125106",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Gautampuri, Delhi",
"village_name": "251-NEW USMANPUR",
"lat": 28.68070891,
"lng": 77.26182978,
"most_urgent": true,
"students": 1672,
"student_teacher_ratio": 28.33898305
}
}, {
"type": "Point",
"coordinates": [77.262409, 28.67545],
"properties": {
"cartodb_id": 160,
"edudel_code": 1105003,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125402",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Braham Puri, Delhi",
"village_name": "254-BRAHAMPURI",
"lat": 28.6754503,
"lng": 77.26240863,
"most_urgent": true,
"students": 1537,
"student_teacher_ratio": 34.93181818
}
}, {
"type": "Point",
"coordinates": [77.263994, 28.672848],
"properties": {
"cartodb_id": 161,
"edudel_code": 1105004,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125602",
"school_name": "Govt. Sarvodaya Bal Vidyalaya No.1, New Seelampur, Delhi",
"village_name": "256-YAMUNA VIHAR",
"lat": 28.67284817,
"lng": 77.26399411,
"most_urgent": false,
"students": 1135,
"student_teacher_ratio": 29.86842105
}
}, {
"type": "Point",
"coordinates": [77.288118, 28.682847],
"properties": {
"cartodb_id": 162,
"edudel_code": 1105005,
"distname": "NORTH EAST DELHI",
"pincode": 110032,
"school_code": "7030126004",
"school_name": "Govt. Boys Sr. Sec. School, Shivaji Park, Shahadara Delhi",
"village_name": "260-BABARPUR",
"lat": 28.68284664,
"lng": 77.28811814,
"most_urgent": false,
"students": 958,
"student_teacher_ratio": 28.17647059
}
}, {
"type": "Point",
"coordinates": [77.289494, 28.674512],
"properties": {
"cartodb_id": 163,
"edudel_code": 1105006,
"distname": "NORTH EAST DELHI",
"pincode": 110032,
"school_code": "7030124708",
"school_name": "Govt. Boys Sr. Sec. School, G. T. Road, Shahadara Delhi",
"village_name": "247-RAM NAGAR",
"lat": 28.67451226,
"lng": 77.28949386,
"most_urgent": false,
"students": 910,
"student_teacher_ratio": 22.19512195
}
}, {
"type": "Point",
"coordinates": [77.280811, 28.68495],
"properties": {
"cartodb_id": 164,
"edudel_code": 1105007,
"distname": "NORTH EAST DELHI",
"pincode": 110032,
"school_code": "7030126003",
"school_name": "Govt. Boys Sr. Sec. School, Babarpur, Shahadara Delhi",
"village_name": "260-BABARPUR",
"lat": 28.68494982,
"lng": 77.2808108,
"most_urgent": true,
"students": 1305,
"student_teacher_ratio": 29
}
}, {
"type": "Point",
"coordinates": [77.273831, 28.683376],
"properties": {
"cartodb_id": 165,
"edudel_code": 1105008,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125002",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Jafrabad, Delhi",
"village_name": "250-JAFFRABAD",
"lat": 28.68337636,
"lng": 77.27383097,
"most_urgent": true,
"students": 2977,
"student_teacher_ratio": 36.30487805
}
}, {
"type": "Point",
"coordinates": [77.264637, 28.672993],
"properties": {
"cartodb_id": 166,
"edudel_code": 1105009,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125007",
"school_name": "Govt. Boys Sr. Sec. School No.2, New Seelampur, Delhi",
"village_name": "250-JAFFRABAD",
"lat": 28.6729932,
"lng": 77.26463723,
"most_urgent": true,
"students": 1252,
"student_teacher_ratio": 32.1025641
}
}, {
"type": "Point",
"coordinates": [77.258497, 28.67627],
"properties": {
"cartodb_id": 167,
"edudel_code": 1105011,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125105",
"school_name": "Govt. Boys Sr. Sec. School, Shastri Park, Delhi",
"village_name": "251-NEW USMANPUR",
"lat": 28.67626983,
"lng": 77.2584965,
"most_urgent": true,
"students": 1785,
"student_teacher_ratio": 33.67924528
}
}, {
"type": "Point",
"coordinates": [77.291484, 28.674635],
"properties": {
"cartodb_id": 168,
"edudel_code": 1105013,
"distname": "NORTH EAST DELHI",
"pincode": 110032,
"school_code": "7030124706",
"school_name": "Govt. Boys Sec. School, G. T.Road Shahadara, Delhi",
"village_name": "247-RAM NAGAR",
"lat": 28.67463471,
"lng": 77.2914839,
"most_urgent": false,
"students": 408,
"student_teacher_ratio": 25.5
}
}, {
"type": "Point",
"coordinates": [77.264334, 28.673441],
"properties": {
"cartodb_id": 169,
"edudel_code": 1105014,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125006",
"school_name": "Govt. Boys Sec. School, New Seelam Pur, Delhi",
"village_name": "250-JAFFRABAD",
"lat": 28.67344127,
"lng": 77.26433362,
"most_urgent": true,
"students": 600,
"student_teacher_ratio": 35.29411765
}
}, {
"type": "Point",
"coordinates": [77.271479, 28.67305],
"properties": {
"cartodb_id": 170,
"edudel_code": 1105015,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125005",
"school_name": "Govt. Boys Sec. School, Welcome Colony , New Seelampur, Delhi",
"village_name": "250-JAFFRABAD",
"lat": 28.6730503,
"lng": 77.27147861,
"most_urgent": false,
"students": 680,
"student_teacher_ratio": 29.56521739
}
}, {
"type": "Point",
"coordinates": [77.280481, 28.68509],
"properties": {
"cartodb_id": 171,
"edudel_code": 1105017,
"distname": "NORTH EAST DELHI",
"pincode": 110032,
"school_code": "7030125902",
"school_name": "Govt. Boys Sr. Sec. School, Jafrabad Extn., Shadara Delhi",
"village_name": "259-JANTA COLONY",
"lat": 28.68508999,
"lng": 77.28048112,
"most_urgent": false,
"students": 776,
"student_teacher_ratio": 27.71428571
}
}, {
"type": "Point",
"coordinates": [77.273647, 28.683422],
"properties": {
"cartodb_id": 172,
"edudel_code": 1105018,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125001",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Zeenat Mahal) (Urdu Medium), Jafrabad, Delhi",
"village_name": "250-JAFFRABAD",
"lat": 28.68342232,
"lng": 77.27364691,
"most_urgent": true,
"students": 4850,
"student_teacher_ratio": 35.14492754
}
}, {
"type": "Point",
"coordinates": [77.280816, 28.684681],
"properties": {
"cartodb_id": 173,
"edudel_code": 1105019,
"distname": "NORTH EAST DELHI",
"pincode": 110032,
"school_code": "7030126002",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Babarpur, Delhi",
"village_name": "260-BABARPUR",
"lat": 28.68468145,
"lng": 77.28081598,
"most_urgent": false,
"students": 2126,
"student_teacher_ratio": 31.26470588
}
}, {
"type": "Point",
"coordinates": [77.264608, 28.673369],
"properties": {
"cartodb_id": 174,
"edudel_code": 1105020,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125003",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.1 (C.R.Dass), New Seelampur, Delhi",
"village_name": "250-JAFFRABAD",
"lat": 28.67336913,
"lng": 77.26460767,
"most_urgent": true,
"students": 1598,
"student_teacher_ratio": 32.6122449
}
}, {
"type": "Point",
"coordinates": [77.258449, 28.67603],
"properties": {
"cartodb_id": 175,
"edudel_code": 1105021,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125104",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Shastri Park, Delhi",
"village_name": "251-NEW USMANPUR",
"lat": 28.67602977,
"lng": 77.25844897,
"most_urgent": true,
"students": 2019,
"student_teacher_ratio": 31.06153846
}
}, {
"type": "Point",
"coordinates": [77.288203, 28.682855],
"properties": {
"cartodb_id": 176,
"edudel_code": 1105022,
"distname": "NORTH EAST DELHI",
"pincode": 110032,
"school_code": "7030126001",
"school_name": "Govt. Girls Sr. Sec. School, Shahadara, Shivaji Park, Delhi",
"village_name": "260-BABARPUR",
"lat": 28.68285548,
"lng": 77.28820341,
"most_urgent": false,
"students": 957,
"student_teacher_ratio": 29
}
}, {
"type": "Point",
"coordinates": [77.262332, 28.680587],
"properties": {
"cartodb_id": 177,
"edudel_code": 1105023,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125103",
"school_name": "Govt. Girls Sr. Sec. School, Gautam Puri, Near Water Tank, Delhi",
"village_name": "251-NEW USMANPUR",
"lat": 28.68058701,
"lng": 77.26233174,
"most_urgent": true,
"students": 1231,
"student_teacher_ratio": 36.20588235
}
}, {
"type": "Point",
"coordinates": [77.283541, 28.674184],
"properties": {
"cartodb_id": 178,
"edudel_code": 1105024,
"distname": "NORTH EAST DELHI",
"pincode": 110032,
"school_code": "7030123703",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, G. T. Road, Shahadara, Delhi",
"village_name": "237-SHAHDARA",
"lat": 28.67418412,
"lng": 77.28354112,
"most_urgent": false,
"students": 1824,
"student_teacher_ratio": 28.5
}
}, {
"type": "Point",
"coordinates": [77.263631, 28.673056],
"properties": {
"cartodb_id": 179,
"edudel_code": 1105025,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030124802",
"school_name": "Govt. Girls Sr. Sec. School No.2, New Seelampur, Delhi",
"village_name": "248-WELCOME COLONY",
"lat": 28.67305601,
"lng": 77.26363079,
"most_urgent": true,
"students": 953,
"student_teacher_ratio": 25.75675676
}
}, {
"type": "Point",
"coordinates": [77.262305, 28.675458],
"properties": {
"cartodb_id": 180,
"edudel_code": 1105026,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125401",
"school_name": "Govt. Girls Sr. Sec. School, Braham Puri, Gautampuri Gali No -7, Delhi",
"village_name": "254-BRAHAMPURI",
"lat": 28.67545801,
"lng": 77.26230458,
"most_urgent": true,
"students": 2182,
"student_teacher_ratio": 34.09375
}
}, {
"type": "Point",
"coordinates": [77.29089, 28.679142],
"properties": {
"cartodb_id": 181,
"edudel_code": 1105028,
"distname": "NORTH EAST DELHI",
"pincode": 110032,
"school_code": "7030123702",
"school_name": "Govt. Co-ed. Middle School, East Rohtash Nagar, Shahadra, Delhi",
"village_name": "237-SHAHDARA",
"lat": 28.67914178,
"lng": 77.29088968,
"most_urgent": false,
"students": 266,
"student_teacher_ratio": 14
}
}, {
"type": "Point",
"coordinates": [77.291619, 28.674581],
"properties": {
"cartodb_id": 182,
"edudel_code": 1105029,
"distname": "NORTH EAST DELHI",
"pincode": 110032,
"school_code": "7030124705",
"school_name": "Govt. Girls Sec. School, G. T. Road, Shahadara, Delhi",
"village_name": "247-RAM NAGAR",
"lat": 28.6745815,
"lng": 77.2916195,
"most_urgent": false,
"students": 425,
"student_teacher_ratio": 23.61111111
}
}, {
"type": "Point",
"coordinates": [77.262033, 28.681795],
"properties": {
"cartodb_id": 183,
"edudel_code": 1105107,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125405",
"school_name": "Govt. Boys Sr. Sec. School, Gautam Puri (New Usmanpur), Delhi",
"village_name": "254-BRAHAMPURI",
"lat": 28.68179521,
"lng": 77.26203334,
"most_urgent": true,
"students": 1578,
"student_teacher_ratio": 92.82352941
}
}, {
"type": "Point",
"coordinates": [77.271393, 28.672993],
"properties": {
"cartodb_id": 184,
"edudel_code": 1105108,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030124801",
"school_name": "Govt. Girls Sec. School, Welcome Colony , New Seelampur, Delhi",
"village_name": "248-WELCOME COLONY",
"lat": 28.67299315,
"lng": 77.27139266,
"most_urgent": false,
"students": 907,
"student_teacher_ratio": 30.23333333
}
}, {
"type": "Point",
"coordinates": [77.288778, 28.691249],
"properties": {
"cartodb_id": 185,
"edudel_code": 1105109,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030125802",
"school_name": "Govt. Boys Sr. Sec. School, West Jyoti Nagar, Shahdara, Delhi",
"village_name": "258-KARDAMPURI",
"lat": 28.69124862,
"lng": 77.28877829,
"most_urgent": false,
"students": 1382,
"student_teacher_ratio": 33.70731707
}
}, {
"type": "Point",
"coordinates": [77.289496, 28.67429],
"properties": {
"cartodb_id": 186,
"edudel_code": 1105110,
"distname": "NORTH EAST DELHI",
"pincode": 110032,
"school_code": "7030123701",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Mani Ben Patel Bharti Mahila), G T Road, Shahadara, Delhi",
"village_name": "237-SHAHDARA",
"lat": 28.67428956,
"lng": 77.28949553,
"most_urgent": false,
"students": 1854,
"student_teacher_ratio": 27.26470588
}
}, {
"type": "Point",
"coordinates": [77.288941, 28.691135],
"properties": {
"cartodb_id": 187,
"edudel_code": 1105111,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030125801",
"school_name": "Govt. Girls Sr. Sec. School, West Jyoti Nagar, Shahdara, Delhi",
"village_name": "258-KARDAMPURI",
"lat": 28.69113489,
"lng": 77.28894078,
"most_urgent": false,
"students": 1453,
"student_teacher_ratio": 29.06
}
}, {
"type": "Point",
"coordinates": [77.274976, 28.684078],
"properties": {
"cartodb_id": 188,
"edudel_code": 1105112,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125201",
"school_name": "Govt. Girls Middle School, Chauhan Bangar, Jafrabad, Delhi",
"village_name": "252-MAUZPUR",
"lat": 28.68407752,
"lng": 77.27497561,
"most_urgent": false,
"students": 543,
"student_teacher_ratio": 22.625
}
}, {
"type": "Point",
"coordinates": [77.262427, 28.675521],
"properties": {
"cartodb_id": 189,
"edudel_code": 1105113,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125404",
"school_name": "Govt. Boys Sr. Sec. School, Brahmapuri, Delhi",
"village_name": "254-BRAHAMPURI",
"lat": 28.67552101,
"lng": 77.26242698,
"most_urgent": true,
"students": 1028,
"student_teacher_ratio": 30.23529412
}
}, {
"type": "Point",
"coordinates": [77.280504, 28.684858],
"properties": {
"cartodb_id": 190,
"edudel_code": 1105114,
"distname": "NORTH EAST DELHI",
"pincode": 110032,
"school_code": "7030125901",
"school_name": "Govt. Girls Sr. Sec. School, Jafrabad Extn. Shahdara Delhi",
"village_name": "259-JANTA COLONY",
"lat": 28.68485831,
"lng": 77.28050379,
"most_urgent": true,
"students": 885,
"student_teacher_ratio": 28.5483871
}
}, {
"type": "Point",
"coordinates": [77.27512, 28.684289],
"properties": {
"cartodb_id": 191,
"edudel_code": 1105115,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030124901",
"school_name": "Govt. Boys Middle School, Chauhan Bangar, Jafrabad, Delhi",
"village_name": "249-CHAUHAN BANGAR",
"lat": 28.68428924,
"lng": 77.2751204,
"most_urgent": false,
"students": 527,
"student_teacher_ratio": 25.0952381
}
}, {
"type": "Point",
"coordinates": [77.26314, 28.675434],
"properties": {
"cartodb_id": 192,
"edudel_code": 1105116,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125102",
"school_name": "Govt. Girls Sr. Sec. School, Brahmapuri, Delhi",
"village_name": "251-NEW USMANPUR",
"lat": 28.67543439,
"lng": 77.26313971,
"most_urgent": true,
"students": 913,
"student_teacher_ratio": 31.48275862
}
}, {
"type": "Point",
"coordinates": [77.261752, 28.681438],
"properties": {
"cartodb_id": 193,
"edudel_code": 1105117,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125101",
"school_name": "Govt. Girls Sr. Sec. School, Gautam Puri (New Usmanpur), Delhi",
"village_name": "251-NEW USMANPUR",
"lat": 28.68143803,
"lng": 77.2617524,
"most_urgent": true,
"students": 2052,
"student_teacher_ratio": 35.37931034
}
}, {
"type": "Point",
"coordinates": [77.266166, 28.679067],
"properties": {
"cartodb_id": 194,
"edudel_code": 1105229,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125403",
"school_name": "Govt. Girls Sr. Sec. School, X-Block, Brahmpuri, Delhi",
"village_name": "254-BRAHAMPURI",
"lat": 28.67906715,
"lng": 77.26616582,
"most_urgent": true,
"students": 1302,
"student_teacher_ratio": 36.16666667
}
}, {
"type": "Point",
"coordinates": [77.252381, 28.672071],
"properties": {
"cartodb_id": 195,
"edudel_code": 1105236,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030123401",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Buland Masjid, Shastri Park, Delhi",
"village_name": "234-GANDHI NAGAR",
"lat": 28.67207108,
"lng": 77.25238057,
"most_urgent": true,
"students": 1399,
"student_teacher_ratio": 41.14705882
}
}, {
"type": "Point",
"coordinates": [77.264277, 28.673592],
"properties": {
"cartodb_id": 196,
"edudel_code": 1105238,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125008",
"school_name": "Govt. Girls Sec. School No.1, New Seelampur, Delhi",
"village_name": "250-JAFFRABAD",
"lat": 28.67359176,
"lng": 77.26427653,
"most_urgent": true,
"students": 769,
"student_teacher_ratio": 34.95454545
}
}, {
"type": "Point",
"coordinates": [77.27689, 28.682725],
"properties": {
"cartodb_id": 197,
"edudel_code": 1105239,
"distname": "NORTH EAST DELHI",
"pincode": 110032,
"school_code": "7030125903",
"school_name": "Govt. Co-ed. Sr. Sec. School, New Jafrabad, Delhi",
"village_name": "259-JANTA COLONY",
"lat": 28.68272533,
"lng": 77.27688974,
"most_urgent": true,
"students": 1028,
"student_teacher_ratio": 39.53846154
}
}, {
"type": "Point",
"coordinates": [77.266166, 28.679008],
"properties": {
"cartodb_id": 198,
"edudel_code": 1105241,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030125406",
"school_name": "Govt. Boys Sr. Sec. School, X-Block, Brahmpuri, Delhi",
"village_name": "254-BRAHAMPURI",
"lat": 28.67900771,
"lng": 77.26616616,
"most_urgent": true,
"students": 956,
"student_teacher_ratio": 45.52380952
}
}, {
"type": "Point",
"coordinates": [77.252449, 28.672061],
"properties": {
"cartodb_id": 199,
"edudel_code": 1105242,
"distname": "NORTH EAST DELHI",
"pincode": 110053,
"school_code": "7030123402",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Buland Masjid, Shastri Park, Delhi",
"village_name": "234-GANDHI NAGAR",
"lat": 28.67206135,
"lng": 77.25244857,
"most_urgent": true,
"students": 1314,
"student_teacher_ratio": 25.76470588
}
}, {
"type": "Point",
"coordinates": [77.275041, 28.684145],
"properties": {
"cartodb_id": 200,
"edudel_code": 1105246,
"distname": "NORTH EAST DELHI",
"pincode": 110032,
"school_code": "7030125009",
"school_name": "Govt. Co-ed Middle School, Gurudwara Road, New Seelampur, Delhi",
"village_name": "250-JAFFRABAD",
"lat": 28.6841452,
"lng": 77.2750412,
"most_urgent": false,
"students": 189,
"student_teacher_ratio": 18.9
}
}, {
"type": "Point",
"coordinates": [77.307402, 28.693845],
"properties": {
"cartodb_id": 201,
"edudel_code": 1106001,
"distname": "NORTH EAST DELHI",
"pincode": 110093,
"school_code": "7030124311",
"school_name": "Govt. Sarvodaya Bal Vidyalaya (B.P), Block-B, Nand Nagri, Delhi",
"village_name": "243-NANG NAGRI",
"lat": 28.69384478,
"lng": 77.30740176,
"most_urgent": false,
"students": 2721,
"student_teacher_ratio": 26.41747573
}
}, {
"type": "Point",
"coordinates": [77.312811, 28.681218],
"properties": {
"cartodb_id": 202,
"edudel_code": 1106002,
"distname": "NORTH EAST DELHI",
"pincode": 110095,
"school_code": "7030124105",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, C-Block, Dilshad Garden, Delhi",
"village_name": "241-DILSHAD GARDEN",
"lat": 28.68121846,
"lng": 77.31281139,
"most_urgent": false,
"students": 1919,
"student_teacher_ratio": 23.69135802
}
}, {
"type": "Point",
"coordinates": [77.313892, 28.694601],
"properties": {
"cartodb_id": 203,
"edudel_code": 1106003,
"distname": "NORTH EAST DELHI",
"pincode": 110093,
"school_code": "7030124303",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, E-Block, Nand Nagri, Delhi",
"village_name": "243-NANG NAGRI",
"lat": 28.69460139,
"lng": 77.31389204,
"most_urgent": false,
"students": 2387,
"student_teacher_ratio": 27.43678161
}
}, {
"type": "Point",
"coordinates": [77.314006, 28.692429],
"properties": {
"cartodb_id": 204,
"edudel_code": 1106004,
"distname": "NORTH EAST DELHI",
"pincode": 110093,
"school_code": "7030124104",
"school_name": "Govt. Boys Sr. Sec. School, Janta Flats, Nand Nagri, Delhi",
"village_name": "241-DILSHAD GARDEN",
"lat": 28.69242892,
"lng": 77.31400606,
"most_urgent": false,
"students": 1905,
"student_teacher_ratio": 23.8125
}
}, {
"type": "Point",
"coordinates": [77.310894, 28.70569],
"properties": {
"cartodb_id": 205,
"edudel_code": 1106005,
"distname": "NORTH EAST DELHI",
"pincode": 110093,
"school_code": "7030126401",
"school_name": "Govt. Boys Sr. Sec. School, Mandoli, Shahdara, Delhi",
"village_name": "264-HARSH VIHAR",
"lat": 28.70568979,
"lng": 77.31089353,
"most_urgent": true,
"students": 3215,
"student_teacher_ratio": 27.47863248
}
}, {
"type": "Point",
"coordinates": [77.29928, 28.681212],
"properties": {
"cartodb_id": 206,
"edudel_code": 1106006,
"distname": "NORTH EAST DELHI",
"pincode": 110032,
"school_code": "7030124704",
"school_name": "Govt. Boys Sr. Sec. School No.1, Mansarovar Park, Sahadara, Delhi",
"village_name": "247-RAM NAGAR",
"lat": 28.68121154,
"lng": 77.29928048,
"most_urgent": false,
"students": 1177,
"student_teacher_ratio": 28.02380952
}
}, {
"type": "Point",
"coordinates": [77.299083, 28.681089],
"properties": {
"cartodb_id": 207,
"edudel_code": 1106007,
"distname": "NORTH EAST DELHI",
"pincode": 110032,
"school_code": "7030124703",
"school_name": "Govt. Boys Sr. Sec. School No.2, Mansarovar Park, Sahadara, Delhi",
"village_name": "247-RAM NAGAR",
"lat": 28.68108938,
"lng": 77.29908292,
"most_urgent": false,
"students": 1308,
"student_teacher_ratio": 29.72727273
}
}, {
"type": "Point",
"coordinates": [77.327309, 28.678751],
"properties": {
"cartodb_id": 208,
"edudel_code": 1106009,
"distname": "NORTH EAST DELHI",
"pincode": 110095,
"school_code": "7030124202",
"school_name": "Govt. Boys Sr. Sec. School, Seemapuri, Delhi",
"village_name": "242-NEW SEEMA PURI",
"lat": 28.67875097,
"lng": 77.32730886,
"most_urgent": false,
"students": 3115,
"student_teacher_ratio": 35
}
}, {
"type": "Point",
"coordinates": [77.303149, 28.696781],
"properties": {
"cartodb_id": 209,
"edudel_code": 1106010,
"distname": "NORTH EAST DELHI",
"pincode": 110093,
"school_code": "7030124604",
"school_name": "Govt. Boys Sec. School, Mandoli Road, Ashok Nagar, Delhi",
"village_name": "246-ASHOK NAGAR",
"lat": 28.69678112,
"lng": 77.30314881,
"most_urgent": false,
"students": 411,
"student_teacher_ratio": 21.63157895
}
}, {
"type": "Point",
"coordinates": [77.326634, 28.690801],
"properties": {
"cartodb_id": 210,
"edudel_code": 1106011,
"distname": "NORTH EAST DELHI",
"pincode": 110095,
"school_code": "7030124203",
"school_name": "Govt. Boys Sr. Sec. School, New Seemapuri Delhi",
"village_name": "242-NEW SEEMA PURI",
"lat": 28.69080115,
"lng": 77.3266338,
"most_urgent": false,
"students": 2330,
"student_teacher_ratio": 27.73809524
}
}, {
"type": "Point",
"coordinates": [77.323852, 28.683554],
"properties": {
"cartodb_id": 211,
"edudel_code": 1106012,
"distname": "NORTH EAST DELHI",
"pincode": 110095,
"school_code": "7030124103",
"school_name": "Govt. Boys Sr. Sec. School, Dilshad Garden, J&K Block, Delhi",
"village_name": "241-DILSHAD GARDEN",
"lat": 28.68355388,
"lng": 77.32385242,
"most_urgent": false,
"students": 2997,
"student_teacher_ratio": 31.54736842
}
}, {
"type": "Point",
"coordinates": [77.314779, 28.692903],
"properties": {
"cartodb_id": 212,
"edudel_code": 1106014,
"distname": "NORTH EAST DELHI",
"pincode": 110093,
"school_code": "7030124310",
"school_name": "Govt. Boys Sec. School, Nand Nagri Extn., Block F1-F2, Delhi",
"village_name": "243-NANG NAGRI",
"lat": 28.69290251,
"lng": 77.31477889,
"most_urgent": true,
"students": 1371,
"student_teacher_ratio": 44.22580645
}
}, {
"type": "Point",
"coordinates": [77.326673, 28.690428],
"properties": {
"cartodb_id": 213,
"edudel_code": 1106018,
"distname": "NORTH EAST DELHI",
"pincode": 110095,
"school_code": "7030124204",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, New Seemapuri Delhi",
"village_name": "242-NEW SEEMA PURI",
"lat": 28.69042811,
"lng": 77.32667257,
"most_urgent": false,
"students": 2781,
"student_teacher_ratio": 30.9
}
}, {
"type": "Point",
"coordinates": [77.310698, 28.7057],
"properties": {
"cartodb_id": 214,
"edudel_code": 1106019,
"distname": "NORTH EAST DELHI",
"pincode": 110093,
"school_code": "7030124309",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Mandoli, Delhi",
"village_name": "243-NANG NAGRI",
"lat": 28.70569958,
"lng": 77.31069799,
"most_urgent": true,
"students": 2621,
"student_teacher_ratio": 31.20238095
}
}, {
"type": "Point",
"coordinates": [77.299591, 28.681175],
"properties": {
"cartodb_id": 215,
"edudel_code": 1106020,
"distname": "NORTH EAST DELHI",
"pincode": 110032,
"school_code": "7030124702",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.1, Mansarovar Park, Sahadara, Delhi",
"village_name": "247-RAM NAGAR",
"lat": 28.68117538,
"lng": 77.29959064,
"most_urgent": false,
"students": 1227,
"student_teacher_ratio": 25.5625
}
}, {
"type": "Point",
"coordinates": [77.326823, 28.678611],
"properties": {
"cartodb_id": 216,
"edudel_code": 1106021,
"distname": "NORTH EAST DELHI",
"pincode": 110095,
"school_code": "7030124201",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Vishwamitra), Seemapuri, Delhi",
"village_name": "242-NEW SEEMA PURI",
"lat": 28.67861101,
"lng": 77.32682329,
"most_urgent": true,
"students": 4295,
"student_teacher_ratio": 41.69902913
}
}, {
"type": "Point",
"coordinates": [77.306989, 28.693824],
"properties": {
"cartodb_id": 217,
"edudel_code": 1106022,
"distname": "NORTH EAST DELHI",
"pincode": 110093,
"school_code": "7030124308",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Raja Ravi Verma), B-Block, Nand Nagri, Delhi",
"village_name": "243-NANG NAGRI",
"lat": 28.69382417,
"lng": 77.30698883,
"most_urgent": false,
"students": 2397,
"student_teacher_ratio": 29.59259259
}
}, {
"type": "Point",
"coordinates": [77.323969, 28.683418],
"properties": {
"cartodb_id": 218,
"edudel_code": 1106023,
"distname": "NORTH EAST DELHI",
"pincode": 110095,
"school_code": "7030124102",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (St. Eknath) , Dilshad Garden, Delhi",
"village_name": "241-DILSHAD GARDEN",
"lat": 28.68341785,
"lng": 77.32396921,
"most_urgent": true,
"students": 3902,
"student_teacher_ratio": 30.96825397
}
}, {
"type": "Point",
"coordinates": [77.30564, 28.695657],
"properties": {
"cartodb_id": 219,
"edudel_code": 1106024,
"distname": "NORTH EAST DELHI",
"pincode": 110093,
"school_code": "7030124603",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, DDA Flats, East of Loni Road, Delhi",
"village_name": "246-ASHOK NAGAR",
"lat": 28.69565743,
"lng": 77.30564001,
"most_urgent": false,
"students": 3344,
"student_teacher_ratio": 32.15384615
}
}, {
"type": "Point",
"coordinates": [77.312816, 28.681264],
"properties": {
"cartodb_id": 220,
"edudel_code": 1106025,
"distname": "NORTH EAST DELHI",
"pincode": 110095,
"school_code": "7030124101",
"school_name": "Govt. Girls Sr. Sec. School, C-Block, Dilshad Garden, Delhi",
"village_name": "241-DILSHAD GARDEN",
"lat": 28.68126444,
"lng": 77.31281613,
"most_urgent": false,
"students": 2528,
"student_teacher_ratio": 28.40449438
}
}, {
"type": "Point",
"coordinates": [77.314779, 28.692903],
"properties": {
"cartodb_id": 221,
"edudel_code": 1106026,
"distname": "NORTH EAST DELHI",
"pincode": 110093,
"school_code": "7030124302",
"school_name": "Govt. Girls Sec. School, Nand Nagri Extn., Block FI-F2, Delhi",
"village_name": "243-NANG NAGRI",
"lat": 28.69290251,
"lng": 77.31477889,
"most_urgent": true,
"students": 1682,
"student_teacher_ratio": 34.32653061
}
}, {
"type": "Point",
"coordinates": [77.303036, 28.69665],
"properties": {
"cartodb_id": 222,
"edudel_code": 1106112,
"distname": "NORTH EAST DELHI",
"pincode": 110093,
"school_code": "7030124602",
"school_name": "Govt. Girls Sec. School, Ashok Nagar, Mandoli Road, Delhi",
"village_name": "246-ASHOK NAGAR",
"lat": 28.69664955,
"lng": 77.30303567,
"most_urgent": false,
"students": 643,
"student_teacher_ratio": 22.17241379
}
}, {
"type": "Point",
"coordinates": [77.313905, 28.69466],
"properties": {
"cartodb_id": 223,
"edudel_code": 1106113,
"distname": "NORTH EAST DELHI",
"pincode": 110093,
"school_code": "7030124307",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Block-E, Nand Nagari, Delhi",
"village_name": "243-NANG NAGRI",
"lat": 28.69466038,
"lng": 77.31390471,
"most_urgent": false,
"students": 2942,
"student_teacher_ratio": 28.01904762
}
}, {
"type": "Point",
"coordinates": [77.299447, 28.680817],
"properties": {
"cartodb_id": 224,
"edudel_code": 1106114,
"distname": "NORTH EAST DELHI",
"pincode": 110032,
"school_code": "7030124701",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, No.2, Mansarovar Park Shahdara Delhi",
"village_name": "247-RAM NAGAR",
"lat": 28.68081671,
"lng": 77.29944704,
"most_urgent": false,
"students": 1650,
"student_teacher_ratio": 25
}
}, {
"type": "Point",
"coordinates": [77.315246, 28.690606],
"properties": {
"cartodb_id": 225,
"edudel_code": 1106115,
"distname": "NORTH EAST DELHI",
"pincode": 110093,
"school_code": "7030124306",
"school_name": "Govt. Girls Sr. Sec. School, Janta Flats, Nand Nagari, Delhi",
"village_name": "243-NANG NAGRI",
"lat": 28.69060614,
"lng": 77.31524587,
"most_urgent": false,
"students": 2317,
"student_teacher_ratio": 24.13541667
}
}, {
"type": "Point",
"coordinates": [77.306248, 28.695908],
"properties": {
"cartodb_id": 226,
"edudel_code": 1106116,
"distname": "NORTH EAST DELHI",
"pincode": 110093,
"school_code": "7030124301",
"school_name": "Govt. Girls Sr. Sec. School, Block-A, Nand Nagri, Delhi",
"village_name": "243-NANG NAGRI",
"lat": 28.69590791,
"lng": 77.30624838,
"most_urgent": true,
"students": 2164,
"student_teacher_ratio": 35.47540984
}
}, {
"type": "Point",
"coordinates": [77.303904, 28.701408],
"properties": {
"cartodb_id": 227,
"edudel_code": 1106117,
"distname": "NORTH EAST DELHI",
"pincode": 110093,
"school_code": "7030126303",
"school_name": "Govt. Girls Sr. Sec. School, Saboli, Delhi",
"village_name": "263-SABOLI",
"lat": 28.70140763,
"lng": 77.30390355,
"most_urgent": true,
"students": 2955,
"student_teacher_ratio": 39.4
}
}, {
"type": "Point",
"coordinates": [77.305638, 28.695711],
"properties": {
"cartodb_id": 228,
"edudel_code": 1106118,
"distname": "NORTH EAST DELHI",
"pincode": 110093,
"school_code": "7030124601",
"school_name": "Govt. Boys Sr. Sec. School, DDA Flats, East of Loni Road Delhi",
"village_name": "246-ASHOK NAGAR",
"lat": 28.69571104,
"lng": 77.30563829,
"most_urgent": false,
"students": 2664,
"student_teacher_ratio": 40.98461538
}
}, {
"type": "Point",
"coordinates": [77.306148, 28.695912],
"properties": {
"cartodb_id": 229,
"edudel_code": 1106119,
"distname": "NORTH EAST DELHI",
"pincode": 110093,
"school_code": "7030124305",
"school_name": "Govt. Boys Sr. Sec. School, Block-A, Nand Nagar, Near Sabzi Mandi, Delhi",
"village_name": "243-NANG NAGRI",
"lat": 28.69591202,
"lng": 77.30614775,
"most_urgent": false,
"students": 1710,
"student_teacher_ratio": 31.66666667
}
}, {
"type": "Point",
"coordinates": [77.303962, 28.701279],
"properties": {
"cartodb_id": 230,
"edudel_code": 1106120,
"distname": "NORTH EAST DELHI",
"pincode": 110093,
"school_code": "7030126302",
"school_name": "Govt. Boys Sr. Sec. School, Saboli, Delhi",
"village_name": "263-SABOLI",
"lat": 28.70127874,
"lng": 77.30396193,
"most_urgent": true,
"students": 2458,
"student_teacher_ratio": 44.69090909
}
}, {
"type": "Point",
"coordinates": [77.328707, 28.680976],
"properties": {
"cartodb_id": 231,
"edudel_code": 1106122,
"distname": "NORTH EAST DELHI",
"pincode": 110095,
"school_code": "7030124001",
"school_name": "Govt. Girls Sec. School, GH Block, Old Seemapuri, Delhi",
"village_name": "240-DILSHAD COLONY",
"lat": 28.68097634,
"lng": 77.3287073,
"most_urgent": true,
"students": 1658,
"student_teacher_ratio": 32.50980392
}
}, {
"type": "Point",
"coordinates": [77.300207, 28.700278],
"properties": {
"cartodb_id": 232,
"edudel_code": 1106123,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030126301",
"school_name": "Govt. Girls Sec. School, B-Block Meet Nagar Delhi",
"village_name": "263-SABOLI",
"lat": 28.7002779,
"lng": 77.30020706,
"most_urgent": false,
"students": 785,
"student_teacher_ratio": 31.4
}
}, {
"type": "Point",
"coordinates": [77.302378, 28.698839],
"properties": {
"cartodb_id": 233,
"edudel_code": 1106252,
"distname": "NORTH EAST DELHI",
"pincode": 110093,
"school_code": "7030124304",
"school_name": "Rajkiya Pratibha Vikas Vidyalaya, D-Block, Nand Nagari Delhi",
"village_name": "243-NANG NAGRI",
"lat": 28.6988392,
"lng": 77.30237814,
"most_urgent": false,
"students": 735,
"student_teacher_ratio": 19.34210526
}
}, {
"type": "Point",
"coordinates": [77.324278, 28.701847],
"properties": {
"cartodb_id": 234,
"edudel_code": 1106256,
"distname": "NORTH EAST DELHI",
"pincode": 110093,
"school_code": "7030126402",
"school_name": "Govt. Girls Sec. School, A-Block, Harsh Vihar, Delhi",
"village_name": "264-HARSH VIHAR",
"lat": 28.70184741,
"lng": 77.32427808,
"most_urgent": true,
"students": 1272,
"student_teacher_ratio": 35.33333333
}
}, {
"type": "Point",
"coordinates": [77.324278, 28.701847],
"properties": {
"cartodb_id": 235,
"edudel_code": 1106258,
"distname": "NORTH EAST DELHI",
"pincode": 110093,
"school_code": "7030126403",
"school_name": "Govt. Boys Sec. School, A-Block, Harsh Vihar, Delhi",
"village_name": "264-HARSH VIHAR",
"lat": 28.70184741,
"lng": 77.32427808,
"most_urgent": true,
"students": 1219,
"student_teacher_ratio": 40.63333333
}
}, {
"type": "Point",
"coordinates": [77.315899, 28.701471],
"properties": {
"cartodb_id": 236,
"edudel_code": 1106259,
"distname": "NORTH EAST DELHI",
"pincode": 110093,
"school_code": "7030126404",
"school_name": "Govt. Girls Sr. Sec. School, Mandoli Extension, Delhi",
"village_name": "264-HARSH VIHAR",
"lat": 28.70147145,
"lng": 77.31589912,
"most_urgent": true,
"students": 2712,
"student_teacher_ratio": 57.70212766
}
}, {
"type": "Point",
"coordinates": [77.300285, 28.70027],
"properties": {
"cartodb_id": 237,
"edudel_code": 1106261,
"distname": "NORTH EAST DELHI",
"pincode": 110094,
"school_code": "7030126304",
"school_name": "Govt. Boys Sec. School, Meet Nagar, Block B, Delhi",
"village_name": "263-SABOLI",
"lat": 28.70026989,
"lng": 77.30028486,
"most_urgent": false,
"students": 712,
"student_teacher_ratio": 32.36363636
}
}, {
"type": "Point",
"coordinates": [77.328773, 28.68101],
"properties": {
"cartodb_id": 238,
"edudel_code": 1106263,
"distname": "NORTH EAST DELHI",
"pincode": 110095,
"school_code": "7030124002",
"school_name": "Govt. Boys Sec. School, Old Seemapuri, Block GH, Delhi",
"village_name": "240-DILSHAD COLONY",
"lat": 28.68101041,
"lng": 77.32877336,
"most_urgent": false,
"students": 1684,
"student_teacher_ratio": 33.68
}
}, {
"type": "Point",
"coordinates": [77.321696, 28.693986],
"properties": {
"cartodb_id": 239,
"edudel_code": 1106264,
"distname": "NORTH EAST DELHI",
"pincode": 110093,
"school_code": "7030126405",
"school_name": "Govt. Co-ed. Sr. Sec. School, Sunder Nagari, Delhi",
"village_name": "264-HARSH VIHAR",
"lat": 28.69398604,
"lng": 77.32169605,
"most_urgent": true,
"students": 3295,
"student_teacher_ratio": 54.91666667
}
}, {
"type": "Point",
"coordinates": [77.315937, 28.701471],
"properties": {
"cartodb_id": 240,
"edudel_code": 1106265,
"distname": "NORTH EAST DELHI",
"pincode": 110093,
"school_code": "7030126406",
"school_name": "Govt. Boys Sr. Sec. School, Mandoli Extension, Delhi",
"village_name": "264-HARSH VIHAR",
"lat": 28.70147081,
"lng": 77.31593701,
"most_urgent": true,
"students": 2020,
"student_teacher_ratio": 56.11111111
}
}, {
"type": "Point",
"coordinates": [77.220494, 28.709566],
"properties": {
"cartodb_id": 241,
"edudel_code": 1207004,
"distname": "NORTH DELHI",
"pincode": 110054,
"school_code": "7020101101",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya , Nehru Vihar Delhi",
"village_name": "11-MUKHERJI NAGAR",
"lat": 28.70956567,
"lng": 77.22049427,
"most_urgent": true,
"students": 2534,
"student_teacher_ratio": 31.675
}
}, {
"type": "Point",
"coordinates": [77.216422, 28.739775],
"properties": {
"cartodb_id": 242,
"edudel_code": 1207005,
"distname": "NORTH DELHI",
"pincode": 110084,
"school_code": "7020100707",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Mahavir Singh), Gali No.9, Jagatpur, Delhi",
"village_name": "7-BURARI",
"lat": 28.73977532,
"lng": 77.21642169,
"most_urgent": false,
"students": 420,
"student_teacher_ratio": 28
}
}, {
"type": "Point",
"coordinates": [77.226669, 28.680299],
"properties": {
"cartodb_id": 243,
"edudel_code": 1207008,
"distname": "NORTH DELHI",
"pincode": 110054,
"school_code": "7020107704",
"school_name": "Govt. Sarvodaya Vidyalaya (Shaeed Bhai Bal Mukund), Shankaracharya Marg, Delhi",
"village_name": "77-KASHMERE GATE",
"lat": 28.68029887,
"lng": 77.22666855,
"most_urgent": false,
"students": 1233,
"student_teacher_ratio": 33.32432432
}
}, {
"type": "Point",
"coordinates": [77.196547, 28.749551],
"properties": {
"cartodb_id": 244,
"edudel_code": 1207009,
"distname": "NORTH DELHI",
"pincode": 110084,
"school_code": "7020100706",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Burari, Delhi",
"village_name": "7-BURARI",
"lat": 28.74955142,
"lng": 77.19654673,
"most_urgent": false,
"students": 2618,
"student_teacher_ratio": 31.16666667
}
}, {
"type": "Point",
"coordinates": [77.197588, 28.681901],
"properties": {
"cartodb_id": 245,
"edudel_code": 1207011,
"distname": "NORTH DELHI",
"pincode": 110007,
"school_code": "7020106904",
"school_name": "Govt. Sarvodaya Vidyalaya No.3, Shakti Nagar Opp.Petrol Pump, GT Road, Delhi",
"village_name": "69-KAMLA NAGAR",
"lat": 28.68190148,
"lng": 77.19758758,
"most_urgent": false,
"students": 799,
"student_teacher_ratio": 22.82857143
}
}, {
"type": "Point",
"coordinates": [77.226772, 28.695746],
"properties": {
"cartodb_id": 246,
"edudel_code": 1207012,
"distname": "NORTH DELHI",
"pincode": 110054,
"school_code": "7020101004",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Timar Pur, Near Balak Ram Hospital, Delhi",
"village_name": "10-TIMARPUR",
"lat": 28.69574625,
"lng": 77.22677164,
"most_urgent": false,
"students": 1216,
"student_teacher_ratio": 28.95238095
}
}, {
"type": "Point",
"coordinates": [77.19976, 28.684583],
"properties": {
"cartodb_id": 247,
"edudel_code": 1207013,
"distname": "NORTH DELHI",
"pincode": 110007,
"school_code": "7020107005",
"school_name": "Govt. Sarvodaya Vidyalaya No.4, Roop Nagar, Delhi",
"village_name": "70-MODEL TOWN",
"lat": 28.68458296,
"lng": 77.19976032,
"most_urgent": false,
"students": 1259,
"student_teacher_ratio": 26.78723404
}
}, {
"type": "Point",
"coordinates": [77.223312, 28.665727],
"properties": {
"cartodb_id": 248,
"edudel_code": 1207014,
"distname": "NORTH DELHI",
"pincode": 110006,
"school_code": "7020107706",
"school_name": "Govt. Sarvodaya Bal Vidyalaya No.2, Mori Gate, Gokhle Marg, Delhi",
"village_name": "77-KASHMERE GATE",
"lat": 28.66572711,
"lng": 77.22331242,
"most_urgent": false,
"students": 807,
"student_teacher_ratio": 23.73529412
}
}, {
"type": "Point",
"coordinates": [77.202387, 28.673774],
"properties": {
"cartodb_id": 249,
"edudel_code": 1207015,
"distname": "NORTH DELHI",
"pincode": 110007,
"school_code": "7020100904",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Roshanara Road, Delhi",
"village_name": "9-MALKA GANJ",
"lat": 28.67377402,
"lng": 77.20238723,
"most_urgent": false,
"students": 659,
"student_teacher_ratio": 23.53571429
}
}, {
"type": "Point",
"coordinates": [77.199813, 28.68545],
"properties": {
"cartodb_id": 250,
"edudel_code": 1207016,
"distname": "NORTH DELHI",
"pincode": 110007,
"school_code": "7020107004",
"school_name": "Govt. Boys Sr. Sec. School No.2, Roop Nagar , Delhi",
"village_name": "70-MODEL TOWN",
"lat": 28.68544965,
"lng": 77.19981285,
"most_urgent": false,
"students": 723,
"student_teacher_ratio": 24.1
}
}, {
"type": "Point",
"coordinates": [77.201571, 28.684062],
"properties": {
"cartodb_id": 251,
"edudel_code": 1207017,
"distname": "NORTH DELHI",
"pincode": 110007,
"school_code": "7020107002",
"school_name": "Govt. Boys Sr. Sec. School No.1, Roop Nagar , Delhi",
"village_name": "70-MODEL TOWN",
"lat": 28.68406182,
"lng": 77.20157129,
"most_urgent": false,
"students": 720,
"student_teacher_ratio": 22.5
}
}, {
"type": "Point",
"coordinates": [77.195685, 28.680955],
"properties": {
"cartodb_id": 252,
"edudel_code": 1207019,
"distname": "NORTH DELHI",
"pincode": 110007,
"school_code": "7020106903",
"school_name": "Govt. Boys Sr. Sec. School No.1, Shakti Nagar, Delhi",
"village_name": "69-KAMLA NAGAR",
"lat": 28.6809553,
"lng": 77.19568475,
"most_urgent": false,
"students": 1191,
"student_teacher_ratio": 31.34210526
}
}, {
"type": "Point",
"coordinates": [77.222483, 28.665642],
"properties": {
"cartodb_id": 253,
"edudel_code": 1207022,
"distname": "NORTH DELHI",
"pincode": 110006,
"school_code": "7020107701",
"school_name": "Govt. Sarvodaya Bal Vidyalaya No.1 , Mori Gate, Gokhle Marg, Delhi",
"village_name": "77-KASHMERE GATE",
"lat": 28.66564153,
"lng": 77.22248341,
"most_urgent": false,
"students": 654,
"student_teacher_ratio": 15.20930233
}
}, {
"type": "Point",
"coordinates": [77.204045, 28.682198],
"properties": {
"cartodb_id": 254,
"edudel_code": 1207027,
"distname": "NORTH DELHI",
"pincode": 110007,
"school_code": "7020106902",
"school_name": "Govt. Boys Sec. School, Block-E, Kamla Nagar, Delhi",
"village_name": "69-KAMLA NAGAR",
"lat": 28.68219751,
"lng": 77.2040449,
"most_urgent": false,
"students": 359,
"student_teacher_ratio": 22.4375
}
}, {
"type": "Point",
"coordinates": [77.215818, 28.695916],
"properties": {
"cartodb_id": 255,
"edudel_code": 1207032,
"distname": "NORTH DELHI",
"pincode": 110054,
"school_code": "7020101003",
"school_name": "Govt. Sarvodaya Vidyalaya, Lancer Road, Near DU metro station, Delhi",
"village_name": "10-TIMARPUR",
"lat": 28.69591594,
"lng": 77.21581751,
"most_urgent": false,
"students": 1499,
"student_teacher_ratio": 28.28301887
}
}, {
"type": "Point",
"coordinates": [77.20277, 28.674203],
"properties": {
"cartodb_id": 256,
"edudel_code": 1207033,
"distname": "NORTH DELHI",
"pincode": 110007,
"school_code": "7020100903",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Amar Shaheed Matadeen Lodha), Sabzi Mandi, Delhi",
"village_name": "9-MALKA GANJ",
"lat": 28.67420289,
"lng": 77.20277006,
"most_urgent": false,
"students": 958,
"student_teacher_ratio": 21.77272727
}
}, {
"type": "Point",
"coordinates": [77.221936, 28.705455],
"properties": {
"cartodb_id": 257,
"edudel_code": 1207034,
"distname": "NORTH DELHI",
"pincode": 110054,
"school_code": "7020101002",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Timarpur, Delhi",
"village_name": "10-TIMARPUR",
"lat": 28.70545514,
"lng": 77.2219355,
"most_urgent": false,
"students": 1872,
"student_teacher_ratio": 28.36363636
}
}, {
"type": "Point",
"coordinates": [77.20725, 28.67734],
"properties": {
"cartodb_id": 258,
"edudel_code": 1207035,
"distname": "NORTH DELHI",
"pincode": 110007,
"school_code": "7020100902",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Malka Ganj, Delhi",
"village_name": "9-MALKA GANJ",
"lat": 28.67733973,
"lng": 77.20725002,
"most_urgent": false,
"students": 1075,
"student_teacher_ratio": 21.07843137
}
}, {
"type": "Point",
"coordinates": [77.196559, 28.749672],
"properties": {
"cartodb_id": 259,
"edudel_code": 1207036,
"distname": "NORTH DELHI",
"pincode": 110084,
"school_code": "7020100705",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Burari, Delhi",
"village_name": "7-BURARI",
"lat": 28.74967238,
"lng": 77.19655875,
"most_urgent": false,
"students": 3086,
"student_teacher_ratio": 33.1827957
}
}, {
"type": "Point",
"coordinates": [77.195913, 28.681085],
"properties": {
"cartodb_id": 260,
"edudel_code": 1207037,
"distname": "NORTH DELHI",
"pincode": 110007,
"school_code": "7020106901",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.1, Shakti Nagar; Delhi",
"village_name": "69-KAMLA NAGAR",
"lat": 28.68108535,
"lng": 77.19591334,
"most_urgent": false,
"students": 1808,
"student_teacher_ratio": 27.81538462
}
}, {
"type": "Point",
"coordinates": [77.197685, 28.679874],
"properties": {
"cartodb_id": 261,
"edudel_code": 1207038,
"distname": "NORTH DELHI",
"pincode": 110007,
"school_code": "7020106905",
"school_name": "Govt. Girls Sr. Sec. School No.2, Shakti Nagar; Delhi",
"village_name": "69-KAMLA NAGAR",
"lat": 28.67987421,
"lng": 77.19768483,
"most_urgent": false,
"students": 431,
"student_teacher_ratio": 14.36666667
}
}, {
"type": "Point",
"coordinates": [77.201364, 28.68431],
"properties": {
"cartodb_id": 262,
"edudel_code": 1207039,
"distname": "NORTH DELHI",
"pincode": 110007,
"school_code": "7020107003",
"school_name": "Govt. Girls Sr. Sec. School No.1, Roop Nagar,Delhi",
"village_name": "70-MODEL TOWN",
"lat": 28.68430986,
"lng": 77.2013641,
"most_urgent": false,
"students": 1339,
"student_teacher_ratio": 21.95081967
}
}, {
"type": "Point",
"coordinates": [77.202894, 28.686986],
"properties": {
"cartodb_id": 263,
"edudel_code": 1207041,
"distname": "NORTH DELHI",
"pincode": 110007,
"school_code": "7020107001",
"school_name": "Govt. Girls Sr. Sec. School No.3, Roop Nagar,Delhi",
"village_name": "70-MODEL TOWN",
"lat": 28.68698607,
"lng": 77.20289444,
"most_urgent": false,
"students": 645,
"student_teacher_ratio": 22.24137931
}
}, {
"type": "Point",
"coordinates": [77.228735, 28.665474],
"properties": {
"cartodb_id": 264,
"edudel_code": 1207042,
"distname": "NORTH DELHI",
"pincode": 110006,
"school_code": "7020107703",
"school_name": "Govt. Girls Sr. Sec. School, Chabi Ganj, Kashmere Gate, Delhi",
"village_name": "77-KASHMERE GATE",
"lat": 28.66547353,
"lng": 77.22873514,
"most_urgent": false,
"students": 429,
"student_teacher_ratio": 21.45
}
}, {
"type": "Point",
"coordinates": [77.223494, 28.664926],
"properties": {
"cartodb_id": 265,
"edudel_code": 1207043,
"distname": "NORTH DELHI",
"pincode": 110006,
"school_code": "7020107705",
"school_name": "Govt. Girls Sr. Sec. School, Nicholson Road, Delhi",
"village_name": "77-KASHMERE GATE",
"lat": 28.66492589,
"lng": 77.22349429,
"most_urgent": false,
"students": 319,
"student_teacher_ratio": 16.78947368
}
}, {
"type": "Point",
"coordinates": [77.225468, 28.671134],
"properties": {
"cartodb_id": 266,
"edudel_code": 1207107,
"distname": "NORTH DELHI",
"pincode": 110054,
"school_code": "7020107702",
"school_name": "Govt. Sarvodaya Vidyalaya (Shaeed Amir Chand), Ludlow Castle, Sham Nath Marg, Delhi",
"village_name": "77-KASHMERE GATE",
"lat": 28.67113436,
"lng": 77.22546783,
"most_urgent": false,
"students": 1371,
"student_teacher_ratio": 31.88372093
}
}, {
"type": "Point",
"coordinates": [77.225104, 28.672188],
"properties": {
"cartodb_id": 267,
"edudel_code": 1207108,
"distname": "NORTH DELHI",
"pincode": 110054,
"school_code": "7020107804",
"school_name": "Rajkiya Pratibha Vikas Vidyalaya, Ludlow Castle, Rajniwas Marg, Delhi",
"village_name": "78-MAJNOO KA TILLA",
"lat": 28.67218799,
"lng": 77.22510414,
"most_urgent": false,
"students": 899,
"student_teacher_ratio": 17.98
}
}, {
"type": "Point",
"coordinates": [77.226634, 28.701541],
"properties": {
"cartodb_id": 268,
"edudel_code": 1207109,
"distname": "NORTH DELHI",
"pincode": 110054,
"school_code": "7020107801",
"school_name": "Govt. Boys Sr. Sec. School, Magazine Road, Delhi",
"village_name": "78-MAJNOO KA TILLA",
"lat": 28.70154132,
"lng": 77.22663398,
"most_urgent": false,
"students": 664,
"student_teacher_ratio": 20.12121212
}
}, {
"type": "Point",
"coordinates": [77.196732, 28.749879],
"properties": {
"cartodb_id": 269,
"edudel_code": 1207110,
"distname": "NORTH DELHI",
"pincode": 110084,
"school_code": "7020100701",
"school_name": "Govt. Boys Sr. Sec. School, Near Sant Nagar, Tomer Colony, Nathupura, Delhi",
"village_name": "7-BURARI",
"lat": 28.74987937,
"lng": 77.19673244,
"most_urgent": false,
"students": 1553,
"student_teacher_ratio": 33.04255319
}
}, {
"type": "Point",
"coordinates": [77.197003, 28.749822],
"properties": {
"cartodb_id": 270,
"edudel_code": 1207111,
"distname": "NORTH DELHI",
"pincode": 110084,
"school_code": "7020100704",
"school_name": "Govt. Girls Sr. Sec. School, Near Sant Nagar, Tomer Colony, Nathupura, Delhi",
"village_name": "7-BURARI",
"lat": 28.74982213,
"lng": 77.19700267,
"most_urgent": true,
"students": 2084,
"student_teacher_ratio": 36.56140351
}
}, {
"type": "Point",
"coordinates": [77.226643, 28.701569],
"properties": {
"cartodb_id": 271,
"edudel_code": 1207112,
"distname": "NORTH DELHI",
"pincode": 110054,
"school_code": "7020107803",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Magazine Road, Delhi",
"village_name": "78-MAJNOO KA TILLA",
"lat": 28.70156922,
"lng": 77.2266427,
"most_urgent": true,
"students": 1236,
"student_teacher_ratio": 30.14634146
}
}, {
"type": "Point",
"coordinates": [77.222137, 28.681767],
"properties": {
"cartodb_id": 272,
"edudel_code": 1207113,
"distname": "NORTH DELHI",
"pincode": 110054,
"school_code": "7020107802",
"school_name": "Rajkiya Pratibha Vikas Vidyalaya, 22A, Shamnath Marg, Civil Lines, Delhi",
"village_name": "78-MAJNOO KA TILLA",
"lat": 28.68176671,
"lng": 77.22213666,
"most_urgent": false,
"students": 884,
"student_teacher_ratio": 17.68
}
}, {
"type": "Point",
"coordinates": [77.215887, 28.696135],
"properties": {
"cartodb_id": 273,
"edudel_code": 1207114,
"distname": "NORTH DELHI",
"pincode": 110054,
"school_code": "7020101001",
"school_name": "Govt. Boys Sr. Sec. School, Lancer Road, Near DU metro station, Delhi",
"village_name": "10-TIMARPUR",
"lat": 28.69613523,
"lng": 77.21588703,
"most_urgent": false,
"students": 959,
"student_teacher_ratio": 34.25
}
}, {
"type": "Point",
"coordinates": [77.1975, 28.748972],
"properties": {
"cartodb_id": 275,
"edudel_code": 1207117,
"distname": "NORTH DELHI",
"pincode": 110084,
"school_code": "7020100702",
"school_name": "Govt. Girls Sec. School, Burari, Delhi",
"village_name": "7-BURARI",
"lat": 28.74897173,
"lng": 77.19750007,
"most_urgent": true,
"students": 2693,
"student_teacher_ratio": 36.39189189
}
}, {
"type": "Point",
"coordinates": [77.181781, 28.749132],
"properties": {
"cartodb_id": 276,
"edudel_code": 1207230,
"distname": "NORTH DELHI",
"pincode": 110042,
"school_code": "7020100601",
"school_name": "Govt. Girls Sec. School, Mukund Pur Village, Delhi",
"village_name": "6-MUKANDPUR",
"lat": 28.7491315,
"lng": 77.18178062,
"most_urgent": true,
"students": 2327,
"student_teacher_ratio": 51.71111111
}
}, {
"type": "Point",
"coordinates": [77.181816, 28.749167],
"properties": {
"cartodb_id": 277,
"edudel_code": 1207236,
"distname": "NORTH DELHI",
"pincode": 110084,
"school_code": "7020100602",
"school_name": "Govt. Boys Sec. School, Mukund Pur Village, Delhi",
"village_name": "6-MUKANDPUR",
"lat": 28.74916672,
"lng": 77.18181607,
"most_urgent": true,
"students": 2317,
"student_teacher_ratio": 50.36956522
}
}, {
"type": "Point",
"coordinates": [77.216469, 28.739908],
"properties": {
"cartodb_id": 278,
"edudel_code": 1207255,
"distname": "NORTH DELHI",
"pincode": 110084,
"school_code": "7020100801",
"school_name": "Govt. Boys Sec. School, Gali No.9, Jagatpur, Delhi",
"village_name": "8-JHARODA",
"lat": 28.7399081,
"lng": 77.2164686,
"most_urgent": false,
"students": 499,
"student_teacher_ratio": 26.26315789
}
}, {
"type": "Point",
"coordinates": [77.18815, 28.671209],
"properties": {
"cartodb_id": 279,
"edudel_code": 1208001,
"distname": "NORTH DELHI",
"pincode": 110007,
"school_code": "7020107301",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Gulabi Bagh, Delhi",
"village_name": "73-SHASTRI NAGAR",
"lat": 28.6712091,
"lng": 77.18815014,
"most_urgent": false,
"students": 617,
"student_teacher_ratio": 18.6969697
}
}, {
"type": "Point",
"coordinates": [77.21573, 28.654744],
"properties": {
"cartodb_id": 280,
"edudel_code": 1208002,
"distname": "NORTH DELHI",
"pincode": 110006,
"school_code": "7020108805",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Opp. Tanga Stand, Qutab Road Delhi",
"village_name": "88-KASABPURA",
"lat": 28.65474426,
"lng": 77.21573029,
"most_urgent": false,
"students": 868,
"student_teacher_ratio": 25.52941176
}
}, {
"type": "Point",
"coordinates": [77.182549, 28.669191],
"properties": {
"cartodb_id": 281,
"edudel_code": 1208004,
"distname": "NORTH DELHI",
"pincode": 110035,
"school_code": "7020107404",
"school_name": "Govt. Boys Sr. Sec. School, Sarai Rohilla, Delhi",
"village_name": "74-INDERLOK COLONY",
"lat": 28.66919115,
"lng": 77.18254928,
"most_urgent": false,
"students": 884,
"student_teacher_ratio": 23.89189189
}
}, {
"type": "Point",
"coordinates": [77.185976, 28.666639],
"properties": {
"cartodb_id": 282,
"edudel_code": 1208006,
"distname": "NORTH DELHI",
"pincode": 110007,
"school_code": "7020107504",
"school_name": "Govt. Boys Sr. Sec. School, Padam Nagar, Delhi",
"village_name": "75-KISHAN GANJ",
"lat": 28.66663935,
"lng": 77.18597637,
"most_urgent": false,
"students": 745,
"student_teacher_ratio": 22.57575758
}
}, {
"type": "Point",
"coordinates": [77.203629, 28.657918],
"properties": {
"cartodb_id": 283,
"edudel_code": 1208010,
"distname": "NORTH DELHI",
"pincode": 110005,
"school_code": "7020108804",
"school_name": "Govt. Boys Middle School, Model Basti, Rani Jhansi Road Delhi",
"village_name": "88-KASABPURA",
"lat": 28.65791817,
"lng": 77.20362872,
"most_urgent": false,
"students": 328,
"student_teacher_ratio": 19.29411765
}
}, {
"type": "Point",
"coordinates": [77.226524, 28.656682],
"properties": {
"cartodb_id": 284,
"edudel_code": 1208011,
"distname": "NORTH DELHI",
"pincode": 110006,
"school_code": "7020108003",
"school_name": "Govt. Co-ed Sec. School, Kucha Kabil Attar, Near Town Hall, Chandni Chowk, Delhi",
"village_name": "80-CHANDNI CHAWK",
"lat": 28.65668179,
"lng": 77.22652446,
"most_urgent": false,
"students": 255,
"student_teacher_ratio": 21.25
}
}, {
"type": "Point",
"coordinates": [77.18878, 28.671025],
"properties": {
"cartodb_id": 285,
"edudel_code": 1208013,
"distname": "NORTH DELHI",
"pincode": 110007,
"school_code": "7020107304",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Gulabi Bagh, Delhi",
"village_name": "73-SHASTRI NAGAR",
"lat": 28.67102451,
"lng": 77.18877983,
"most_urgent": false,
"students": 855,
"student_teacher_ratio": 23.75
}
}, {
"type": "Point",
"coordinates": [77.194456, 28.669932],
"properties": {
"cartodb_id": 286,
"edudel_code": 1208014,
"distname": "NORTH DELHI",
"pincode": 110007,
"school_code": "7020107503",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Pratap Nagar Delhi",
"village_name": "75-KISHAN GANJ",
"lat": 28.66993211,
"lng": 77.19445575,
"most_urgent": false,
"students": 475,
"student_teacher_ratio": 18.26923077
}
}, {
"type": "Point",
"coordinates": [77.182374, 28.669237],
"properties": {
"cartodb_id": 287,
"edudel_code": 1208015,
"distname": "NORTH DELHI",
"pincode": 110035,
"school_code": "7020107401",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Sarai Rohilla, Delhi",
"village_name": "74-INDERLOK COLONY",
"lat": 28.66923703,
"lng": 77.18237446,
"most_urgent": false,
"students": 1423,
"student_teacher_ratio": 26.35185185
}
}, {
"type": "Point",
"coordinates": [77.206102, 28.656833],
"properties": {
"cartodb_id": 288,
"edudel_code": 1208016,
"distname": "NORTH DELHI",
"pincode": 110006,
"school_code": "7020108803",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Ahata Kedara, Idgah Road Delhi",
"village_name": "88-KASABPURA",
"lat": 28.65683283,
"lng": 77.20610222,
"most_urgent": true,
"students": 1179,
"student_teacher_ratio": 34.67647059
}
}, {
"type": "Point",
"coordinates": [77.235044, 28.657572],
"properties": {
"cartodb_id": 289,
"edudel_code": 1208017,
"distname": "NORTH DELHI",
"pincode": 110006,
"school_code": "7020108002",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya , Diwan Hall,Gali Jogdhian, Chandni Chowk, Delhi",
"village_name": "80-CHANDNI CHAWK",
"lat": 28.65757177,
"lng": 77.23504449,
"most_urgent": false,
"students": 213,
"student_teacher_ratio": 14.2
}
}, {
"type": "Point",
"coordinates": [77.185975, 28.666943],
"properties": {
"cartodb_id": 290,
"edudel_code": 1208018,
"distname": "NORTH DELHI",
"pincode": 110007,
"school_code": "7020107502",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Padam Nagar Delhi",
"village_name": "75-KISHAN GANJ",
"lat": 28.66694295,
"lng": 77.18597535,
"most_urgent": false,
"students": 955,
"student_teacher_ratio": 23.29268293
}
}, {
"type": "Point",
"coordinates": [77.164167, 28.67269],
"properties": {
"cartodb_id": 291,
"edudel_code": 1208021,
"distname": "NORTH DELHI",
"pincode": 110035,
"school_code": "7020107303",
"school_name": "Govt. Girls Sr. Sec. School, Tulsi Nagar, Delhi",
"village_name": "73-SHASTRI NAGAR",
"lat": 28.67268961,
"lng": 77.16416657,
"most_urgent": false,
"students": 577,
"student_teacher_ratio": 22.19230769
}
}, {
"type": "Point",
"coordinates": [77.230174, 28.65515],
"properties": {
"cartodb_id": 292,
"edudel_code": 1208023,
"distname": "NORTH DELHI",
"pincode": 110006,
"school_code": "7020108001",
"school_name": "Govt. Girls Sr. Sec. School, Gali Barf Wali, Kinari Bazar Delhi",
"village_name": "80-CHANDNI CHAWK",
"lat": 28.65514982,
"lng": 77.23017427,
"most_urgent": false,
"students": 137,
"student_teacher_ratio": 9.785714286
}
}, {
"type": "Point",
"coordinates": [77.20822, 28.665246],
"properties": {
"cartodb_id": 293,
"edudel_code": 1208025,
"distname": "NORTH DELHI",
"pincode": 110006,
"school_code": "7020107603",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Pul Bangash, Azad Market, Delhi",
"village_name": "76-DEPUTY GANJ",
"lat": 28.66524636,
"lng": 77.2082202,
"most_urgent": false,
"students": 430,
"student_teacher_ratio": 18.69565217
}
}, {
"type": "Point",
"coordinates": [77.209268, 28.653852],
"properties": {
"cartodb_id": 294,
"edudel_code": 1208027,
"distname": "NORTH DELHI",
"pincode": 110006,
"school_code": "7020108802",
"school_name": "Govt. Girls Sr. Sec. School (Urdu Medium), Quresh Nagar Delhi",
"village_name": "88-KASABPURA",
"lat": 28.6538525,
"lng": 77.20926801,
"most_urgent": false,
"students": 181,
"student_teacher_ratio": 16.45454545
}
}, {
"type": "Point",
"coordinates": [77.208683, 28.65391],
"properties": {
"cartodb_id": 295,
"edudel_code": 1208029,
"distname": "NORTH DELHI",
"pincode": 110055,
"school_code": "7020108801",
"school_name": "Govt. Girls Sec. School, Idgah Road, Delhi",
"village_name": "88-KASABPURA",
"lat": 28.65391048,
"lng": 77.20868341,
"most_urgent": true,
"students": 314,
"student_teacher_ratio": 24.15384615
}
}, {
"type": "Point",
"coordinates": [77.211841, 28.659678],
"properties": {
"cartodb_id": 296,
"edudel_code": 1208030,
"distname": "NORTH DELHI",
"pincode": 110006,
"school_code": "7020107601",
"school_name": "Govt. Girls Sec. School, Deputy Gunj Sadar Bazar Delhi",
"village_name": "76-DEPUTY GANJ",
"lat": 28.65967796,
"lng": 77.21184065,
"most_urgent": false,
"students": 212,
"student_teacher_ratio": 17.66666667
}
}, {
"type": "Point",
"coordinates": [77.168942, 28.673189],
"properties": {
"cartodb_id": 297,
"edudel_code": 1208090,
"distname": "NORTH DELHI",
"pincode": 110035,
"school_code": "7020107403",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Inder Lok, Delhi",
"village_name": "74-INDERLOK COLONY",
"lat": 28.6731886,
"lng": 77.16894164,
"most_urgent": true,
"students": 1358,
"student_teacher_ratio": 30.17777778
}
}, {
"type": "Point",
"coordinates": [77.218784, 28.661017],
"properties": {
"cartodb_id": 298,
"edudel_code": 1208091,
"distname": "NORTH DELHI",
"pincode": 110006,
"school_code": "7020107602",
"school_name": "Govt. Co-ed Sec. School, Sushila Mohan Marg, Naya Bazar, Delhi",
"village_name": "76-DEPUTY GANJ",
"lat": 28.6610173,
"lng": 77.21878434,
"most_urgent": false,
"students": 163,
"student_teacher_ratio": 16.3
}
}, {
"type": "Point",
"coordinates": [77.198379, 28.666162],
"properties": {
"cartodb_id": 299,
"edudel_code": 1208092,
"distname": "NORTH DELHI",
"pincode": 110007,
"school_code": "7020107501",
"school_name": "Rajkiya Pratibha Vikas Vidyalaya, Nai Basti, Kishan Ganj, Delhi",
"village_name": "75-KISHAN GANJ",
"lat": 28.66616225,
"lng": 77.19837858,
"most_urgent": false,
"students": 673,
"student_teacher_ratio": 20.39393939
}
}, {
"type": "Point",
"coordinates": [77.17822, 28.67718],
"properties": {
"cartodb_id": 300,
"edudel_code": 1208095,
"distname": "NORTH DELHI",
"pincode": 110052,
"school_code": "7020107302",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Lalita Block, Shastri Nagar Delhi",
"village_name": "73-SHASTRI NAGAR",
"lat": 28.67717986,
"lng": 77.17822006,
"most_urgent": true,
"students": 1462,
"student_teacher_ratio": 37.48717949
}
}, {
"type": "Point",
"coordinates": [77.16418, 28.672556],
"properties": {
"cartodb_id": 301,
"edudel_code": 1208219,
"distname": "NORTH DELHI",
"pincode": 110035,
"school_code": "7020107402",
"school_name": "Govt. Boys Sr. Sec. School, Tulsi Nagar, Delhi",
"village_name": "74-INDERLOK COLONY",
"lat": 28.6725559,
"lng": 77.16418008,
"most_urgent": true,
"students": 823,
"student_teacher_ratio": 34.29166667
}
}, {
"type": "Point",
"coordinates": [77.178125, 28.677031],
"properties": {
"cartodb_id": 302,
"edudel_code": 1208229,
"distname": "NORTH DELHI",
"pincode": 110052,
"school_code": "7020107305",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Lalita Block, Shastri Nagar Delhi",
"village_name": "73-SHASTRI NAGAR",
"lat": 28.67703074,
"lng": 77.17812525,
"most_urgent": false,
"students": 466,
"student_teacher_ratio": 46.6
}
}, {
"type": "Point",
"coordinates": [77.193324, 28.669329],
"properties": {
"cartodb_id": 303,
"edudel_code": 1208232,
"distname": "NORTH DELHI",
"pincode": 110007,
"school_code": "7020107505",
"school_name": "Govt. Boys Sr. Sec. School , Pratap Nagar Delhi",
"village_name": "75-KISHAN GANJ",
"lat": 28.6693292,
"lng": 77.1933244,
"most_urgent": false,
"students": 400,
"student_teacher_ratio": 25
}
}, {
"type": "Point",
"coordinates": [77.195277, 28.688312],
"properties": {
"cartodb_id": 304,
"edudel_code": 1309001,
"distname": "NORTH WEST DELHI",
"pincode": 110007,
"school_code": "7010107001",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, C.C.Colony, Delhi",
"village_name": "070-RANA PRATAP BAGH",
"lat": 28.68831195,
"lng": 77.19527652,
"most_urgent": false,
"students": 747,
"student_teacher_ratio": 20.18918919
}
}, {
"type": "Point",
"coordinates": [77.166378, 28.712464],
"properties": {
"cartodb_id": 305,
"edudel_code": 1309002,
"distname": "NORTH WEST DELHI",
"pincode": 110088,
"school_code": "7010105606",
"school_name": "Govt. Boys Sr. Sec. School, B(AH)-Block, Shalimar Bagh, Delhi",
"village_name": "056-SHALIMAR BAGH (SOUTH)",
"lat": 28.71246436,
"lng": 77.16637847,
"most_urgent": false,
"students": 985,
"student_teacher_ratio": 30.78125
}
}, {
"type": "Point",
"coordinates": [77.217329, 28.714378],
"properties": {
"cartodb_id": 306,
"edudel_code": 1309003,
"distname": "NORTH WEST DELHI",
"pincode": 110009,
"school_code": "7010101101",
"school_name": "Govt. Boys Sr. Sec. School, Dr. Mukherjee Nagar, Near Batra Cinema, Delhi",
"village_name": "011-MUKHERJI NAGAR",
"lat": 28.71437767,
"lng": 77.21732947,
"most_urgent": false,
"students": 1842,
"student_teacher_ratio": 27.90909091
}
}, {
"type": "Point",
"coordinates": [77.202536, 28.699121],
"properties": {
"cartodb_id": 307,
"edudel_code": 1309004,
"distname": "NORTH WEST DELHI",
"pincode": 110009,
"school_code": "7010107207",
"school_name": "Govt. Sarvodaya Vidyalaya , King'sway Camp, New Police Line, Delhi",
"village_name": "072-MODEL TOWN",
"lat": 28.69912128,
"lng": 77.20253557,
"most_urgent": false,
"students": 1846,
"student_teacher_ratio": 29.77419355
}
}, {
"type": "Point",
"coordinates": [77.159322, 28.70306],
"properties": {
"cartodb_id": 308,
"edudel_code": 1309005,
"distname": "NORTH WEST DELHI",
"pincode": 110088,
"school_code": "7010105605",
"school_name": "Govt. Sarvodaya Vidyalaya , BT-Block, Shalimar Bagh, Delhi",
"village_name": "056-SHALIMAR BAGH (SOUTH)",
"lat": 28.70306002,
"lng": 77.15932216,
"most_urgent": false,
"students": 1525,
"student_teacher_ratio": 25.41666667
}
}, {
"type": "Point",
"coordinates": [77.161189, 28.710078],
"properties": {
"cartodb_id": 309,
"edudel_code": 1309006,
"distname": "NORTH WEST DELHI",
"pincode": 110088,
"school_code": "7010105504",
"school_name": "Govt. Boys Sr. Sec. School, BL-Block, Shalimar Bagh, Delhi",
"village_name": "055-SHALIMAR BAGH (NORTH)",
"lat": 28.71007762,
"lng": 77.16118936,
"most_urgent": false,
"students": 807,
"student_teacher_ratio": 23.73529412
}
}, {
"type": "Point",
"coordinates": [77.158747, 28.701433],
"properties": {
"cartodb_id": 310,
"edudel_code": 1309007,
"distname": "NORTH WEST DELHI",
"pincode": 110088,
"school_code": "7010105604",
"school_name": "Govt. Boys Sr. Sec. School, AP-Block, Shalimar Bagh, Delhi",
"village_name": "056-SHALIMAR BAGH (SOUTH)",
"lat": 28.70143275,
"lng": 77.15874707,
"most_urgent": false,
"students": 645,
"student_teacher_ratio": 30.71428571
}
}, {
"type": "Point",
"coordinates": [77.209532, 28.701159],
"properties": {
"cartodb_id": 311,
"edudel_code": 1309008,
"distname": "NORTH WEST DELHI",
"pincode": 110009,
"school_code": "7010101205",
"school_name": "Govt. Boys Sr. Sec. School, Guru Teg Bahadur Nagar, Delhi",
"village_name": "012-G.T.B. NAGAR",
"lat": 28.7011589,
"lng": 77.20953237,
"most_urgent": false,
"students": 1272,
"student_teacher_ratio": 27.65217391
}
}, {
"type": "Point",
"coordinates": [77.203327, 28.706843],
"properties": {
"cartodb_id": 312,
"edudel_code": 1309009,
"distname": "NORTH WEST DELHI",
"pincode": 110009,
"school_code": "7010101204",
"school_name": "Govt. Boys Sr. Sec. School, Dhakka, Delhi",
"village_name": "012-G.T.B. NAGAR",
"lat": 28.70684296,
"lng": 77.20332746,
"most_urgent": false,
"students": 771,
"student_teacher_ratio": 24.87096774
}
}, {
"type": "Point",
"coordinates": [77.185701, 28.711465],
"properties": {
"cartodb_id": 313,
"edudel_code": 1309010,
"distname": "NORTH WEST DELHI",
"pincode": 110009,
"school_code": "7010107206",
"school_name": "Govt. Boys Sr. Sec. School No.1, Model Town Ph-III, Near Post Office Delhi",
"village_name": "072-MODEL TOWN",
"lat": 28.71146528,
"lng": 77.18570146,
"most_urgent": false,
"students": 1285,
"student_teacher_ratio": 25.19607843
}
}, {
"type": "Point",
"coordinates": [77.186187, 28.7122],
"properties": {
"cartodb_id": 314,
"edudel_code": 1309011,
"distname": "NORTH WEST DELHI",
"pincode": 110009,
"school_code": "7010107205",
"school_name": "Govt. Boys Sr. Sec. School No.2, Block-R, Model Town-III, Delhi",
"village_name": "072-MODEL TOWN",
"lat": 28.71219989,
"lng": 77.18618665,
"most_urgent": false,
"students": 794,
"student_teacher_ratio": 34.52173913
}
}, {
"type": "Point",
"coordinates": [77.19127, 28.688355],
"properties": {
"cartodb_id": 315,
"edudel_code": 1309012,
"distname": "NORTH WEST DELHI",
"pincode": 110007,
"school_code": "7010107102",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Rana Pratap Bagh, Delhi",
"village_name": "071-SANGAM PARK",
"lat": 28.68835543,
"lng": 77.19127006,
"most_urgent": false,
"students": 463,
"student_teacher_ratio": 25.72222222
}
}, {
"type": "Point",
"coordinates": [77.171995, 28.718803],
"properties": {
"cartodb_id": 316,
"edudel_code": 1309013,
"distname": "NORTH WEST DELHI",
"pincode": 110033,
"school_code": "7010101407",
"school_name": "Govt. Boys Sr. Sec. School No.1, Adarsh Nagar, Delhi",
"village_name": "014-ADARSH NAGAR",
"lat": 28.71880304,
"lng": 77.17199452,
"most_urgent": true,
"students": 1785,
"student_teacher_ratio": 27.46153846
}
}, {
"type": "Point",
"coordinates": [77.178544, 28.715472],
"properties": {
"cartodb_id": 317,
"edudel_code": 1309017,
"distname": "NORTH WEST DELHI",
"pincode": 110033,
"school_code": "7010101301",
"school_name": "Govt. Co-ed. Sr. Sec. School, Gopal Park Azad Pur, Delhi",
"village_name": "013-DHIRPUR",
"lat": 28.71547154,
"lng": 77.17854386,
"most_urgent": false,
"students": 996,
"student_teacher_ratio": 22.63636364
}
}, {
"type": "Point",
"coordinates": [77.207421, 28.708465],
"properties": {
"cartodb_id": 318,
"edudel_code": 1309022,
"distname": "NORTH WEST DELHI",
"pincode": 110009,
"school_code": "7010101002",
"school_name": "Govt. Boys Secondary School, Dhakka, Delhi",
"village_name": "010-TIMARPUR",
"lat": 28.7084651,
"lng": 77.20742091,
"most_urgent": false,
"students": 727,
"student_teacher_ratio": 36.35
}
}, {
"type": "Point",
"coordinates": [77.159672, 28.719876],
"properties": {
"cartodb_id": 319,
"edudel_code": 1309023,
"distname": "NORTH WEST DELHI",
"pincode": 110088,
"school_code": "7010105503",
"school_name": "Govt. Girls Sr. Sec. School, Shalamar Village, Delhi",
"village_name": "055-SHALIMAR BAGH (NORTH)",
"lat": 28.71987632,
"lng": 77.15967212,
"most_urgent": false,
"students": 1280,
"student_teacher_ratio": 29.76744186
}
}, {
"type": "Point",
"coordinates": [77.147763, 28.72523],
"properties": {
"cartodb_id": 320,
"edudel_code": 1309024,
"distname": "NORTH WEST DELHI",
"pincode": 110088,
"school_code": "7010105502",
"school_name": "Govt. Girls Sec. School, Haider Pur- Delhi",
"village_name": "055-SHALIMAR BAGH (NORTH)",
"lat": 28.72523025,
"lng": 77.14776288,
"most_urgent": false,
"students": 1039,
"student_teacher_ratio": 29.68571429
}
}, {
"type": "Point",
"coordinates": [77.203159, 28.706777],
"properties": {
"cartodb_id": 321,
"edudel_code": 1309025,
"distname": "NORTH WEST DELHI",
"pincode": 110009,
"school_code": "7010101203",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Dhaka Delhi",
"village_name": "012-G.T.B. NAGAR",
"lat": 28.70677736,
"lng": 77.20315883,
"most_urgent": false,
"students": 1182,
"student_teacher_ratio": 23.64
}
}, {
"type": "Point",
"coordinates": [77.18563, 28.711278],
"properties": {
"cartodb_id": 322,
"edudel_code": 1309026,
"distname": "NORTH WEST DELHI",
"pincode": 110009,
"school_code": "7010107204",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.1, Model Town Ph-III, Near Post Office Delhi",
"village_name": "072-MODEL TOWN",
"lat": 28.71127804,
"lng": 77.1856295,
"most_urgent": false,
"students": 1571,
"student_teacher_ratio": 25.33870968
}
}, {
"type": "Point",
"coordinates": [77.191248, 28.688306],
"properties": {
"cartodb_id": 324,
"edudel_code": 1309028,
"distname": "NORTH WEST DELHI",
"pincode": 110007,
"school_code": "7010107101",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Rana Partap Bagh, Delhi",
"village_name": "071-SANGAM PARK",
"lat": 28.68830602,
"lng": 77.1912475,
"most_urgent": false,
"students": 1176,
"student_teacher_ratio": 26.72727273
}
}, {
"type": "Point",
"coordinates": [77.161469, 28.710248],
"properties": {
"cartodb_id": 325,
"edudel_code": 1309030,
"distname": "NORTH WEST DELHI",
"pincode": 110088,
"school_code": "7010105501",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, BL-Block, Shalimar Bagh, Delhi",
"village_name": "055-SHALIMAR BAGH (NORTH)",
"lat": 28.71024757,
"lng": 77.16146916,
"most_urgent": false,
"students": 1528,
"student_teacher_ratio": 28.2962963
}
}, {
"type": "Point",
"coordinates": [77.172868, 28.719278],
"properties": {
"cartodb_id": 326,
"edudel_code": 1309031,
"distname": "NORTH WEST DELHI",
"pincode": 110033,
"school_code": "7010101406",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Adarsh Nagar, Delhi",
"village_name": "014-ADARSH NAGAR",
"lat": 28.71927841,
"lng": 77.17286756,
"most_urgent": false,
"students": 2334,
"student_teacher_ratio": 27.78571429
}
}, {
"type": "Point",
"coordinates": [77.165735, 28.712481],
"properties": {
"cartodb_id": 327,
"edudel_code": 1309032,
"distname": "NORTH WEST DELHI",
"pincode": 110088,
"school_code": "7010105603",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Block-B(AH), Shalimar Bagh, Delhi",
"village_name": "056-SHALIMAR BAGH (SOUTH)",
"lat": 28.71248095,
"lng": 77.16573495,
"most_urgent": false,
"students": 1276,
"student_teacher_ratio": 27.14893617
}
}, {
"type": "Point",
"coordinates": [77.158747, 28.701433],
"properties": {
"cartodb_id": 328,
"edudel_code": 1309033,
"distname": "NORTH WEST DELHI",
"pincode": 110088,
"school_code": "7010105602",
"school_name": "Govt. Girls Sr. Sec. School, AP-Block, Shalimar Bagh, Delhi",
"village_name": "056-SHALIMAR BAGH (SOUTH)",
"lat": 28.70143275,
"lng": 77.15874707,
"most_urgent": false,
"students": 1002,
"student_teacher_ratio": 25.05
}
}, {
"type": "Point",
"coordinates": [77.172018, 28.718885],
"properties": {
"cartodb_id": 329,
"edudel_code": 1309034,
"distname": "NORTH WEST DELHI",
"pincode": 110033,
"school_code": "7010101405",
"school_name": "Govt. Girls Sr. Sec. School, Adarsh Nagar Delhi",
"village_name": "014-ADARSH NAGAR",
"lat": 28.71888539,
"lng": 77.17201775,
"most_urgent": false,
"students": 2090,
"student_teacher_ratio": 27.5
}
}, {
"type": "Point",
"coordinates": [77.179623, 28.71785],
"properties": {
"cartodb_id": 330,
"edudel_code": 1309036,
"distname": "NORTH WEST DELHI",
"pincode": 110033,
"school_code": "7010101404",
"school_name": "Govt. Girls Sec. School, Majlis Park, Gali No. 9, Delhi",
"village_name": "014-ADARSH NAGAR",
"lat": 28.71784983,
"lng": 77.17962254,
"most_urgent": false,
"students": 668,
"student_teacher_ratio": 27.83333333
}
}, {
"type": "Point",
"coordinates": [77.20736, 28.708978],
"properties": {
"cartodb_id": 331,
"edudel_code": 1309037,
"distname": "NORTH WEST DELHI",
"pincode": 110009,
"school_code": "7010101001",
"school_name": "Govt. Girls Sec. School, Dhakka, Delhi",
"village_name": "010-TIMARPUR",
"lat": 28.7089783,
"lng": 77.20736046,
"most_urgent": true,
"students": 893,
"student_teacher_ratio": 35.72
}
}, {
"type": "Point",
"coordinates": [77.15899, 28.704438],
"properties": {
"cartodb_id": 332,
"edudel_code": 1309124,
"distname": "NORTH WEST DELHI",
"pincode": 110088,
"school_code": "7010105601",
"school_name": "Rajkiya Pratibha Vikas Vidyalaya, Block-BT, Shalimar Bagh, Delhi",
"village_name": "056-SHALIMAR BAGH (SOUTH)",
"lat": 28.70443831,
"lng": 77.15898966,
"most_urgent": false,
"students": 746,
"student_teacher_ratio": 20.16216216
}
}, {
"type": "Point",
"coordinates": [77.172948, 28.719238],
"properties": {
"cartodb_id": 333,
"edudel_code": 1309125,
"distname": "NORTH WEST DELHI",
"pincode": 110033,
"school_code": "7010101403",
"school_name": "Govt. Boys Sr. Sec. School No.2, Adarsh Nagar, Delhi",
"village_name": "014-ADARSH NAGAR",
"lat": 28.71923832,
"lng": 77.17294798,
"most_urgent": false,
"students": 1740,
"student_teacher_ratio": 29
}
}, {
"type": "Point",
"coordinates": [77.186105, 28.711799],
"properties": {
"cartodb_id": 334,
"edudel_code": 1309126,
"distname": "NORTH WEST DELHI",
"pincode": 110009,
"school_code": "7010107203",
"school_name": "Govt. Girls Sr. Sec. School No.2, Block-R, Model Town-III, Delhi",
"village_name": "072-MODEL TOWN",
"lat": 28.71179891,
"lng": 77.18610534,
"most_urgent": false,
"students": 909,
"student_teacher_ratio": 23.92105263
}
}, {
"type": "Point",
"coordinates": [77.181543, 28.708875],
"properties": {
"cartodb_id": 335,
"edudel_code": 1309127,
"distname": "NORTH WEST DELHI",
"pincode": 110033,
"school_code": "7010107202",
"school_name": "Govt. Girls Sr. Sec. School, Azadpur Colony Delhi",
"village_name": "072-MODEL TOWN",
"lat": 28.70887546,
"lng": 77.18154255,
"most_urgent": false,
"students": 999,
"student_teacher_ratio": 29.38235294
}
}, {
"type": "Point",
"coordinates": [77.181368, 28.708894],
"properties": {
"cartodb_id": 336,
"edudel_code": 1309128,
"distname": "NORTH WEST DELHI",
"pincode": 110033,
"school_code": "7010107201",
"school_name": "Govt. Boys Sr. Sec. School, Azadpur Colony Delhi",
"village_name": "072-MODEL TOWN",
"lat": 28.70889431,
"lng": 77.18136822,
"most_urgent": false,
"students": 938,
"student_teacher_ratio": 31.26666667
}
}, {
"type": "Point",
"coordinates": [77.177476, 28.707255],
"properties": {
"cartodb_id": 337,
"edudel_code": 1309129,
"distname": "NORTH WEST DELHI",
"pincode": 110033,
"school_code": "7010101402",
"school_name": "Govt. Girls Sec. School, Azadpur Village Delhi",
"village_name": "014-ADARSH NAGAR",
"lat": 28.70725472,
"lng": 77.17747612,
"most_urgent": true,
"students": 1393,
"student_teacher_ratio": 32.39534884
}
}, {
"type": "Point",
"coordinates": [77.177595, 28.707142],
"properties": {
"cartodb_id": 338,
"edudel_code": 1309130,
"distname": "NORTH WEST DELHI",
"pincode": 110033,
"school_code": "7010101401",
"school_name": "Govt. Boys Sec. School, Azadpur Village Delhi",
"village_name": "014-ADARSH NAGAR",
"lat": 28.70714156,
"lng": 77.17759511,
"most_urgent": true,
"students": 1370,
"student_teacher_ratio": 36.05263158
}
}, {
"type": "Point",
"coordinates": [77.202312, 28.691685],
"properties": {
"cartodb_id": 339,
"edudel_code": 1309167,
"distname": "NORTH WEST DELHI",
"pincode": 110009,
"school_code": "7010101201",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Vijay Nagar, Delhi",
"village_name": "012-G.T.B. NAGAR",
"lat": 28.69168533,
"lng": 77.20231158,
"most_urgent": false,
"students": 894,
"student_teacher_ratio": 26.29411765
}
}, {
"type": "Point",
"coordinates": [77.166338, 28.728008],
"properties": {
"cartodb_id": 340,
"edudel_code": 1309253,
"distname": "NORTH WEST DELHI",
"pincode": 110033,
"school_code": "7010101501",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, A-Block, Jahangirpuri, Delhi",
"village_name": "015-SARAI PEPAL THALLA",
"lat": 28.72800753,
"lng": 77.16633771,
"most_urgent": true,
"students": 2869,
"student_teacher_ratio": 32.23595506
}
}, {
"type": "Point",
"coordinates": [77.166382, 28.727932],
"properties": {
"cartodb_id": 341,
"edudel_code": 1309254,
"distname": "NORTH WEST DELHI",
"pincode": 110033,
"school_code": "7010101601",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, A-Block, Jahangirpuri, Delhi",
"village_name": "016-JAHANGIRPURI - I",
"lat": 28.72793234,
"lng": 77.16638166,
"most_urgent": true,
"students": 2828,
"student_teacher_ratio": 27.7254902
}
}, {
"type": "Point",
"coordinates": [77.173761, 28.728893],
"properties": {
"cartodb_id": 342,
"edudel_code": 1309255,
"distname": "NORTH WEST DELHI",
"pincode": 110033,
"school_code": "7010100506",
"school_name": "Govt. Boys Sr. Sec. School, D-Block,Jahangirpuri, Delhi",
"village_name": "005-BHALASWA JAHANGIRPURI",
"lat": 28.72889265,
"lng": 77.17376125,
"most_urgent": true,
"students": 2731,
"student_teacher_ratio": 37.4109589
}
}, {
"type": "Point",
"coordinates": [77.173768, 28.728265],
"properties": {
"cartodb_id": 343,
"edudel_code": 1309256,
"distname": "NORTH WEST DELHI",
"pincode": 110033,
"school_code": "7010100503",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Rani Chennama), D-Block,Jahangirpuri, Delhi",
"village_name": "005-BHALASWA JAHANGIRPURI",
"lat": 28.72826498,
"lng": 77.173768,
"most_urgent": true,
"students": 3343,
"student_teacher_ratio": 26.1171875
}
}, {
"type": "Point",
"coordinates": [77.175824, 28.731919],
"properties": {
"cartodb_id": 344,
"edudel_code": 1309257,
"distname": "NORTH WEST DELHI",
"pincode": 110033,
"school_code": "7010100504",
"school_name": "Govt. Boys Sec. School, Block-E, Jahangirpuri, Delhi",
"village_name": "005-BHALASWA JAHANGIRPURI",
"lat": 28.73191886,
"lng": 77.17582422,
"most_urgent": true,
"students": 760,
"student_teacher_ratio": 33.04347826
}
}, {
"type": "Point",
"coordinates": [77.17577, 28.731989],
"properties": {
"cartodb_id": 345,
"edudel_code": 1309258,
"distname": "NORTH WEST DELHI",
"pincode": 110033,
"school_code": "7010100502",
"school_name": "Govt. Girls Sec. School, Block-E, Jahangirpuri, Delhi",
"village_name": "005-BHALASWA JAHANGIRPURI",
"lat": 28.73198944,
"lng": 77.17577043,
"most_urgent": true,
"students": 944,
"student_teacher_ratio": 29.5
}
}, {
"type": "Point",
"coordinates": [77.167166, 28.730254],
"properties": {
"cartodb_id": 346,
"edudel_code": 1309259,
"distname": "NORTH WEST DELHI",
"pincode": 110033,
"school_code": "7010100505",
"school_name": "Govt. Boys Sr. Sec. School, Block-K, Jahangirpuri, Delhi",
"village_name": "005-BHALASWA JAHANGIRPURI",
"lat": 28.73025361,
"lng": 77.16716632,
"most_urgent": true,
"students": 4419,
"student_teacher_ratio": 36.52066116
}
}, {
"type": "Point",
"coordinates": [77.167207, 28.730276],
"properties": {
"cartodb_id": 347,
"edudel_code": 1309260,
"distname": "NORTH WEST DELHI",
"pincode": 110033,
"school_code": "7010101901",
"school_name": "Govt. Girls Sr. Sec. School, Block-K, Jahangirpuri, Delhi",
"village_name": "019-BHALASWA",
"lat": 28.73027607,
"lng": 77.16720708,
"most_urgent": true,
"students": 4116,
"student_teacher_ratio": 28.98591549
}
}, {
"type": "Point",
"coordinates": [77.162431, 28.753049],
"properties": {
"cartodb_id": 348,
"edudel_code": 1309261,
"distname": "NORTH WEST DELHI",
"pincode": 110042,
"school_code": "7010100501",
"school_name": "Govt. Girls Sec. School No.1, J.J. Colony Bhalswa Dairy, Delhi",
"village_name": "005-BHALASWA JAHANGIRPURI",
"lat": 28.75304927,
"lng": 77.16243106,
"most_urgent": true,
"students": 944,
"student_teacher_ratio": 28.60606061
}
}, {
"type": "Point",
"coordinates": [77.143129, 28.749011],
"properties": {
"cartodb_id": 349,
"edudel_code": 1309262,
"distname": "NORTH WEST DELHI",
"pincode": 110042,
"school_code": "7010101802",
"school_name": "Govt. Boys Sr. Sec. School, Libaspur, Delhi",
"village_name": "018-LIBASPUR",
"lat": 28.74901062,
"lng": 77.14312873,
"most_urgent": true,
"students": 2607,
"student_teacher_ratio": 38.33823529
}
}, {
"type": "Point",
"coordinates": [77.165143, 28.75981],
"properties": {
"cartodb_id": 350,
"edudel_code": 1309263,
"distname": "NORTH WEST DELHI",
"pincode": 110042,
"school_code": "7010101801",
"school_name": "Govt. Girls Sr. Sec. School, Libaspur, Delhi",
"village_name": "018-LIBASPUR",
"lat": 28.75980956,
"lng": 77.16514303,
"most_urgent": true,
"students": 2779,
"student_teacher_ratio": 33.8902439
}
}, {
"type": "Point",
"coordinates": [77.170469, 28.774329],
"properties": {
"cartodb_id": 351,
"edudel_code": 1309264,
"distname": "NORTH WEST DELHI",
"pincode": 110036,
"school_code": "7010100701",
"school_name": "Govt. Boys Sr. Sec. School, Qadipur, P. O. Alipur, Delhi",
"village_name": "007-BURARI",
"lat": 28.7743286,
"lng": 77.17046905,
"most_urgent": true,
"students": 1890,
"student_teacher_ratio": 34.36363636
}
}, {
"type": "Point",
"coordinates": [77.170533, 28.774633],
"properties": {
"cartodb_id": 352,
"edudel_code": 1309265,
"distname": "NORTH WEST DELHI",
"pincode": 110036,
"school_code": "7010100702",
"school_name": "Govt. Girls Sr. Sec. School, Qadipur, P. O. Alipur, Delhi",
"village_name": "007-BURARI",
"lat": 28.7746328,
"lng": 77.17053309,
"most_urgent": true,
"students": 2189,
"student_teacher_ratio": 31.27142857
}
}, {
"type": "Point",
"coordinates": [77.16172, 28.813754],
"properties": {
"cartodb_id": 353,
"edudel_code": 1309266,
"distname": "NORTH WEST DELHI",
"pincode": 110036,
"school_code": "7010100404",
"school_name": "Govt. Boys Sr. Sec. School, Bakhtawarpur, Delhi",
"village_name": "004-BAKHTAWARPUR",
"lat": 28.81375399,
"lng": 77.1617201,
"most_urgent": false,
"students": 802,
"student_teacher_ratio": 25.0625
}
}, {
"type": "Point",
"coordinates": [77.174087, 28.82019],
"properties": {
"cartodb_id": 354,
"edudel_code": 1309267,
"distname": "NORTH WEST DELHI",
"pincode": 110036,
"school_code": "7010100402",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (BMS), Bakhtawarpur, Delhi",
"village_name": "004-BAKHTAWARPUR",
"lat": 28.82018989,
"lng": 77.17408668,
"most_urgent": false,
"students": 1925,
"student_teacher_ratio": 30.55555556
}
}, {
"type": "Point",
"coordinates": [77.136931, 28.861792],
"properties": {
"cartodb_id": 355,
"edudel_code": 1309268,
"distname": "NORTH WEST DELHI",
"pincode": 110040,
"school_code": "7010100401",
"school_name": "Govt. Co-ed. Sr. Sec. School, Singhu, Delhi",
"village_name": "004-BAKHTAWARPUR",
"lat": 28.86179249,
"lng": 77.13693122,
"most_urgent": false,
"students": 663,
"student_teacher_ratio": 22.86206897
}
}, {
"type": "Point",
"coordinates": [77.187254, 28.844325],
"properties": {
"cartodb_id": 356,
"edudel_code": 1309269,
"distname": "NORTH WEST DELHI",
"pincode": 110036,
"school_code": "7010100403",
"school_name": "Govt. Boys Sr. Sec. School, Palla Majra, Delhi",
"village_name": "004-BAKHTAWARPUR",
"lat": 28.84432514,
"lng": 77.18725354,
"most_urgent": false,
"students": 624,
"student_teacher_ratio": 28.36363636
}
}, {
"type": "Point",
"coordinates": [77.165392, 28.789473],
"properties": {
"cartodb_id": 357,
"edudel_code": 1309270,
"distname": "NORTH WEST DELHI",
"pincode": 110036,
"school_code": "7010100703",
"school_name": "Govt. Co-ed. Sr. Sec. School, Mukhmel Pur, Delhi",
"village_name": "007-BURARI",
"lat": 28.78947288,
"lng": 77.16539234,
"most_urgent": false,
"students": 676,
"student_teacher_ratio": 21.125
}
}, {
"type": "Point",
"coordinates": [77.196874, 28.68979],
"properties": {
"cartodb_id": 358,
"edudel_code": 1309271,
"distname": "NORTH WEST DELHI",
"pincode": 110007,
"school_code": "7010107002",
"school_name": "Govt. Sarvodaya Vidyalaya, Kalyan Vihar, Delhi",
"village_name": "070-RANA PRATAP BAGH",
"lat": 28.68978993,
"lng": 77.19687374,
"most_urgent": false,
"students": 560,
"student_teacher_ratio": 25.45454545
}
}, {
"type": "Point",
"coordinates": [77.147793, 28.725218],
"properties": {
"cartodb_id": 359,
"edudel_code": 1309272,
"distname": "NORTH WEST DELHI",
"pincode": 110088,
"school_code": "7010105404",
"school_name": "Govt. Boys Sec. School, Haider Pur, Delhi",
"village_name": "054-PITAMPURA (NORTH)",
"lat": 28.72521784,
"lng": 77.14779337,
"most_urgent": false,
"students": 834,
"student_teacher_ratio": 30.88888889
}
}, {
"type": "Point",
"coordinates": [77.159744, 28.719253],
"properties": {
"cartodb_id": 360,
"edudel_code": 1309273,
"distname": "NORTH WEST DELHI",
"pincode": 110088,
"school_code": "7010105505",
"school_name": "Govt. Boys Sr. Sec. School, Shalamar Village, Delhi",
"village_name": "055-SHALIMAR BAGH (NORTH)",
"lat": 28.7192534,
"lng": 77.15974397,
"most_urgent": true,
"students": 1502,
"student_teacher_ratio": 36.63414634
}
}, {
"type": "Point",
"coordinates": [77.162385, 28.753047],
"properties": {
"cartodb_id": 361,
"edudel_code": 1309274,
"distname": "NORTH WEST DELHI",
"pincode": 110042,
"school_code": "7010101902",
"school_name": "Govt. Boys Sec. School No.2, J.J. Colony Bhalswa Dairy, Delhi",
"village_name": "019-BHALASWA",
"lat": 28.75304703,
"lng": 77.16238462,
"most_urgent": true,
"students": 637,
"student_teacher_ratio": 25.48
}
}, {
"type": "Point",
"coordinates": [77.186012, 28.711575],
"properties": {
"cartodb_id": 362,
"edudel_code": 1309279,
"distname": "NORTH WEST DELHI",
"pincode": 110033,
"school_code": "7010101602",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Block-A, Plot No.5, Jahangirpuri, Delhi",
"village_name": "016-JAHANGIRPURI - I",
"lat": 28.7115748,
"lng": 77.1860118,
"most_urgent": true,
"students": 889,
"student_teacher_ratio": 37.04166667
}
}, {
"type": "Point",
"coordinates": [77.163615, 28.735011],
"properties": {
"cartodb_id": 363,
"edudel_code": 1309280,
"distname": "NORTH WEST DELHI",
"pincode": 110042,
"school_code": "7010101603",
"school_name": "Govt. Co-ed. Middle School, Bhalswa Village, Delhi",
"village_name": "016-JAHANGIRPURI - I",
"lat": 28.735011,
"lng": 77.1636148,
"most_urgent": true,
"students": 1245,
"student_teacher_ratio": 62.25
}
}, {
"type": "Point",
"coordinates": [77.0766, 28.753083],
"properties": {
"cartodb_id": 364,
"edudel_code": 1310002,
"distname": "NORTH WEST DELHI",
"pincode": 110042,
"school_code": "7010102603",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Prahalad Pur Delhi",
"village_name": "026-SAHIBABAD DAULATPUR",
"lat": 28.75308343,
"lng": 77.07659985,
"most_urgent": true,
"students": 1891,
"student_teacher_ratio": 35.01851852
}
}, {
"type": "Point",
"coordinates": [77.074034, 28.815121],
"properties": {
"cartodb_id": 365,
"edudel_code": 1310004,
"distname": "NORTH WEST DELHI",
"pincode": 110040,
"school_code": "7010100310",
"school_name": "Govt. Sarvodaya Vidyalaya, Narela Bawana Road, Sannoth, Delhi",
"village_name": "003-ALIPUR",
"lat": 28.81512112,
"lng": 77.07403438,
"most_urgent": true,
"students": 718,
"student_teacher_ratio": 27.61538462
}
}, {
"type": "Point",
"coordinates": [77.126926, 28.8339],
"properties": {
"cartodb_id": 366,
"edudel_code": 1310005,
"distname": "NORTH WEST DELHI",
"pincode": 110040,
"school_code": "7010100405",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Tikri Khurd, Delhi",
"village_name": "004-BAKHTAWARPUR",
"lat": 28.83389999,
"lng": 77.12692648,
"most_urgent": false,
"students": 859,
"student_teacher_ratio": 23.21621622
}
}, {
"type": "Point",
"coordinates": [77.003434, 28.810446],
"properties": {
"cartodb_id": 367,
"edudel_code": 1310007,
"distname": "NORTH WEST DELHI",
"pincode": 110039,
"school_code": "7010102814",
"school_name": "Govt. Sarvodaya Bal Vidyalaya (Ved Pandit Khushi Ram), Nangal Thakran, Delhi",
"village_name": "028-BAWANA",
"lat": 28.81044633,
"lng": 77.00343352,
"most_urgent": false,
"students": 505,
"student_teacher_ratio": 18.03571429
}
}, {
"type": "Point",
"coordinates": [77.048092, 28.765559],
"properties": {
"cartodb_id": 368,
"edudel_code": 1310008,
"distname": "NORTH WEST DELHI",
"pincode": 110039,
"school_code": "7010102705",
"school_name": "Govt. Boys Sr. Sec. School, Pooth Khurd, Delhi",
"village_name": "027-BEGUMPUR",
"lat": 28.76555937,
"lng": 77.04809204,
"most_urgent": false,
"students": 740,
"student_teacher_ratio": 37
}
}, {
"type": "Point",
"coordinates": [77.137833, 28.732371],
"properties": {
"cartodb_id": 369,
"edudel_code": 1310009,
"distname": "NORTH WEST DELHI",
"pincode": 110042,
"school_code": "7010101704",
"school_name": "Govt. Boys Sr. Sec. School, Badli, Delhi",
"village_name": "017-SAMAYPUR BADLI",
"lat": 28.7323709,
"lng": 77.13783291,
"most_urgent": false,
"students": 2201,
"student_teacher_ratio": 31.89855072
}
}, {
"type": "Point",
"coordinates": [76.967567, 28.807503],
"properties": {
"cartodb_id": 370,
"edudel_code": 1310010,
"distname": "NORTH WEST DELHI",
"pincode": 110039,
"school_code": "7010102813",
"school_name": "Govt. Boys Sr. Sec. School, Katewara, Delhi",
"village_name": "028-BAWANA",
"lat": 28.80750258,
"lng": 76.96756663,
"most_urgent": false,
"students": 520,
"student_teacher_ratio": 27.36842105
}
}, {
"type": "Point",
"coordinates": [77.138305, 28.797507],
"properties": {
"cartodb_id": 371,
"edudel_code": 1310014,
"distname": "NORTH WEST DELHI",
"pincode": 110036,
"school_code": "7010100309",
"school_name": "Govt. Boys Sr. Sec. School, Aalipur, Delhi",
"village_name": "003-ALIPUR",
"lat": 28.79750737,
"lng": 77.13830457,
"most_urgent": true,
"students": 2201,
"student_teacher_ratio": 33.34848485
}
}, {
"type": "Point",
"coordinates": [77.098853, 28.777519],
"properties": {
"cartodb_id": 372,
"edudel_code": 1310015,
"distname": "NORTH WEST DELHI",
"pincode": 110082,
"school_code": "7010100308",
"school_name": "Govt. Boys Sr. Sec. School, Khera Khurd, Delhi",
"village_name": "003-ALIPUR",
"lat": 28.77751865,
"lng": 77.09885264,
"most_urgent": false,
"students": 442,
"student_teacher_ratio": 31.57142857
}
}, {
"type": "Point",
"coordinates": [77.093744, 28.846117],
"properties": {
"cartodb_id": 373,
"edudel_code": 1310017,
"distname": "NORTH WEST DELHI",
"pincode": 110040,
"school_code": "7010100110",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Narela, Delhi",
"village_name": "001-NARELA",
"lat": 28.84611702,
"lng": 77.0937439,
"most_urgent": false,
"students": 2101,
"student_teacher_ratio": 31.35820896
}
}, {
"type": "Point",
"coordinates": [77.031136, 28.792115],
"properties": {
"cartodb_id": 374,
"edudel_code": 1310019,
"distname": "NORTH WEST DELHI",
"pincode": 110039,
"school_code": "7010102812",
"school_name": "Govt. Boys Sr. Sec. School, Bawana, Delhi",
"village_name": "028-BAWANA",
"lat": 28.79211472,
"lng": 77.03113563,
"most_urgent": false,
"students": 1584,
"student_teacher_ratio": 27.78947368
}
}, {
"type": "Point",
"coordinates": [77.09466, 28.831096],
"properties": {
"cartodb_id": 375,
"edudel_code": 1310022,
"distname": "NORTH WEST DELHI",
"pincode": 110040,
"school_code": "7010100109",
"school_name": "Govt. Co-ed. Sr. Sec. School, Alipur Road, Bhorgarh Village, Narela, Delhi",
"village_name": "001-NARELA",
"lat": 28.83109611,
"lng": 77.09466027,
"most_urgent": false,
"students": 1155,
"student_teacher_ratio": 27.5
}
}, {
"type": "Point",
"coordinates": [77.100525, 28.744155],
"properties": {
"cartodb_id": 376,
"edudel_code": 1310025,
"distname": "NORTH WEST DELHI",
"pincode": 110042,
"school_code": "7010102811",
"school_name": "Govt. Girls Sr. Sec. School, Shahabad Dairy, Delhi",
"village_name": "028-BAWANA",
"lat": 28.74415483,
"lng": 77.10052482,
"most_urgent": true,
"students": 3690,
"student_teacher_ratio": 35.14285714
}
}, {
"type": "Point",
"coordinates": [77.006605, 28.835429],
"properties": {
"cartodb_id": 377,
"edudel_code": 1310026,
"distname": "NORTH WEST DELHI",
"pincode": 110039,
"school_code": "7010102810",
"school_name": "Govt. Co-ed. Sr. Sec. School, Hareoli, Delhi",
"village_name": "028-BAWANA",
"lat": 28.83542946,
"lng": 77.00660535,
"most_urgent": false,
"students": 307,
"student_teacher_ratio": 20.46666667
}
}, {
"type": "Point",
"coordinates": [77.099905, 28.799316],
"properties": {
"cartodb_id": 378,
"edudel_code": 1310030,
"distname": "NORTH WEST DELHI",
"pincode": 110082,
"school_code": "7010100307",
"school_name": "Govt. Co-ed. Sr. Sec. School, Holambi Kalan, Delhi",
"village_name": "003-ALIPUR",
"lat": 28.79931634,
"lng": 77.09990463,
"most_urgent": false,
"students": 874,
"student_teacher_ratio": 25.70588235
}
}, {
"type": "Point",
"coordinates": [77.138352, 28.796905],
"properties": {
"cartodb_id": 379,
"edudel_code": 1310031,
"distname": "NORTH WEST DELHI",
"pincode": 110036,
"school_code": "7010100306",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Alipur Delhi",
"village_name": "003-ALIPUR",
"lat": 28.79690502,
"lng": 77.13835168,
"most_urgent": true,
"students": 2473,
"student_teacher_ratio": 33.41891892
}
}, {
"type": "Point",
"coordinates": [77.074003, 28.752579],
"properties": {
"cartodb_id": 380,
"edudel_code": 1310032,
"distname": "NORTH WEST DELHI",
"pincode": 110042,
"school_code": "7010102809",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Prahalad Pur Delhi",
"village_name": "028-BAWANA",
"lat": 28.75257885,
"lng": 77.0740028,
"most_urgent": true,
"students": 1831,
"student_teacher_ratio": 32.12280702
}
}, {
"type": "Point",
"coordinates": [77.014891, 28.808623],
"properties": {
"cartodb_id": 381,
"edudel_code": 1310033,
"distname": "NORTH WEST DELHI",
"pincode": 110039,
"school_code": "7010102808",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Updesh Kaur) , Dariya Pur, Kalan, Delhi",
"village_name": "028-BAWANA",
"lat": 28.80862333,
"lng": 77.01489086,
"most_urgent": false,
"students": 792,
"student_teacher_ratio": 22
}
}, {
"type": "Point",
"coordinates": [77.13851, 28.732558],
"properties": {
"cartodb_id": 382,
"edudel_code": 1310034,
"distname": "NORTH WEST DELHI",
"pincode": 110042,
"school_code": "7010101703",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Badli, Delhi",
"village_name": "017-SAMAYPUR BADLI",
"lat": 28.73255759,
"lng": 77.13851042,
"most_urgent": true,
"students": 2746,
"student_teacher_ratio": 30.85393258
}
}, {
"type": "Point",
"coordinates": [77.089875, 28.846418],
"properties": {
"cartodb_id": 383,
"edudel_code": 1310036,
"distname": "NORTH WEST DELHI",
"pincode": 110040,
"school_code": "7010100108",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.1, Narela, Delhi",
"village_name": "001-NARELA",
"lat": 28.84641838,
"lng": 77.08987478,
"most_urgent": true,
"students": 3332,
"student_teacher_ratio": 33.65656566
}
}, {
"type": "Point",
"coordinates": [77.117515, 28.771789],
"properties": {
"cartodb_id": 384,
"edudel_code": 1310039,
"distname": "NORTH WEST DELHI",
"pincode": 110082,
"school_code": "7010100305",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Baba Nane Nath) , Khera Kalan Delhi",
"village_name": "003-ALIPUR",
"lat": 28.77178876,
"lng": 77.11751505,
"most_urgent": false,
"students": 795,
"student_teacher_ratio": 26.5
}
}, {
"type": "Point",
"coordinates": [77.09906, 28.77819],
"properties": {
"cartodb_id": 385,
"edudel_code": 1310041,
"distname": "NORTH WEST DELHI",
"pincode": 110082,
"school_code": "7010100304",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Khera Khurd Delhi",
"village_name": "003-ALIPUR",
"lat": 28.7781896,
"lng": 77.09906005,
"most_urgent": false,
"students": 671,
"student_teacher_ratio": 26.84
}
}, {
"type": "Point",
"coordinates": [77.038138, 28.795165],
"properties": {
"cartodb_id": 386,
"edudel_code": 1310042,
"distname": "NORTH WEST DELHI",
"pincode": 110039,
"school_code": "7010102807",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Ravi Shankar), Bawana, Delhi",
"village_name": "028-BAWANA",
"lat": 28.79516467,
"lng": 77.03813835,
"most_urgent": false,
"students": 1942,
"student_teacher_ratio": 31.32258065
}
}, {
"type": "Point",
"coordinates": [77.048092, 28.765559],
"properties": {
"cartodb_id": 387,
"edudel_code": 1310043,
"distname": "NORTH WEST DELHI",
"pincode": 110039,
"school_code": "7010102704",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Raja Ram Mohan Roy), Pooth Khurd, Delhi",
"village_name": "027-BEGUMPUR",
"lat": 28.76555937,
"lng": 77.04809204,
"most_urgent": false,
"students": 1138,
"student_teacher_ratio": 28.45
}
}, {
"type": "Point",
"coordinates": [77.142691, 28.742356],
"properties": {
"cartodb_id": 388,
"edudel_code": 1310045,
"distname": "NORTH WEST DELHI",
"pincode": 110042,
"school_code": "7010101702",
"school_name": "Govt. Girls Sr. Sec. School, Samaipur, Delhi",
"village_name": "017-SAMAYPUR BADLI",
"lat": 28.74235603,
"lng": 77.14269116,
"most_urgent": true,
"students": 3151,
"student_teacher_ratio": 33.5212766
}
}, {
"type": "Point",
"coordinates": [77.073138, 28.85043],
"properties": {
"cartodb_id": 389,
"edudel_code": 1310049,
"distname": "NORTH WEST DELHI",
"pincode": 110040,
"school_code": "7010100202",
"school_name": "Govt. Girls Sr. Sec. School, Bankner, Delhi",
"village_name": "002-BANKNER",
"lat": 28.85043049,
"lng": 77.07313832,
"most_urgent": false,
"students": 1274,
"student_teacher_ratio": 33.52631579
}
}, {
"type": "Point",
"coordinates": [77.128399, 28.761293],
"properties": {
"cartodb_id": 390,
"edudel_code": 1310157,
"distname": "NORTH WEST DELHI",
"pincode": 110042,
"school_code": "7010101803",
"school_name": "Govt. Girls Sr. Sec. School, Siraspur, Delhi",
"village_name": "018-LIBASPUR",
"lat": 28.76129314,
"lng": 77.12839943,
"most_urgent": true,
"students": 1399,
"student_teacher_ratio": 28.55102041
}
}, {
"type": "Point",
"coordinates": [77.063526, 28.758264],
"properties": {
"cartodb_id": 391,
"edudel_code": 1310161,
"distname": "NORTH WEST DELHI",
"pincode": 110039,
"school_code": "7010102703",
"school_name": "Govt. Co-ed. Sr. Sec. School, Barwala, Delhi",
"village_name": "027-BEGUMPUR",
"lat": 28.75826444,
"lng": 77.06352613,
"most_urgent": false,
"students": 436,
"student_teacher_ratio": 20.76190476
}
}, {
"type": "Point",
"coordinates": [77.093979, 28.848241],
"properties": {
"cartodb_id": 392,
"edudel_code": 1310164,
"distname": "NORTH WEST DELHI",
"pincode": 110040,
"school_code": "7010100107",
"school_name": "Govt. Girls Sr. Sec. School, Pocket A-5&6, Narela, Delhi",
"village_name": "001-NARELA",
"lat": 28.84824112,
"lng": 77.09397887,
"most_urgent": false,
"students": 756,
"student_teacher_ratio": 29.07692308
}
}, {
"type": "Point",
"coordinates": [77.093539, 28.846963],
"properties": {
"cartodb_id": 393,
"edudel_code": 1310166,
"distname": "NORTH WEST DELHI",
"pincode": 110040,
"school_code": "7010100106",
"school_name": "Govt. Boys Sr. Sec. School (Mussadi Lal), Narela, Delhi",
"village_name": "001-NARELA",
"lat": 28.84696299,
"lng": 77.09353851,
"most_urgent": false,
"students": 1695,
"student_teacher_ratio": 30.81818182
}
}, {
"type": "Point",
"coordinates": [77.073178, 28.850535],
"properties": {
"cartodb_id": 394,
"edudel_code": 1310168,
"distname": "NORTH WEST DELHI",
"pincode": 110040,
"school_code": "7010100201",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Bankner, Hakikat Nagar, Delhi",
"village_name": "002-BANKNER",
"lat": 28.85053492,
"lng": 77.07317836,
"most_urgent": true,
"students": 1980,
"student_teacher_ratio": 30.9375
}
}, {
"type": "Point",
"coordinates": [77.093992, 28.81101],
"properties": {
"cartodb_id": 395,
"edudel_code": 1310169,
"distname": "NORTH WEST DELHI",
"pincode": 110082,
"school_code": "7010100303",
"school_name": "Govt. Girls Sr. Sec. School, Block B, Holambi Kalan, Delhi",
"village_name": "003-ALIPUR",
"lat": 28.81101009,
"lng": 77.09399174,
"most_urgent": true,
"students": 1309,
"student_teacher_ratio": 32.725
}
}, {
"type": "Point",
"coordinates": [77.09017, 28.84632],
"properties": {
"cartodb_id": 396,
"edudel_code": 1310170,
"distname": "NORTH WEST DELHI",
"pincode": 110040,
"school_code": "7010100105",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.2, Narela, Delhi",
"village_name": "001-NARELA",
"lat": 28.84632035,
"lng": 77.09016961,
"most_urgent": true,
"students": 2429,
"student_teacher_ratio": 29.62195122
}
}, {
"type": "Point",
"coordinates": [76.997705, 28.819427],
"properties": {
"cartodb_id": 397,
"edudel_code": 1310247,
"distname": "NORTH WEST DELHI",
"pincode": 110039,
"school_code": "7010102806",
"school_name": "Govt. Sarvodaya Vidyalaya , Auchandi, Delhi",
"village_name": "028-BAWANA",
"lat": 28.81942703,
"lng": 76.99770454,
"most_urgent": false,
"students": 305,
"student_teacher_ratio": 17.94117647
}
}, {
"type": "Point",
"coordinates": [77.100524, 28.744224],
"properties": {
"cartodb_id": 398,
"edudel_code": 1310395,
"distname": "NORTH WEST DELHI",
"pincode": 110042,
"school_code": "7010102602",
"school_name": "Govt. Boys Sr. Sec. School, Shahabad Dairy, Delhi",
"village_name": "026-SAHIBABAD DAULATPUR",
"lat": 28.74422432,
"lng": 77.10052377,
"most_urgent": true,
"students": 3001,
"student_teacher_ratio": 36.15662651
}
}, {
"type": "Point",
"coordinates": [77.090804, 28.81059],
"properties": {
"cartodb_id": 399,
"edudel_code": 1310399,
"distname": "NORTH WEST DELHI",
"pincode": 110082,
"school_code": "7010100302",
"school_name": "Govt. Co-ed. Sr. Sec. School, Holambi Kalan, Metro Vihar, A-Block, Delhi",
"village_name": "003-ALIPUR",
"lat": 28.81059019,
"lng": 77.09080373,
"most_urgent": false,
"students": 1721,
"student_teacher_ratio": 30.73214286
}
}, {
"type": "Point",
"coordinates": [77.051254, 28.832217],
"properties": {
"cartodb_id": 400,
"edudel_code": 1310400,
"distname": "NORTH WEST DELHI",
"pincode": 110039,
"school_code": "7010100104",
"school_name": "Govt. Co-ed. Sr. Sec. School, Ghoga, Delhi",
"village_name": "001-NARELA",
"lat": 28.83221702,
"lng": 77.05125426,
"most_urgent": false,
"students": 269,
"student_teacher_ratio": 17.93333333
}
}, {
"type": "Point",
"coordinates": [77.096037, 28.814416],
"properties": {
"cartodb_id": 401,
"edudel_code": 1310407,
"distname": "NORTH WEST DELHI",
"pincode": 110082,
"school_code": "7010100301",
"school_name": "Govt. Co-ed. Sec. School, C-Block, Metro Vihar Holambi Kalan, Delhi",
"village_name": "003-ALIPUR",
"lat": 28.81441585,
"lng": 77.09603719,
"most_urgent": false,
"students": 773,
"student_teacher_ratio": 22.08571429
}
}, {
"type": "Point",
"coordinates": [77.085283, 28.858257],
"properties": {
"cartodb_id": 402,
"edudel_code": 1310408,
"distname": "NORTH WEST DELHI",
"pincode": 110040,
"school_code": "7010100103",
"school_name": "Govt. Sarvodaya Vidyalaya, Sect. B-4, Narela, Delhi",
"village_name": "001-NARELA",
"lat": 28.85825695,
"lng": 77.08528283,
"most_urgent": false,
"students": 976,
"student_teacher_ratio": 54.22222222
}
}, {
"type": "Point",
"coordinates": [77.098354, 28.843563],
"properties": {
"cartodb_id": 403,
"edudel_code": 1310409,
"distname": "NORTH WEST DELHI",
"pincode": 110040,
"school_code": "7010100102",
"school_name": "Rajkiya Pratibha Vikas Vidyalaya, A-10, Pocket-5, Narela, Delhi",
"village_name": "001-NARELA",
"lat": 28.84356344,
"lng": 77.09835449,
"most_urgent": false,
"students": 631,
"student_teacher_ratio": 18.02857143
}
}, {
"type": "Point",
"coordinates": [77.10354, 28.8508],
"properties": {
"cartodb_id": 404,
"edudel_code": 1310410,
"distname": "NORTH WEST DELHI",
"pincode": 110040,
"school_code": "7010100101",
"school_name": "Govt. Girls Sr. Sec. School, Sect. A-6, Pocket-2, Narela, Delhi",
"village_name": "001-NARELA",
"lat": 28.8508005,
"lng": 77.10354023,
"most_urgent": false,
"students": 1483,
"student_teacher_ratio": 36.17073171
}
}, {
"type": "Point",
"coordinates": [77.111396, 28.742275],
"properties": {
"cartodb_id": 405,
"edudel_code": 1310411,
"distname": "NORTH WEST DELHI",
"pincode": 110042,
"school_code": "7010102601",
"school_name": "Govt. Girls Sr. Sec. School, Shahbad Daulatpur, Delhi",
"village_name": "026-SAHIBABAD DAULATPUR",
"lat": 28.74227534,
"lng": 77.11139612,
"most_urgent": true,
"students": 892,
"student_teacher_ratio": 30.75862069
}
}, {
"type": "Point",
"coordinates": [77.051463, 28.807899],
"properties": {
"cartodb_id": 406,
"edudel_code": 1310414,
"distname": "NORTH WEST DELHI",
"pincode": 110039,
"school_code": "7010102805",
"school_name": "Govt. Girls Sr. Sec. School No.1, Bawana J. J. Colony , Delhi",
"village_name": "028-BAWANA",
"lat": 28.80789911,
"lng": 77.05146307,
"most_urgent": true,
"students": 2905,
"student_teacher_ratio": 51.875
}
}, {
"type": "Point",
"coordinates": [77.05191, 28.807896],
"properties": {
"cartodb_id": 407,
"edudel_code": 1310415,
"distname": "NORTH WEST DELHI",
"pincode": 110039,
"school_code": "7010102804",
"school_name": "Govt. Boys Sr. Sec. School No.2 , Bawana J. J. Colony, Delhi",
"village_name": "028-BAWANA",
"lat": 28.80789613,
"lng": 77.0519097,
"most_urgent": true,
"students": 3151,
"student_teacher_ratio": 43.16438356
}
}, {
"type": "Point",
"coordinates": [77.128387, 28.761555],
"properties": {
"cartodb_id": 408,
"edudel_code": 1310420,
"distname": "NORTH WEST DELHI",
"pincode": 110042,
"school_code": "7010101804",
"school_name": "Govt. Boys Sr. Sec. School, Siraspur, Delhi",
"village_name": "018-LIBASPUR",
"lat": 28.76155498,
"lng": 77.1283874,
"most_urgent": true,
"students": 919,
"student_teacher_ratio": 30.63333333
}
}, {
"type": "Point",
"coordinates": [77.094028, 28.81101],
"properties": {
"cartodb_id": 409,
"edudel_code": 1310429,
"distname": "NORTH WEST DELHI",
"pincode": 110082,
"school_code": "7010100311",
"school_name": "Govt. Boys Sr. Sec. School, Block B, Holambi Kalan, Delhi",
"village_name": "003-ALIPUR",
"lat": 28.81101048,
"lng": 77.09402807,
"most_urgent": true,
"students": 1207,
"student_teacher_ratio": 35.5
}
}, {
"type": "Point",
"coordinates": [77.094352, 28.847092],
"properties": {
"cartodb_id": 410,
"edudel_code": 1310430,
"distname": "NORTH WEST DELHI",
"pincode": 110040,
"school_code": "7010100111",
"school_name": "Govt. Boys Sr. Sec. School, Sect. A-6, Pocket-2, Narela, Delhi",
"village_name": "001-NARELA",
"lat": 28.8470921,
"lng": 77.0943522,
"most_urgent": true,
"students": 1594,
"student_teacher_ratio": 35.42222222
}
}, {
"type": "Point",
"coordinates": [0, 0],
"properties": {
"cartodb_id": 411,
"edudel_code": 1310431,
"distname": "NORTH WEST DELHI",
"pincode": 110042,
"school_code": "7010102604",
"school_name": "Govt. Boys Sr. Sec. School, Shahbad Daulatpur, Delhi",
"village_name": "026-SAHIBABAD DAULATPUR",
"lat": 28.688951,
"lng": 77.172015,
"most_urgent": true,
"students": 903,
"student_teacher_ratio": 32.25
}
}, {
"type": "Point",
"coordinates": [77.073108, 28.850411],
"properties": {
"cartodb_id": 412,
"edudel_code": 1310458,
"distname": "NORTH WEST DELHI",
"pincode": 110040,
"school_code": "7010100406",
"school_name": "Govt. Sarvodaya Bal Vidyalaya , Tikri Khurd, Delhi",
"village_name": "004-BAKHTAWARPUR",
"lat": 28.8504108,
"lng": 77.0731084,
"most_urgent": false,
"students": 1037,
"student_teacher_ratio": 38.40740741
}
}, {
"type": "Point",
"coordinates": [77.137887, 28.690668],
"properties": {
"cartodb_id": 413,
"edudel_code": 1411001,
"distname": "NORTH WEST DELHI",
"pincode": 110034,
"school_code": "7010106302",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Anandvas, Lok Vihar Delhi",
"village_name": "063-KOHAT ENCLAVE",
"lat": 28.69066752,
"lng": 77.13788667,
"most_urgent": true,
"students": 2230,
"student_teacher_ratio": 33.28358209
}
}, {
"type": "Point",
"coordinates": [77.119169, 28.679391],
"properties": {
"cartodb_id": 414,
"edudel_code": 1411002,
"distname": "NORTH WEST DELHI",
"pincode": 110034,
"school_code": "7010106205",
"school_name": "Govt. Sarvodaya Bal Vidyalaya No.1, Shakurpur Delhi",
"village_name": "062-RAM PURA",
"lat": 28.67939064,
"lng": 77.11916885,
"most_urgent": false,
"students": 1263,
"student_teacher_ratio": 26.3125
}
}, {
"type": "Point",
"coordinates": [77.169363, 28.688239],
"properties": {
"cartodb_id": 415,
"edudel_code": 1411003,
"distname": "NORTH WEST DELHI",
"pincode": 110052,
"school_code": "7010106807",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Block-H, Phase-I, Ashok Vihar, Delhi",
"village_name": "068-ASHOK VIHAR",
"lat": 28.68823933,
"lng": 77.16936265,
"most_urgent": true,
"students": 963,
"student_teacher_ratio": 29.18181818
}
}, {
"type": "Point",
"coordinates": [77.130812, 28.697056],
"properties": {
"cartodb_id": 416,
"edudel_code": 1411005,
"distname": "NORTH WEST DELHI",
"pincode": 110034,
"school_code": "7010106004",
"school_name": "Govt. Sarvodaya Vidyalaya , Kailash Enclave, Delhi",
"village_name": "060-SARASWATI VIHAR",
"lat": 28.69705621,
"lng": 77.13081229,
"most_urgent": false,
"students": 1413,
"student_teacher_ratio": 23.55
}
}, {
"type": "Point",
"coordinates": [77.149566, 28.700183],
"properties": {
"cartodb_id": 417,
"edudel_code": 1411007,
"distname": "NORTH WEST DELHI",
"pincode": 110034,
"school_code": "7010105301",
"school_name": "Govt. Sarvodaya Vidyalaya, Pitampura, GP Block, Delhi",
"village_name": "053-PITAM PURA (SOUTH)",
"lat": 28.70018272,
"lng": 77.14956624,
"most_urgent": false,
"students": 1717,
"student_teacher_ratio": 26.41538462
}
}, {
"type": "Point",
"coordinates": [77.143279, 28.711495],
"properties": {
"cartodb_id": 418,
"edudel_code": 1411008,
"distname": "NORTH WEST DELHI",
"pincode": 110034,
"school_code": "7010105403",
"school_name": "Govt. Sarvodaya Vidyalaya , FU Block, Pitampura, Delhi",
"village_name": "054-PITAMPURA (NORTH)",
"lat": 28.71149517,
"lng": 77.14327939,
"most_urgent": false,
"students": 2082,
"student_teacher_ratio": 32.53125
}
}, {
"type": "Point",
"coordinates": [77.160034, 28.685391],
"properties": {
"cartodb_id": 419,
"edudel_code": 1411009,
"distname": "NORTH WEST DELHI",
"pincode": 110035,
"school_code": "7010106707",
"school_name": "Govt. Boys Sr. Sec. School No.1, Keshawpuram, Delhi",
"village_name": "067-WAZIRPUR",
"lat": 28.68539149,
"lng": 77.16003402,
"most_urgent": false,
"students": 556,
"student_teacher_ratio": 24.17391304
}
}, {
"type": "Point",
"coordinates": [77.154874, 28.689385],
"properties": {
"cartodb_id": 420,
"edudel_code": 1411010,
"distname": "NORTH WEST DELHI",
"pincode": 110035,
"school_code": "7010106706",
"school_name": "Govt. Boys Sr. Sec. School No.2 , C-4, Keshav Puram, Delhi",
"village_name": "067-WAZIRPUR",
"lat": 28.68938539,
"lng": 77.15487448,
"most_urgent": false,
"students": 626,
"student_teacher_ratio": 23.18518519
}
}, {
"type": "Point",
"coordinates": [77.141127, 28.681657],
"properties": {
"cartodb_id": 421,
"edudel_code": 1411011,
"distname": "NORTH WEST DELHI",
"pincode": 110034,
"school_code": "7010106402",
"school_name": "Govt. Boys Sr. Sec. School No.2, Shakurpur Delhi",
"village_name": "064-SHAKAR PUR",
"lat": 28.68165738,
"lng": 77.14112654,
"most_urgent": false,
"students": 1149,
"student_teacher_ratio": 32.82857143
}
}, {
"type": "Point",
"coordinates": [77.160339, 28.681367],
"properties": {
"cartodb_id": 422,
"edudel_code": 1411012,
"distname": "NORTH WEST DELHI",
"pincode": 110035,
"school_code": "7010106102",
"school_name": "Govt. Boys Sr. Sec. School, Narang Colony, Tri Nagar, Delhi",
"village_name": "061-TRINAGAR",
"lat": 28.68136731,
"lng": 77.16033874,
"most_urgent": false,
"students": 768,
"student_teacher_ratio": 30.72
}
}, {
"type": "Point",
"coordinates": [77.16688, 28.691855],
"properties": {
"cartodb_id": 423,
"edudel_code": 1411014,
"distname": "NORTH WEST DELHI",
"pincode": 110052,
"school_code": "7010106806",
"school_name": "Govt. Boys Sr. Sec. School, Block-D, Ashok Vihar, Delhi",
"village_name": "068-ASHOK VIHAR",
"lat": 28.69185534,
"lng": 77.16688021,
"most_urgent": false,
"students": 945,
"student_teacher_ratio": 28.63636364
}
}, {
"type": "Point",
"coordinates": [77.17791, 28.69601],
"properties": {
"cartodb_id": 424,
"edudel_code": 1411015,
"distname": "NORTH WEST DELHI",
"pincode": 110052,
"school_code": "7010106805",
"school_name": "Govt. Boys Sr. Sec. School, B-1, Ashok Vihar Phase-II, Delhi",
"village_name": "068-ASHOK VIHAR",
"lat": 28.69600983,
"lng": 77.17790956,
"most_urgent": true,
"students": 1416,
"student_teacher_ratio": 32.93023256
}
}, {
"type": "Point",
"coordinates": [77.130381, 28.689965],
"properties": {
"cartodb_id": 425,
"edudel_code": 1411016,
"distname": "NORTH WEST DELHI",
"pincode": 110034,
"school_code": "7010105903",
"school_name": "Govt. Boys Sr. Sec. School, Rani Bagh (Near Guru Dawara), Delhi",
"village_name": "059-RANI BAGH",
"lat": 28.68996499,
"lng": 77.13038144,
"most_urgent": false,
"students": 718,
"student_teacher_ratio": 23.93333333
}
}, {
"type": "Point",
"coordinates": [77.138925, 28.708833],
"properties": {
"cartodb_id": 426,
"edudel_code": 1411017,
"distname": "NORTH WEST DELHI",
"pincode": 110034,
"school_code": "7010101701",
"school_name": "Govt. Boys Sr. Sec. School, SU-Bolck' Pitam Pura Delhi",
"village_name": "017-SAMAYPUR BADLI",
"lat": 28.70883252,
"lng": 77.13892483,
"most_urgent": false,
"students": 941,
"student_teacher_ratio": 24.76315789
}
}, {
"type": "Point",
"coordinates": [77.153094, 28.676678],
"properties": {
"cartodb_id": 427,
"edudel_code": 1411018,
"distname": "NORTH WEST DELHI",
"pincode": 110035,
"school_code": "7010106204",
"school_name": "Govt. Boys Sr. Sec. School, Rampura, Delhi",
"village_name": "062-RAM PURA",
"lat": 28.67667806,
"lng": 77.15309389,
"most_urgent": false,
"students": 325,
"student_teacher_ratio": 36.11111111
}
}, {
"type": "Point",
"coordinates": [77.183638, 28.683313],
"properties": {
"cartodb_id": 428,
"edudel_code": 1411019,
"distname": "NORTH WEST DELHI",
"pincode": 110052,
"school_code": "7010106804",
"school_name": "Govt. Boys Sr. Sec. School, Bharat Nagar, Delhi",
"village_name": "068-ASHOK VIHAR",
"lat": 28.68331313,
"lng": 77.183638,
"most_urgent": false,
"students": 377,
"student_teacher_ratio": 17.13636364
}
}, {
"type": "Point",
"coordinates": [77.160092, 28.685296],
"properties": {
"cartodb_id": 429,
"edudel_code": 1411021,
"distname": "NORTH WEST DELHI",
"pincode": 110035,
"school_code": "7010106705",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Keshav Puram, A - Block, Delhi",
"village_name": "067-WAZIRPUR",
"lat": 28.68529627,
"lng": 77.16009162,
"most_urgent": false,
"students": 1009,
"student_teacher_ratio": 24.02380952
}
}, {
"type": "Point",
"coordinates": [77.16936, 28.683385],
"properties": {
"cartodb_id": 430,
"edudel_code": 1411022,
"distname": "NORTH WEST DELHI",
"pincode": 110052,
"school_code": "7010106704",
"school_name": "Govt. Boys Sr. Sec. School, Wazirpur, JJ Colony, Delhi",
"village_name": "067-WAZIRPUR",
"lat": 28.6833851,
"lng": 77.16936035,
"most_urgent": true,
"students": 1539,
"student_teacher_ratio": 41.59459459
}
}, {
"type": "Point",
"coordinates": [77.169243, 28.68764],
"properties": {
"cartodb_id": 431,
"edudel_code": 1411026,
"distname": "NORTH WEST DELHI",
"pincode": 110052,
"school_code": "7010106803",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Block-H, Phase-I, Ashok Vihar, Delhi",
"village_name": "068-ASHOK VIHAR",
"lat": 28.68764045,
"lng": 77.16924272,
"most_urgent": false,
"students": 1547,
"student_teacher_ratio": 25.78333333
}
}, {
"type": "Point",
"coordinates": [77.177978, 28.696375],
"properties": {
"cartodb_id": 432,
"edudel_code": 1411027,
"distname": "NORTH WEST DELHI",
"pincode": 110052,
"school_code": "7010106802",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Phase-II, Ashok Vihar, Delhi",
"village_name": "068-ASHOK VIHAR",
"lat": 28.69637524,
"lng": 77.17797826,
"most_urgent": false,
"students": 2204,
"student_teacher_ratio": 30.61111111
}
}, {
"type": "Point",
"coordinates": [77.155686, 28.689479],
"properties": {
"cartodb_id": 433,
"edudel_code": 1411028,
"distname": "NORTH WEST DELHI",
"pincode": 110035,
"school_code": "7010106703",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.1, Keshav Puram, Delhi",
"village_name": "067-WAZIRPUR",
"lat": 28.68947861,
"lng": 77.15568645,
"most_urgent": false,
"students": 1088,
"student_teacher_ratio": 22.20408163
}
}, {
"type": "Point",
"coordinates": [77.155098, 28.689145],
"properties": {
"cartodb_id": 434,
"edudel_code": 1411029,
"distname": "NORTH WEST DELHI",
"pincode": 110035,
"school_code": "7010106702",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.2, C-4, Keshav Puram, Delhi",
"village_name": "067-WAZIRPUR",
"lat": 28.68914519,
"lng": 77.15509769,
"most_urgent": false,
"students": 1062,
"student_teacher_ratio": 21.67346939
}
}, {
"type": "Point",
"coordinates": [77.120418, 28.679403],
"properties": {
"cartodb_id": 435,
"edudel_code": 1411030,
"distname": "NORTH WEST DELHI",
"pincode": 110034,
"school_code": "7010106203",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.2, Shakurpur, Delhi",
"village_name": "062-RAM PURA",
"lat": 28.67940335,
"lng": 77.12041828,
"most_urgent": false,
"students": 1332,
"student_teacher_ratio": 27.18367347
}
}, {
"type": "Point",
"coordinates": [77.18355, 28.683494],
"properties": {
"cartodb_id": 436,
"edudel_code": 1411031,
"distname": "NORTH WEST DELHI",
"pincode": 110052,
"school_code": "7010106601",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Bharat Nagar, Delhi",
"village_name": "066-SAWAN PARK",
"lat": 28.6834937,
"lng": 77.18354982,
"most_urgent": false,
"students": 1122,
"student_teacher_ratio": 22.89795918
}
}, {
"type": "Point",
"coordinates": [77.15293, 28.676799],
"properties": {
"cartodb_id": 437,
"edudel_code": 1411032,
"distname": "NORTH WEST DELHI",
"pincode": 110035,
"school_code": "7010106202",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Rampura, Delhi",
"village_name": "062-RAM PURA",
"lat": 28.67679908,
"lng": 77.15292961,
"most_urgent": false,
"students": 1026,
"student_teacher_ratio": 25.02439024
}
}, {
"type": "Point",
"coordinates": [77.169293, 28.683315],
"properties": {
"cartodb_id": 438,
"edudel_code": 1411034,
"distname": "NORTH WEST DELHI",
"pincode": 110052,
"school_code": "7010106502",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, J. J. Colony, Wazirpur, Delhi",
"village_name": "065-NEEMRI COLONY",
"lat": 28.68331525,
"lng": 77.16929304,
"most_urgent": true,
"students": 2768,
"student_teacher_ratio": 31.45454545
}
}, {
"type": "Point",
"coordinates": [77.172286, 28.690132],
"properties": {
"cartodb_id": 439,
"edudel_code": 1411035,
"distname": "NORTH WEST DELHI",
"pincode": 110052,
"school_code": "7010106701",
"school_name": "Govt. Sarvodaya Vidyalaya , Wazirpur Village, Delhi",
"village_name": "067-WAZIRPUR",
"lat": 28.69013242,
"lng": 77.17228595,
"most_urgent": false,
"students": 1061,
"student_teacher_ratio": 37.89285714
}
}, {
"type": "Point",
"coordinates": [77.160213, 28.681179],
"properties": {
"cartodb_id": 440,
"edudel_code": 1411037,
"distname": "NORTH WEST DELHI",
"pincode": 110035,
"school_code": "7010106101",
"school_name": "Govt. Girls Sr. Sec. School, Tri Nagar, Narang Colony, Delhi",
"village_name": "061-TRINAGAR",
"lat": 28.6811788,
"lng": 77.16021305,
"most_urgent": false,
"students": 646,
"student_teacher_ratio": 20.83870968
}
}, {
"type": "Point",
"coordinates": [77.14439, 28.686937],
"properties": {
"cartodb_id": 441,
"edudel_code": 1411038,
"distname": "NORTH WEST DELHI",
"pincode": 110034,
"school_code": "7010106301",
"school_name": "Govt. Girls Sr. Sec. School, Anandwas, (Currently at Kohat Enclave), Delhi",
"village_name": "063-KOHAT ENCLAVE",
"lat": 28.68693657,
"lng": 77.14438997,
"most_urgent": false,
"students": 1252,
"student_teacher_ratio": 36.82352941
}
}, {
"type": "Point",
"coordinates": [77.16656, 28.692098],
"properties": {
"cartodb_id": 442,
"edudel_code": 1411040,
"distname": "NORTH WEST DELHI",
"pincode": 110052,
"school_code": "7010106801",
"school_name": "Govt. Girls Sr. Sec. School, D-Block, Ashok Vihar,Phase-1, Delhi",
"village_name": "068-ASHOK VIHAR",
"lat": 28.69209763,
"lng": 77.16656,
"most_urgent": false,
"students": 818,
"student_teacher_ratio": 22.72222222
}
}, {
"type": "Point",
"coordinates": [77.138424, 28.708986],
"properties": {
"cartodb_id": 443,
"edudel_code": 1411041,
"distname": "NORTH WEST DELHI",
"pincode": 110034,
"school_code": "7010105402",
"school_name": "Govt. Girls Sr. Sec. School, Block-SU, Pitampura, Delhi",
"village_name": "054-PITAMPURA (NORTH)",
"lat": 28.70898634,
"lng": 77.13842405,
"most_urgent": false,
"students": 712,
"student_teacher_ratio": 23.73333333
}
}, {
"type": "Point",
"coordinates": [77.12116, 28.698014],
"properties": {
"cartodb_id": 444,
"edudel_code": 1411042,
"distname": "NORTH WEST DELHI",
"pincode": 110034,
"school_code": "7010106003",
"school_name": "Govt. Girls Sr. Sec. School, Block-A, Saraswati Vihar, Delhi",
"village_name": "060-SARASWATI VIHAR",
"lat": 28.69801409,
"lng": 77.12116001,
"most_urgent": false,
"students": 801,
"student_teacher_ratio": 21.64864865
}
}, {
"type": "Point",
"coordinates": [77.130381, 28.689965],
"properties": {
"cartodb_id": 445,
"edudel_code": 1411043,
"distname": "NORTH WEST DELHI",
"pincode": 110034,
"school_code": "7010105902",
"school_name": "Govt. Girls Sr. Sec. School, Rani Bagh, Delhi",
"village_name": "059-RANI BAGH",
"lat": 28.68996499,
"lng": 77.13038144,
"most_urgent": false,
"students": 1090,
"student_teacher_ratio": 22.24489796
}
}, {
"type": "Point",
"coordinates": [77.130383, 28.69038],
"properties": {
"cartodb_id": 446,
"edudel_code": 1411046,
"distname": "NORTH WEST DELHI",
"pincode": 110034,
"school_code": "7010106401",
"school_name": "Govt. Girls Sr. Sec. School, Anandwas, B-Block Shakurpur, Delhi",
"village_name": "064-SHAKAR PUR",
"lat": 28.69038024,
"lng": 77.13038309,
"most_urgent": false,
"students": 1110,
"student_teacher_ratio": 30
}
}, {
"type": "Point",
"coordinates": [77.129397, 28.697267],
"properties": {
"cartodb_id": 447,
"edudel_code": 1411123,
"distname": "NORTH WEST DELHI",
"pincode": 110034,
"school_code": "7010106002",
"school_name": "Govt. Sarvodaya Vidyalaya , Block-C, Saraswati Vihar, Delhi",
"village_name": "060-SARASWATI VIHAR",
"lat": 28.69726704,
"lng": 77.12939724,
"most_urgent": false,
"students": 1279,
"student_teacher_ratio": 24.59615385
}
}, {
"type": "Point",
"coordinates": [77.122403, 28.694581],
"properties": {
"cartodb_id": 448,
"edudel_code": 1411124,
"distname": "NORTH WEST DELHI",
"pincode": 110034,
"school_code": "7010106001",
"school_name": "Govt. Sarvodaya Vidyalaya , Sharda Niketan, Saraswati Vihar, Delhi",
"village_name": "060-SARASWATI VIHAR",
"lat": 28.69458132,
"lng": 77.12240339,
"most_urgent": false,
"students": 1022,
"student_teacher_ratio": 22.71111111
}
}, {
"type": "Point",
"coordinates": [77.119276, 28.679551],
"properties": {
"cartodb_id": 449,
"edudel_code": 1411125,
"distname": "NORTH WEST DELHI",
"pincode": 110034,
"school_code": "7010106201",
"school_name": "Govt. Girls Sr. Sec. School No.1, Shakurpur, Delhi",
"village_name": "062-RAM PURA",
"lat": 28.67955057,
"lng": 77.11927578,
"most_urgent": false,
"students": 968,
"student_teacher_ratio": 22.51162791
}
}, {
"type": "Point",
"coordinates": [77.128421, 28.689248],
"properties": {
"cartodb_id": 450,
"edudel_code": 1411178,
"distname": "NORTH WEST DELHI",
"pincode": 110034,
"school_code": "7010105901",
"school_name": "Govt. Co-ed. Sr. Sec. School, Sainik Vihar, Delhi",
"village_name": "059-RANI BAGH",
"lat": 28.68924796,
"lng": 77.12842099,
"most_urgent": false,
"students": 451,
"student_teacher_ratio": 20.5
}
}, {
"type": "Point",
"coordinates": [77.077126, 28.699828],
"properties": {
"cartodb_id": 451,
"edudel_code": 1412001,
"distname": "NORTH WEST DELHI",
"pincode": 110086,
"school_code": "7010103708",
"school_name": "Govt. Sarvodaya Vidyalaya, Block-C, Sultanpuri, Delhi",
"village_name": "037-SULTANPURI EAST",
"lat": 28.69982813,
"lng": 77.07712566,
"most_urgent": false,
"students": 2369,
"student_teacher_ratio": 28.8902439
}
}, {
"type": "Point",
"coordinates": [77.083268, 28.692856],
"properties": {
"cartodb_id": 452,
"edudel_code": 1412002,
"distname": "NORTH WEST DELHI",
"pincode": 110083,
"school_code": "7010104707",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Mangolpuri, Block K-1, Delhi",
"village_name": "047-MANGOLPURI",
"lat": 28.69285571,
"lng": 77.08326808,
"most_urgent": false,
"students": 2284,
"student_teacher_ratio": 31.72222222
}
}, {
"type": "Point",
"coordinates": [77.07886, 28.698627],
"properties": {
"cartodb_id": 453,
"edudel_code": 1412005,
"distname": "NORTH WEST DELHI",
"pincode": 110086,
"school_code": "7010103707",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Sultanpuri Delhi",
"village_name": "037-SULTANPURI EAST",
"lat": 28.69862655,
"lng": 77.07886017,
"most_urgent": false,
"students": 1415,
"student_teacher_ratio": 24.8245614
}
}, {
"type": "Point",
"coordinates": [77.077891, 28.699161],
"properties": {
"cartodb_id": 454,
"edudel_code": 1412006,
"distname": "NORTH WEST DELHI",
"pincode": 110086,
"school_code": "7010103706",
"school_name": "Govt. Boys Sr. Sec. School, Block-BC, Sultanpuri, Delhi",
"village_name": "037-SULTANPURI EAST",
"lat": 28.69916148,
"lng": 77.0778908,
"most_urgent": false,
"students": 918,
"student_teacher_ratio": 27
}
}, {
"type": "Point",
"coordinates": [77.074, 28.707401],
"properties": {
"cartodb_id": 455,
"edudel_code": 1412007,
"distname": "NORTH WEST DELHI",
"pincode": 110086,
"school_code": "7010102503",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, V. & P. O. Pooth Kalan, Nangoli Road, Delhi",
"village_name": "025-POOTH KALA",
"lat": 28.70740072,
"lng": 77.0739996,
"most_urgent": true,
"students": 2684,
"student_teacher_ratio": 31.57647059
}
}, {
"type": "Point",
"coordinates": [77.06829, 28.692632],
"properties": {
"cartodb_id": 456,
"edudel_code": 1412008,
"distname": "NORTH WEST DELHI",
"pincode": 110086,
"school_code": "7010103705",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Block-H, Sultanpuri. Delhi",
"village_name": "037-SULTANPURI EAST",
"lat": 28.69263232,
"lng": 77.06828994,
"most_urgent": true,
"students": 1990,
"student_teacher_ratio": 26.89189189
}
}, {
"type": "Point",
"coordinates": [77.078678, 28.691067],
"properties": {
"cartodb_id": 457,
"edudel_code": 1412009,
"distname": "NORTH WEST DELHI",
"pincode": 110083,
"school_code": "7010104806",
"school_name": "Govt. Boys Sr. Sec. School, Block-U, Mangolpuri, Delhi",
"village_name": "048-MANGOLPURI WEST",
"lat": 28.6910667,
"lng": 77.07867825,
"most_urgent": true,
"students": 1487,
"student_teacher_ratio": 30.97916667
}
}, {
"type": "Point",
"coordinates": [77.090622, 28.691733],
"properties": {
"cartodb_id": 458,
"edudel_code": 1412011,
"distname": "NORTH WEST DELHI",
"pincode": 110083,
"school_code": "7010104805",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Block-R, Mangolpuri, Delhi",
"village_name": "048-MANGOLPURI WEST",
"lat": 28.69173336,
"lng": 77.09062234,
"most_urgent": false,
"students": 1760,
"student_teacher_ratio": 26.66666667
}
}, {
"type": "Point",
"coordinates": [77.095388, 28.69636],
"properties": {
"cartodb_id": 459,
"edudel_code": 1412013,
"distname": "NORTH WEST DELHI",
"pincode": 110083,
"school_code": "7010104604",
"school_name": "Govt. Sarvodaya Bal Vidyalaya (Kamdhenu), Mangolpuri, Block -D, Plot II, Delhi",
"village_name": "046-MANGOLPURI EAST",
"lat": 28.69636017,
"lng": 77.0953883,
"most_urgent": false,
"students": 702,
"student_teacher_ratio": 26
}
}, {
"type": "Point",
"coordinates": [77.087405, 28.692609],
"properties": {
"cartodb_id": 460,
"edudel_code": 1412014,
"distname": "NORTH WEST DELHI",
"pincode": 110083,
"school_code": "7010104706",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Block-O, Mangolpuri, Delhi",
"village_name": "047-MANGOLPURI",
"lat": 28.69260906,
"lng": 77.08740467,
"most_urgent": true,
"students": 1261,
"student_teacher_ratio": 32.33333333
}
}, {
"type": "Point",
"coordinates": [77.076419, 28.686637],
"properties": {
"cartodb_id": 461,
"edudel_code": 1412016,
"distname": "NORTH WEST DELHI",
"pincode": 110086,
"school_code": "7010103905",
"school_name": "Govt. Co-ed. Sec. School, Sultanpur Majra, Delhi",
"village_name": "039-SULTANPUR MAJRA",
"lat": 28.68663677,
"lng": 77.07641861,
"most_urgent": true,
"students": 604,
"student_teacher_ratio": 28.76190476
}
}, {
"type": "Point",
"coordinates": [77.091133, 28.69784],
"properties": {
"cartodb_id": 462,
"edudel_code": 1412018,
"distname": "NORTH WEST DELHI",
"pincode": 110083,
"school_code": "7010103802",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Block-Y, Mangolpuri, Delhi",
"village_name": "038-MANGOLPURI NORTH",
"lat": 28.69783952,
"lng": 77.09113265,
"most_urgent": false,
"students": 965,
"student_teacher_ratio": 26.80555556
}
}, {
"type": "Point",
"coordinates": [77.081348, 28.702414],
"properties": {
"cartodb_id": 463,
"edudel_code": 1412019,
"distname": "NORTH WEST DELHI",
"pincode": 110086,
"school_code": "7010103904",
"school_name": "Govt. Girls Sr. Sec. School, Block-P, Sultan Puri, Delhi",
"village_name": "039-SULTANPUR MAJRA",
"lat": 28.70241398,
"lng": 77.08134789,
"most_urgent": true,
"students": 806,
"student_teacher_ratio": 23.02857143
}
}, {
"type": "Point",
"coordinates": [77.091297, 28.694892],
"properties": {
"cartodb_id": 464,
"edudel_code": 1412022,
"distname": "NORTH WEST DELHI",
"pincode": 110083,
"school_code": "7010104603",
"school_name": "Govt. Sarvodaya Vidyalaya , Mangolpuri, Block-C, Delhi",
"village_name": "046-MANGOLPURI EAST",
"lat": 28.69489167,
"lng": 77.0912969,
"most_urgent": false,
"students": 2471,
"student_teacher_ratio": 28.73255814
}
}, {
"type": "Point",
"coordinates": [77.091148, 28.698324],
"properties": {
"cartodb_id": 465,
"edudel_code": 1412024,
"distname": "NORTH WEST DELHI",
"pincode": 110083,
"school_code": "7010103801",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Block-H, Mangolpuri, Delhi",
"village_name": "038-MANGOLPURI NORTH",
"lat": 28.69832427,
"lng": 77.09114815,
"most_urgent": false,
"students": 2434,
"student_teacher_ratio": 28.63529412
}
}, {
"type": "Point",
"coordinates": [77.095387, 28.696343],
"properties": {
"cartodb_id": 466,
"edudel_code": 1412025,
"distname": "NORTH WEST DELHI",
"pincode": 110083,
"school_code": "7010104602",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Kamdhenu), Mangolpuri, Block -D, Plot II, Delhi",
"village_name": "046-MANGOLPURI EAST",
"lat": 28.69634276,
"lng": 77.09538741,
"most_urgent": false,
"students": 2261,
"student_teacher_ratio": 25.40449438
}
}, {
"type": "Point",
"coordinates": [77.07907, 28.699071],
"properties": {
"cartodb_id": 467,
"edudel_code": 1412026,
"distname": "NORTH WEST DELHI",
"pincode": 110086,
"school_code": "7010103704",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Block-C, Sultanpuri, Delhi",
"village_name": "037-SULTANPURI EAST",
"lat": 28.69907097,
"lng": 77.07906955,
"most_urgent": true,
"students": 2696,
"student_teacher_ratio": 25.43396226
}
}, {
"type": "Point",
"coordinates": [77.073268, 28.707259],
"properties": {
"cartodb_id": 468,
"edudel_code": 1412027,
"distname": "NORTH WEST DELHI",
"pincode": 110086,
"school_code": "7010102502",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, V. & P. O. Pooth Kalan, Nangoli Road, Delhi",
"village_name": "025-POOTH KALA",
"lat": 28.70725882,
"lng": 77.07326798,
"most_urgent": true,
"students": 3255,
"student_teacher_ratio": 34.26315789
}
}, {
"type": "Point",
"coordinates": [77.068227, 28.692445],
"properties": {
"cartodb_id": 469,
"edudel_code": 1412029,
"distname": "NORTH WEST DELHI",
"pincode": 110086,
"school_code": "7010103703",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Block-H, D-41, Sultan Puri, Delhi",
"village_name": "037-SULTANPURI EAST",
"lat": 28.69244522,
"lng": 77.06822689,
"most_urgent": true,
"students": 4605,
"student_teacher_ratio": 26.61849711
}
}, {
"type": "Point",
"coordinates": [77.079057, 28.691149],
"properties": {
"cartodb_id": 470,
"edudel_code": 1412030,
"distname": "NORTH WEST DELHI",
"pincode": 110083,
"school_code": "7010104804",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Block-U, Mangolpuri, Delhi",
"village_name": "048-MANGOLPURI WEST",
"lat": 28.69114948,
"lng": 77.07905672,
"most_urgent": true,
"students": 1969,
"student_teacher_ratio": 26.60810811
}
}, {
"type": "Point",
"coordinates": [77.087177, 28.692608],
"properties": {
"cartodb_id": 471,
"edudel_code": 1412031,
"distname": "NORTH WEST DELHI",
"pincode": 110083,
"school_code": "7010104705",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Mangolpuri, Block -O, Delhi",
"village_name": "047-MANGOLPURI",
"lat": 28.69260779,
"lng": 77.08717721,
"most_urgent": true,
"students": 2910,
"student_teacher_ratio": 27.71428571
}
}, {
"type": "Point",
"coordinates": [77.098695, 28.693679],
"properties": {
"cartodb_id": 472,
"edudel_code": 1412033,
"distname": "NORTH WEST DELHI",
"pincode": 110083,
"school_code": "7010104704",
"school_name": "Govt. Co-ed. Sr. Sec. School, Mangolpur Kalan, Delhi",
"village_name": "047-MANGOLPURI",
"lat": 28.69367877,
"lng": 77.09869485,
"most_urgent": false,
"students": 1399,
"student_teacher_ratio": 28.55102041
}
}, {
"type": "Point",
"coordinates": [77.077404, 28.699324],
"properties": {
"cartodb_id": 473,
"edudel_code": 1412035,
"distname": "NORTH WEST DELHI",
"pincode": 110086,
"school_code": "7010103702",
"school_name": "Govt. Girls Sr. Sec. School, Block BC, Sultanpuri, , Delhi",
"village_name": "037-SULTANPURI EAST",
"lat": 28.69932432,
"lng": 77.07740398,
"most_urgent": true,
"students": 2124,
"student_teacher_ratio": 31.23529412
}
}, {
"type": "Point",
"coordinates": [77.09337, 28.696746],
"properties": {
"cartodb_id": 474,
"edudel_code": 1412079,
"distname": "NORTH WEST DELHI",
"pincode": 110083,
"school_code": "7010104703",
"school_name": "Govt. Boys Sr. Sec. School, Mangolpur Khurd, Delhi",
"village_name": "047-MANGOLPURI",
"lat": 28.69674561,
"lng": 77.09336979,
"most_urgent": false,
"students": 961,
"student_teacher_ratio": 32.03333333
}
}, {
"type": "Point",
"coordinates": [77.090814, 28.689041],
"properties": {
"cartodb_id": 475,
"edudel_code": 1412080,
"distname": "NORTH WEST DELHI",
"pincode": 110083,
"school_code": "7010104802",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Block-Q, Mangolpuri, Delhi",
"village_name": "048-MANGOLPURI WEST",
"lat": 28.68904127,
"lng": 77.0908141,
"most_urgent": true,
"students": 2394,
"student_teacher_ratio": 31.5
}
}, {
"type": "Point",
"coordinates": [77.083017, 28.693368],
"properties": {
"cartodb_id": 476,
"edudel_code": 1412082,
"distname": "NORTH WEST DELHI",
"pincode": 110083,
"school_code": "7010104702",
"school_name": "Govt. Sarvodaya Vidyalaya, Block-K-2, Mangolpuri, Delhi",
"village_name": "047-MANGOLPURI",
"lat": 28.69336799,
"lng": 77.0830172,
"most_urgent": true,
"students": 2487,
"student_teacher_ratio": 28.5862069
}
}, {
"type": "Point",
"coordinates": [77.070004, 28.689766],
"properties": {
"cartodb_id": 477,
"edudel_code": 1412083,
"distname": "NORTH WEST DELHI",
"pincode": 110086,
"school_code": "7010104002",
"school_name": "Govt. Boys Sr. Sec. School, Block-F, Sultanpuri, Delhi",
"village_name": "040-SULTANPURI SOUTH",
"lat": 28.68976553,
"lng": 77.07000358,
"most_urgent": true,
"students": 780,
"student_teacher_ratio": 28.88888889
}
}, {
"type": "Point",
"coordinates": [77.076513, 28.710392],
"properties": {
"cartodb_id": 478,
"edudel_code": 1412084,
"distname": "NORTH WEST DELHI",
"pincode": 110086,
"school_code": "7010102501",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Pooth Kalan, Rohini Extn. Sec-20, Delhi",
"village_name": "025-POOTH KALA",
"lat": 28.7103923,
"lng": 77.07651337,
"most_urgent": true,
"students": 2751,
"student_teacher_ratio": 32.36470588
}
}, {
"type": "Point",
"coordinates": [77.077142, 28.701745],
"properties": {
"cartodb_id": 479,
"edudel_code": 1412085,
"distname": "NORTH WEST DELHI",
"pincode": 110086,
"school_code": "7010103903",
"school_name": "Govt. Boys Sr. Sec. School, Block-D, Sultanpuri, Delhi",
"village_name": "039-SULTANPUR MAJRA",
"lat": 28.70174527,
"lng": 77.07714173,
"most_urgent": false,
"students": 902,
"student_teacher_ratio": 39.2173913
}
}, {
"type": "Point",
"coordinates": [77.069198, 28.69356],
"properties": {
"cartodb_id": 480,
"edudel_code": 1412086,
"distname": "NORTH WEST DELHI",
"pincode": 110086,
"school_code": "7010104001",
"school_name": "Govt. Boys Sr. Sec. School, Block-E, Sultanpuri, Delhi",
"village_name": "040-SULTANPURI SOUTH",
"lat": 28.69356047,
"lng": 77.06919828,
"most_urgent": true,
"students": 1305,
"student_teacher_ratio": 32.625
}
}, {
"type": "Point",
"coordinates": [77.076811, 28.699133],
"properties": {
"cartodb_id": 481,
"edudel_code": 1412087,
"distname": "NORTH WEST DELHI",
"pincode": 110086,
"school_code": "7010103701",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Block-A, Sultanpuri, Delhi",
"village_name": "037-SULTANPURI EAST",
"lat": 28.69913272,
"lng": 77.07681117,
"most_urgent": true,
"students": 1623,
"student_teacher_ratio": 35.2826087
}
}, {
"type": "Point",
"coordinates": [77.077022, 28.701248],
"properties": {
"cartodb_id": 482,
"edudel_code": 1412088,
"distname": "NORTH WEST DELHI",
"pincode": 110086,
"school_code": "7010103902",
"school_name": "Govt. Girls Sr. Sec. School, Block-D, Sultanpuri, Delhi",
"village_name": "039-SULTANPUR MAJRA",
"lat": 28.70124763,
"lng": 77.07702194,
"most_urgent": true,
"students": 1197,
"student_teacher_ratio": 30.69230769
}
}, {
"type": "Point",
"coordinates": [77.070309, 28.689956],
"properties": {
"cartodb_id": 483,
"edudel_code": 1412089,
"distname": "NORTH WEST DELHI",
"pincode": 110086,
"school_code": "7010103901",
"school_name": "Govt. Girls Sr. Sec. School, Block-F, Sultanpuri, Delhi",
"village_name": "039-SULTANPUR MAJRA",
"lat": 28.68995626,
"lng": 77.0703093,
"most_urgent": true,
"students": 1295,
"student_teacher_ratio": 39.24242424
}
}, {
"type": "Point",
"coordinates": [77.087155, 28.693448],
"properties": {
"cartodb_id": 484,
"edudel_code": 1412090,
"distname": "NORTH WEST DELHI",
"pincode": 110083,
"school_code": "7010104601",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Block P, Mangolpuri, Delhi",
"village_name": "046-MANGOLPURI EAST",
"lat": 28.69344762,
"lng": 77.08715477,
"most_urgent": true,
"students": 1129,
"student_teacher_ratio": 35.28125
}
}, {
"type": "Point",
"coordinates": [77.042411, 28.712182],
"properties": {
"cartodb_id": 485,
"edudel_code": 1412091,
"distname": "NORTH WEST DELHI",
"pincode": 110081,
"school_code": "7010103008",
"school_name": "Govt. Boys Sr. Sec. School, Mubarakpur Dabas Delhi",
"village_name": "030-MUNDKA",
"lat": 28.71218163,
"lng": 77.0424112,
"most_urgent": true,
"students": 1507,
"student_teacher_ratio": 35.88095238
}
}, {
"type": "Point",
"coordinates": [77.055333, 28.708713],
"properties": {
"cartodb_id": 486,
"edudel_code": 1412092,
"distname": "NORTH WEST DELHI",
"pincode": 110086,
"school_code": "7010103403",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Nithari Delhi",
"village_name": "034-NITHARI",
"lat": 28.70871332,
"lng": 77.05533258,
"most_urgent": true,
"students": 2744,
"student_teacher_ratio": 38.64788732
}
}, {
"type": "Point",
"coordinates": [77.055418, 28.708711],
"properties": {
"cartodb_id": 487,
"edudel_code": 1412093,
"distname": "NORTH WEST DELHI",
"pincode": 110086,
"school_code": "7010103402",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Nithari Delhi",
"village_name": "034-NITHARI",
"lat": 28.70871085,
"lng": 77.05541782,
"most_urgent": true,
"students": 4366,
"student_teacher_ratio": 33.58461538
}
}, {
"type": "Point",
"coordinates": [77.020874, 28.707175],
"properties": {
"cartodb_id": 488,
"edudel_code": 1412095,
"distname": "NORTH WEST DELHI",
"pincode": 110081,
"school_code": "7010103007",
"school_name": "Govt. Sarvodaya Vidyalaya , Rani Khera, Delhi",
"village_name": "030-MUNDKA",
"lat": 28.70717526,
"lng": 77.02087432,
"most_urgent": true,
"students": 2044,
"student_teacher_ratio": 30.50746269
}
}, {
"type": "Point",
"coordinates": [77.096228, 28.698411],
"properties": {
"cartodb_id": 489,
"edudel_code": 1412130,
"distname": "NORTH WEST DELHI",
"pincode": 110083,
"school_code": "7010104701",
"school_name": "Govt. Boys Sr. Sec. School, Block D, Mongolpuri, Delhi",
"village_name": "047-MANGOLPURI",
"lat": 28.69841115,
"lng": 77.09622823,
"most_urgent": false,
"students": 938,
"student_teacher_ratio": 27.58823529
}
}, {
"type": "Point",
"coordinates": [77.056345, 28.708228],
"properties": {
"cartodb_id": 490,
"edudel_code": 1412131,
"distname": "NORTH WEST DELHI",
"pincode": 110086,
"school_code": "7010103501",
"school_name": "Govt. Girls Sr. Sec. School, Nithari Delhi",
"village_name": "035-KIRARI SULEMAN NGR.",
"lat": 28.70822832,
"lng": 77.05634514,
"most_urgent": true,
"students": 4045,
"student_teacher_ratio": 38.89423077
}
}, {
"type": "Point",
"coordinates": [77.195783, 28.680965],
"properties": {
"cartodb_id": 491,
"edudel_code": 1412132,
"distname": "NORTH WEST DELHI",
"pincode": 110086,
"school_code": "7010103401",
"school_name": "Govt. Boys Sr. Sec. School No.2, Nithari Delhi",
"village_name": "034-NITHARI",
"lat": 28.6809646,
"lng": 77.1957825,
"most_urgent": true,
"students": 2514,
"student_teacher_ratio": 36.43478261
}
}, {
"type": "Point",
"coordinates": [77.042719, 28.712181],
"properties": {
"cartodb_id": 492,
"edudel_code": 1412133,
"distname": "NORTH WEST DELHI",
"pincode": 110081,
"school_code": "7010103006",
"school_name": "Govt. Girls Sr. Sec. School, Mubarakpur Dabas Delhi",
"village_name": "030-MUNDKA",
"lat": 28.71218138,
"lng": 77.04271892,
"most_urgent": true,
"students": 1836,
"student_teacher_ratio": 31.11864407
}
}, {
"type": "Point",
"coordinates": [77.076514, 28.710431],
"properties": {
"cartodb_id": 493,
"edudel_code": 1412248,
"distname": "NORTH WEST DELHI",
"pincode": 110086,
"school_code": "7010102504",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Pooth Kalan, Rohini Extn.,Sector 20, Delhi",
"village_name": "025-POOTH KALA",
"lat": 28.71043096,
"lng": 77.07651414,
"most_urgent": true,
"students": 2728,
"student_teacher_ratio": 37.36986301
}
}, {
"type": "Point",
"coordinates": [77.041123, 28.711915],
"properties": {
"cartodb_id": 494,
"edudel_code": 1412253,
"distname": "NORTH WEST DELHI",
"pincode": 110081,
"school_code": "7010103301",
"school_name": "Govt. Girls Sr. Sec. School No.2, Mubarakpur Dabas Delhi",
"village_name": "033-PRATAP VIHAR",
"lat": 28.71191459,
"lng": 77.04112307,
"most_urgent": true,
"students": 1486,
"student_teacher_ratio": 40.16216216
}
}, {
"type": "Point",
"coordinates": [77.04112, 28.712106],
"properties": {
"cartodb_id": 495,
"edudel_code": 1412254,
"distname": "NORTH WEST DELHI",
"pincode": 110081,
"school_code": "7010103302",
"school_name": "Govt. Boys Sr. Sec. School No.2, Mubarakpur Dabas Delhi",
"village_name": "033-PRATAP VIHAR",
"lat": 28.71210563,
"lng": 77.04112001,
"most_urgent": true,
"students": 1586,
"student_teacher_ratio": 63.44
}
}, {
"type": "Point",
"coordinates": [77.054862, 28.708201],
"properties": {
"cartodb_id": 496,
"edudel_code": 1412258,
"distname": "NORTH WEST DELHI",
"pincode": 110081,
"school_code": "7010103404",
"school_name": "Govt. Girls Sec. School, Nithari Delhi",
"village_name": "034-NITHARI",
"lat": 28.70820062,
"lng": 77.05486222,
"most_urgent": true,
"students": 2739,
"student_teacher_ratio": 29.13829787
}
}, {
"type": "Point",
"coordinates": [77.090621, 28.61587],
"properties": {
"cartodb_id": 497,
"edudel_code": 1412259,
"distname": "NORTH WEST DELHI",
"pincode": 110081,
"school_code": "7010103405",
"school_name": "Govt. Boys Sec. School, Nithari Delhi",
"village_name": "034-NITHARI",
"lat": 28.6158702,
"lng": 77.0906212,
"most_urgent": true,
"students": 2336,
"student_teacher_ratio": 36.5
}
}, {
"type": "Point",
"coordinates": [77.067557, 28.692372],
"properties": {
"cartodb_id": 498,
"edudel_code": 1412288,
"distname": "NORTH WEST DELHI",
"pincode": 110086,
"school_code": "7010103803",
"school_name": "Govt. Boys Sr. Sec. School, Block-P, Sultan Puri, Delhi",
"village_name": "038-MANGOLPURI NORTH",
"lat": 28.692372,
"lng": 77.067557,
"most_urgent": true,
"students": 1108,
"student_teacher_ratio": 123.1111111
}
}, {
"type": "Point",
"coordinates": [76.999014, 28.758489],
"properties": {
"cartodb_id": 499,
"edudel_code": 1413001,
"distname": "NORTH WEST DELHI",
"pincode": 110081,
"school_code": "7010102803",
"school_name": "Govt. Sarvodaya Vidyalaya, Chandpur Majra, Delhi",
"village_name": "028-BAWANA",
"lat": 28.75848935,
"lng": 76.99901365,
"most_urgent": false,
"students": 280,
"student_teacher_ratio": 12.72727273
}
}, {
"type": "Point",
"coordinates": [77.104919, 28.703197],
"properties": {
"cartodb_id": 500,
"edudel_code": 1413002,
"distname": "NORTH WEST DELHI",
"pincode": 110085,
"school_code": "7010104502",
"school_name": "Govt. Sarvodaya Vidyalaya , Sector-3, Rohini, Delhi",
"village_name": "045-ROHINI SOUTH",
"lat": 28.70319673,
"lng": 77.10491896,
"most_urgent": false,
"students": 3249,
"student_teacher_ratio": 29.53636364
}
}, {
"type": "Point",
"coordinates": [76.995145, 28.694965],
"properties": {
"cartodb_id": 501,
"edudel_code": 1413003,
"distname": "NORTH WEST DELHI",
"pincode": 110081,
"school_code": "7010103005",
"school_name": "Govt. Sarvodaya Vidyalaya, Ghevra, Delhi",
"village_name": "030-MUNDKA",
"lat": 28.6949652,
"lng": 76.995145,
"most_urgent": false,
"students": 1055,
"student_teacher_ratio": 27.76315789
}
}, {
"type": "Point",
"coordinates": [77.112167, 28.710339],
"properties": {
"cartodb_id": 502,
"edudel_code": 1413004,
"distname": "NORTH WEST DELHI",
"pincode": 110085,
"school_code": "7010102206",
"school_name": "Govt. Sarvodaya Vidyalaya , Sector-6, Rohini, Delhi",
"village_name": "022-RITHALA",
"lat": 28.71033894,
"lng": 77.11216689,
"most_urgent": false,
"students": 3799,
"student_teacher_ratio": 34.53636364
}
}, {
"type": "Point",
"coordinates": [77.100765, 28.699553],
"properties": {
"cartodb_id": 503,
"edudel_code": 1413006,
"distname": "NORTH WEST DELHI",
"pincode": 110085,
"school_code": "7010104501",
"school_name": "Govt. Sarvodaya Vidyalaya , Sector-2, Rohini, Delhi",
"village_name": "045-ROHINI SOUTH",
"lat": 28.69955283,
"lng": 77.10076533,
"most_urgent": false,
"students": 2773,
"student_teacher_ratio": 33.40963855
}
}, {
"type": "Point",
"coordinates": [76.961846, 28.721888],
"properties": {
"cartodb_id": 504,
"edudel_code": 1413009,
"distname": "NORTH WEST DELHI",
"pincode": 110081,
"school_code": "7010103004",
"school_name": "Govt. Co-ed. Sr. Sec. School, Vill & P. O. Nizampur Delhi",
"village_name": "030-MUNDKA",
"lat": 28.7218884,
"lng": 76.96184622,
"most_urgent": false,
"students": 298,
"student_teacher_ratio": 14.19047619
}
}, {
"type": "Point",
"coordinates": [77.121326, 28.715565],
"properties": {
"cartodb_id": 505,
"edudel_code": 1413010,
"distname": "NORTH WEST DELHI",
"pincode": 110085,
"school_code": "7010102104",
"school_name": "Govt. Sarvodaya Vidyalaya (Shaheed Capt. Sanjeev Dahiya), Rohini, Sec.- 9, Delhi",
"village_name": "021-ROHINI",
"lat": 28.71556473,
"lng": 77.12132648,
"most_urgent": false,
"students": 2377,
"student_teacher_ratio": 26.70786517
}
}, {
"type": "Point",
"coordinates": [77.095329, 28.703886],
"properties": {
"cartodb_id": 506,
"edudel_code": 1413011,
"distname": "NORTH WEST DELHI",
"pincode": 110085,
"school_code": "7010102303",
"school_name": "Govt. Boys Sr. Sec. School No. 1, Opp. Block-D, Sector-I, Avantika, Delhi",
"village_name": "023-BUDH VIHAR",
"lat": 28.70388631,
"lng": 77.09532899,
"most_urgent": false,
"students": 1330,
"student_teacher_ratio": 27.14285714
}
}, {
"type": "Point",
"coordinates": [77.103567, 28.71377],
"properties": {
"cartodb_id": 507,
"edudel_code": 1413013,
"distname": "NORTH WEST DELHI",
"pincode": 110085,
"school_code": "7010102205",
"school_name": "Govt. Boys Sr. Sec. School, Vill & P.O. Rithala, Delhi",
"village_name": "022-RITHALA",
"lat": 28.71377023,
"lng": 77.10356718,
"most_urgent": false,
"students": 2183,
"student_teacher_ratio": 34.65079365
}
}, {
"type": "Point",
"coordinates": [77.137602, 28.715836],
"properties": {
"cartodb_id": 508,
"edudel_code": 1413016,
"distname": "NORTH WEST DELHI",
"pincode": 110085,
"school_code": "7010105102",
"school_name": "Govt. Boys Sr. Sec. School, Prashant Vihar, Delhi",
"village_name": "051-ROHINI EAST",
"lat": 28.71583574,
"lng": 77.13760216,
"most_urgent": false,
"students": 1253,
"student_teacher_ratio": 28.47727273
}
}, {
"type": "Point",
"coordinates": [77.096231, 28.70423],
"properties": {
"cartodb_id": 509,
"edudel_code": 1413019,
"distname": "NORTH WEST DELHI",
"pincode": 110085,
"school_code": "7010102204",
"school_name": "Govt. Boys Sr. Sec. School No. 2, Sector-1, Avantika, Rohini, Delhi",
"village_name": "022-RITHALA",
"lat": 28.70423005,
"lng": 77.09623123,
"most_urgent": false,
"students": 1278,
"student_teacher_ratio": 29.72093023
}
}, {
"type": "Point",
"coordinates": [76.995636, 28.742989],
"properties": {
"cartodb_id": 510,
"edudel_code": 1413022,
"distname": "NORTH WEST DELHI",
"pincode": 110081,
"school_code": "7010102905",
"school_name": "Govt. Boys Sec. School, Ladpur Delhi",
"village_name": "029-KARALA",
"lat": 28.74298867,
"lng": 76.99563602,
"most_urgent": false,
"students": 293,
"student_teacher_ratio": 19.53333333
}
}, {
"type": "Point",
"coordinates": [77.112163, 28.731352],
"properties": {
"cartodb_id": 511,
"edudel_code": 1413023,
"distname": "NORTH WEST DELHI",
"pincode": 110085,
"school_code": "7010102103",
"school_name": "Govt. Co-ed. Sr. Sec. School, Sect-11, Rohini, Delhi",
"village_name": "021-ROHINI",
"lat": 28.73135165,
"lng": 77.11216296,
"most_urgent": false,
"students": 1642,
"student_teacher_ratio": 31.57692308
}
}, {
"type": "Point",
"coordinates": [77.008582, 28.737975],
"properties": {
"cartodb_id": 512,
"edudel_code": 1413025,
"distname": "NORTH WEST DELHI",
"pincode": 110081,
"school_code": "7010102904",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Kanjhawala, Delhi",
"village_name": "029-KARALA",
"lat": 28.73797467,
"lng": 77.00858231,
"most_urgent": false,
"students": 1320,
"student_teacher_ratio": 23.15789474
}
}, {
"type": "Point",
"coordinates": [77.103632, 28.713908],
"properties": {
"cartodb_id": 513,
"edudel_code": 1413026,
"distname": "NORTH WEST DELHI",
"pincode": 110085,
"school_code": "7010102203",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Rithala, Delhi",
"village_name": "022-RITHALA",
"lat": 28.71390767,
"lng": 77.1036315,
"most_urgent": true,
"students": 3577,
"student_teacher_ratio": 27.72868217
}
}, {
"type": "Point",
"coordinates": [77.123267, 28.704364],
"properties": {
"cartodb_id": 514,
"edudel_code": 1413027,
"distname": "NORTH WEST DELHI",
"pincode": 110085,
"school_code": "7010105101",
"school_name": "Govt. Sarvodaya Vidyalaya , Scct-8, Rohini, Delhi",
"village_name": "051-ROHINI EAST",
"lat": 28.70436438,
"lng": 77.12326706,
"most_urgent": false,
"students": 1893,
"student_teacher_ratio": 32.63793103
}
}, {
"type": "Point",
"coordinates": [76.965161, 28.804233],
"properties": {
"cartodb_id": 515,
"edudel_code": 1413028,
"distname": "NORTH WEST DELHI",
"pincode": 110039,
"school_code": "7010102802",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Qutabgarh, Delhi",
"village_name": "028-BAWANA",
"lat": 28.80423295,
"lng": 76.9651607,
"most_urgent": false,
"students": 1104,
"student_teacher_ratio": 23
}
}, {
"type": "Point",
"coordinates": [77.096475, 28.703268],
"properties": {
"cartodb_id": 516,
"edudel_code": 1413030,
"distname": "NORTH WEST DELHI",
"pincode": 110085,
"school_code": "7010102302",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Avantika, Rohini, Sect-1, Delhi",
"village_name": "023-BUDH VIHAR",
"lat": 28.70326828,
"lng": 77.09647497,
"most_urgent": false,
"students": 1883,
"student_teacher_ratio": 24.77631579
}
}, {
"type": "Point",
"coordinates": [77.137642, 28.715626],
"properties": {
"cartodb_id": 517,
"edudel_code": 1413067,
"distname": "NORTH WEST DELHI",
"pincode": 110085,
"school_code": "7010102102",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Block-D, Sector-14, Prashant Vihar, Delhi",
"village_name": "021-ROHINI",
"lat": 28.71562582,
"lng": 77.13764166,
"most_urgent": false,
"students": 1245,
"student_teacher_ratio": 23.49056604
}
}, {
"type": "Point",
"coordinates": [77.096137, 28.704209],
"properties": {
"cartodb_id": 518,
"edudel_code": 1413069,
"distname": "NORTH WEST DELHI",
"pincode": 110085,
"school_code": "7010102301",
"school_name": "Govt. Girls Sr. Sec. School, Opp. Block-D, Sector-I, Avantika, Delhi",
"village_name": "023-BUDH VIHAR",
"lat": 28.70420853,
"lng": 77.09613704,
"most_urgent": false,
"students": 2276,
"student_teacher_ratio": 31.17808219
}
}, {
"type": "Point",
"coordinates": [77.126187, 28.736377],
"properties": {
"cartodb_id": 519,
"edudel_code": 1413070,
"distname": "NORTH WEST DELHI",
"pincode": 110089,
"school_code": "7010102101",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Sector-16, Pocket-A, Rohini, Delhi",
"village_name": "021-ROHINI",
"lat": 28.73637725,
"lng": 77.12618713,
"most_urgent": false,
"students": 1540,
"student_teacher_ratio": 27.5
}
}, {
"type": "Point",
"coordinates": [77.130752, 28.734711],
"properties": {
"cartodb_id": 520,
"edudel_code": 1413071,
"distname": "NORTH WEST DELHI",
"pincode": 110089,
"school_code": "7010104901",
"school_name": "Govt. Co-ed. Sr. Sec. School, Block-F, Sector-15, Rohini, Delhi",
"village_name": "049-ROHINI NORTH",
"lat": 28.73471064,
"lng": 77.13075181,
"most_urgent": false,
"students": 1411,
"student_teacher_ratio": 26.62264151
}
}, {
"type": "Point",
"coordinates": [77.117063, 28.709504],
"properties": {
"cartodb_id": 521,
"edudel_code": 1413074,
"distname": "NORTH WEST DELHI",
"pincode": 110085,
"school_code": "7010105201",
"school_name": "Govt. Sarvodaya Vidyalaya , Sector-7, Rohini, Delhi",
"village_name": "052-NAHARPUR",
"lat": 28.70950408,
"lng": 77.11706298,
"most_urgent": false,
"students": 2488,
"student_teacher_ratio": 32.73684211
}
}, {
"type": "Point",
"coordinates": [76.965413, 28.774347],
"properties": {
"cartodb_id": 522,
"edudel_code": 1413075,
"distname": "NORTH WEST DELHI",
"pincode": 110081,
"school_code": "7010102801",
"school_name": "Govt. Co-ed. Middle School, Punjab Khor, Delhi",
"village_name": "028-BAWANA",
"lat": 28.77434666,
"lng": 76.96541251,
"most_urgent": false,
"students": 216,
"student_teacher_ratio": 18
}
}, {
"type": "Point",
"coordinates": [77.112845, 28.732026],
"properties": {
"cartodb_id": 523,
"edudel_code": 1413076,
"distname": "NORTH WEST DELHI",
"pincode": 110085,
"school_code": "7010102202",
"school_name": "Rajkiya Pratibha Vikas Vidyalaya, Sector-11, Rohini, Delhi",
"village_name": "022-RITHALA",
"lat": 28.73202598,
"lng": 77.11284526,
"most_urgent": false,
"students": 753,
"student_teacher_ratio": 19.30769231
}
}, {
"type": "Point",
"coordinates": [77.066908, 28.723814],
"properties": {
"cartodb_id": 524,
"edudel_code": 1413077,
"distname": "NORTH WEST DELHI",
"pincode": 110086,
"school_code": "7010102702",
"school_name": "Govt. Boys Sr. Sec. School, Begumpur, Delhi",
"village_name": "027-BEGUMPUR",
"lat": 28.72381433,
"lng": 77.06690808,
"most_urgent": false,
"students": 2181,
"student_teacher_ratio": 41.1509434
}
}, {
"type": "Point",
"coordinates": [77.040116, 28.731796],
"properties": {
"cartodb_id": 525,
"edudel_code": 1413078,
"distname": "NORTH WEST DELHI",
"pincode": 110081,
"school_code": "7010102903",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Karala, Delhi",
"village_name": "029-KARALA",
"lat": 28.7317955,
"lng": 77.04011603,
"most_urgent": false,
"students": 2006,
"student_teacher_ratio": 28.65714286
}
}, {
"type": "Point",
"coordinates": [77.04018, 28.731939],
"properties": {
"cartodb_id": 526,
"edudel_code": 1413079,
"distname": "NORTH WEST DELHI",
"pincode": 110081,
"school_code": "7010102902",
"school_name": "Govt. Boys Sr. Sec. School, Karala, Delhi",
"village_name": "029-KARALA",
"lat": 28.73193948,
"lng": 77.04017983,
"most_urgent": true,
"students": 1207,
"student_teacher_ratio": 29.43902439
}
}, {
"type": "Point",
"coordinates": [76.964597, 28.748282],
"properties": {
"cartodb_id": 527,
"edudel_code": 1413181,
"distname": "NORTH WEST DELHI",
"pincode": 110081,
"school_code": "7010102901",
"school_name": "Govt. Sarvodaya Vidyalaya, Jaunti, Delhi",
"village_name": "029-KARALA",
"lat": 28.74828185,
"lng": 76.96459733,
"most_urgent": false,
"students": 606,
"student_teacher_ratio": 21.64285714
}
}, {
"type": "Point",
"coordinates": [76.981882, 28.704],
"properties": {
"cartodb_id": 528,
"edudel_code": 1413266,
"distname": "NORTH WEST DELHI",
"pincode": 110081,
"school_code": "7010103002",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Sawda Ghewara JJColonoy, A-Block, Delhi",
"village_name": "030-MUNDKA",
"lat": 28.70399975,
"lng": 76.98188164,
"most_urgent": false,
"students": 1099,
"student_teacher_ratio": 27.475
}
}, {
"type": "Point",
"coordinates": [76.976287, 28.700539],
"properties": {
"cartodb_id": 529,
"edudel_code": 1413267,
"distname": "NORTH WEST DELHI",
"pincode": 110081,
"school_code": "7010103001",
"school_name": "Govt. Sarvodaya Vidyalaya , Sawda Ghewara JJColonoy, H-Block, Delhi",
"village_name": "030-MUNDKA",
"lat": 28.70053854,
"lng": 76.97628706,
"most_urgent": false,
"students": 1126,
"student_teacher_ratio": 35.1875
}
}, {
"type": "Point",
"coordinates": [77.066986, 28.723746],
"properties": {
"cartodb_id": 530,
"edudel_code": 1413268,
"distname": "NORTH WEST DELHI",
"pincode": 110086,
"school_code": "7010102701",
"school_name": "Govt. Girls Sr. Sec. School, Begampur, Delhi",
"village_name": "027-BEGUMPUR",
"lat": 28.72374643,
"lng": 77.06698602,
"most_urgent": false,
"students": 3057,
"student_teacher_ratio": 36.8313253
}
}, {
"type": "Point",
"coordinates": [77.126051, 28.73646],
"properties": {
"cartodb_id": 531,
"edudel_code": 1413284,
"distname": "NORTH WEST DELHI",
"pincode": 110089,
"school_code": "7010102105",
"school_name": "Govt. Boys Sr. Sec. School, Rohini, Sector 16, Pocket A, Delhi",
"village_name": "021-ROHINI",
"lat": 28.7364596,
"lng": 77.1260512,
"most_urgent": false,
"students": 1241,
"student_teacher_ratio": 29.54761905
}
}, {
"type": "Point",
"coordinates": [77.1002, 28.744393],
"properties": {
"cartodb_id": 532,
"edudel_code": 1413316,
"distname": "NORTH WEST DELHI",
"pincode": 110085,
"school_code": "7010102110",
"school_name": "Govt. Girls Middle School, Sect-24, Rohini, Delhi",
"village_name": "021-ROHINI",
"lat": 28.7443932,
"lng": 77.1002004,
"most_urgent": false,
"students": 583,
"student_teacher_ratio": 38.86666667
}
}, {
"type": "Point",
"coordinates": [77.087356, 28.726588],
"properties": {
"cartodb_id": 533,
"edudel_code": 1413317,
"distname": "NORTH WEST DELHI",
"pincode": 110085,
"school_code": "7010102109",
"school_name": "Govt. Boys Middle School, Sect-24, Rohini, Delhi",
"village_name": "021-ROHINI",
"lat": 28.726588,
"lng": 77.0873555,
"most_urgent": false,
"students": 767,
"student_teacher_ratio": 47.9375
}
}, {
"type": "Point",
"coordinates": [77.078571, 28.676502],
"properties": {
"cartodb_id": 534,
"edudel_code": 1413318,
"distname": "NORTH WEST DELHI",
"pincode": 110085,
"school_code": "7010102108",
"school_name": "Govt. Girls Middle School, Sect-16, Pkt-D, Rohini, Delhi",
"village_name": "021-ROHINI",
"lat": 28.6765018,
"lng": 77.0785712,
"most_urgent": false,
"students": 259,
"student_teacher_ratio": 32.375
}
}, {
"type": "Point",
"coordinates": [0, 0],
"properties": {
"cartodb_id": 535,
"edudel_code": 1413319,
"distname": "NORTH WEST DELHI",
"pincode": 110085,
"school_code": "7010102107",
"school_name": "Govt. Boys Middle School, Sect-16, Pkt-D, Rohini, Delhi",
"village_name": "021-ROHINI",
"lat": null,
"lng": null,
"most_urgent": false,
"students": 273,
"student_teacher_ratio": 39
}
}, {
"type": "Point",
"coordinates": [0, 0],
"properties": {
"cartodb_id": 536,
"edudel_code": 1413320,
"distname": "NORTH WEST DELHI",
"pincode": 110085,
"school_code": "7010102106",
"school_name": "Govt. Co-ed. Middle School, Sect-15, Pkt-F&G, Rohini, Delhi",
"village_name": "021-ROHINI",
"lat": null,
"lng": null,
"most_urgent": false,
"students": 381,
"student_teacher_ratio": 54.42857143
}
}, {
"type": "Point",
"coordinates": [0, 0],
"properties": {
"cartodb_id": 537,
"edudel_code": 1413323,
"distname": "NORTH WEST DELHI",
"pincode": 110081,
"school_code": "7010103009",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Sawda (Ghewara) J.J.Colonoy, B-Block, Delhi",
"village_name": "030-MUNDKA",
"lat": null,
"lng": null,
"most_urgent": true,
"students": 1078,
"student_teacher_ratio": 30.8
}
}, {
"type": "Point",
"coordinates": [77.097891, 28.649415],
"properties": {
"cartodb_id": 538,
"edudel_code": 1514003,
"distname": "WEST DELHI",
"pincode": 110018,
"school_code": "7070111303",
"school_name": "Govt. Boys Sr. Sec. School No.1, J. J. Colony, Khyala, New Delhi",
"village_name": "113-MAHAVIR NAGAR",
"lat": 28.64941484,
"lng": 77.09789086,
"most_urgent": true,
"students": 1328,
"student_teacher_ratio": 30.88372093
}
}, {
"type": "Point",
"coordinates": [77.103916, 28.656204],
"properties": {
"cartodb_id": 539,
"edudel_code": 1514004,
"distname": "WEST DELHI",
"pincode": 110018,
"school_code": "7070110803",
"school_name": "Govt. Boys Sr. Sec. School No.2, Khyala , New Delhi",
"village_name": "108-KHYALA WEST",
"lat": 28.65620351,
"lng": 77.10391621,
"most_urgent": true,
"students": 952,
"student_teacher_ratio": 35.25925926
}
}, {
"type": "Point",
"coordinates": [77.090096, 28.640992],
"properties": {
"cartodb_id": 540,
"edudel_code": 1514005,
"distname": "WEST DELHI",
"pincode": 110018,
"school_code": "7070111404",
"school_name": "Govt. Sarvodaya Bal Vidyalaya No.1, Tilak Nagar New Delhi",
"village_name": "114-TILAK NAGAR",
"lat": 28.64099155,
"lng": 77.09009617,
"most_urgent": false,
"students": 1114,
"student_teacher_ratio": 22.73469388
}
}, {
"type": "Point",
"coordinates": [77.091232, 28.641894],
"properties": {
"cartodb_id": 541,
"edudel_code": 1514006,
"distname": "WEST DELHI",
"pincode": 110018,
"school_code": "7070111403",
"school_name": "Govt. Sarvodaya Bal Vidyalaya No.2, Tilak Nagar New Delhi",
"village_name": "114-TILAK NAGAR",
"lat": 28.64189401,
"lng": 77.09123233,
"most_urgent": false,
"students": 1326,
"student_teacher_ratio": 28.82608696
}
}, {
"type": "Point",
"coordinates": [77.084988, 28.627848],
"properties": {
"cartodb_id": 542,
"edudel_code": 1514008,
"distname": "WEST DELHI",
"pincode": 110058,
"school_code": "7070110904",
"school_name": "Govt. Sarvodaya Bal Vidyalaya No.2 (Shaheed Capt. Anuj Nayyar) Block-B Janakpuri, New Delhi",
"village_name": "109-JANAKPURI NORTH",
"lat": 28.62784804,
"lng": 77.08498775,
"most_urgent": false,
"students": 1050,
"student_teacher_ratio": 26.92307692
}
}, {
"type": "Point",
"coordinates": [77.098274, 28.645754],
"properties": {
"cartodb_id": 543,
"edudel_code": 1514011,
"distname": "WEST DELHI",
"pincode": 110018,
"school_code": "7070110702",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.1, Chand Nagar, New Delhi",
"village_name": "107-VISHNU GARDEN",
"lat": 28.64575362,
"lng": 77.09827411,
"most_urgent": false,
"students": 2462,
"student_teacher_ratio": 29.6626506
}
}, {
"type": "Point",
"coordinates": [77.097962, 28.649415],
"properties": {
"cartodb_id": 544,
"edudel_code": 1514012,
"distname": "WEST DELHI",
"pincode": 110018,
"school_code": "7070110802",
"school_name": "Govt. Girls Sr. Sec. School No.1, J. J. Colony, Khyala, New Delhi",
"village_name": "108-KHYALA WEST",
"lat": 28.64941517,
"lng": 77.09796191,
"most_urgent": false,
"students": 1741,
"student_teacher_ratio": 29.50847458
}
}, {
"type": "Point",
"coordinates": [77.103979, 28.656143],
"properties": {
"cartodb_id": 545,
"edudel_code": 1514013,
"distname": "WEST DELHI",
"pincode": 110018,
"school_code": "7070110801",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.2, Khyala , New Delhi",
"village_name": "108-KHYALA WEST",
"lat": 28.65614308,
"lng": 77.10397915,
"most_urgent": false,
"students": 2026,
"student_teacher_ratio": 28.94285714
}
}, {
"type": "Point",
"coordinates": [77.093359, 28.639577],
"properties": {
"cartodb_id": 546,
"edudel_code": 1514014,
"distname": "WEST DELHI",
"pincode": 110018,
"school_code": "7070111402",
"school_name": "Govt. Girls Sr. Sec. School No.1, Tilak Nagar, New Delhi",
"village_name": "114-TILAK NAGAR",
"lat": 28.63957714,
"lng": 77.09335908,
"most_urgent": false,
"students": 1074,
"student_teacher_ratio": 19.88888889
}
}, {
"type": "Point",
"coordinates": [77.093332, 28.639545],
"properties": {
"cartodb_id": 547,
"edudel_code": 1514016,
"distname": "WEST DELHI",
"pincode": 110018,
"school_code": "7070111401",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.3, Tilak Nagar, New Delhi",
"village_name": "114-TILAK NAGAR",
"lat": 28.6395446,
"lng": 77.09333246,
"most_urgent": false,
"students": 1768,
"student_teacher_ratio": 24.21917808
}
}, {
"type": "Point",
"coordinates": [77.082753, 28.633051],
"properties": {
"cartodb_id": 548,
"edudel_code": 1514017,
"distname": "WEST DELHI",
"pincode": 110018,
"school_code": "7070111302",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Distt. Centre, Vikaspuri, New Delhi",
"village_name": "113-MAHAVIR NAGAR",
"lat": 28.63305149,
"lng": 77.08275269,
"most_urgent": false,
"students": 1003,
"student_teacher_ratio": 23.88095238
}
}, {
"type": "Point",
"coordinates": [77.104356, 28.632467],
"properties": {
"cartodb_id": 549,
"edudel_code": 1514018,
"distname": "WEST DELHI",
"pincode": 110018,
"school_code": "7070111405",
"school_name": "Govt. Girls Sr. Sec. School, Ashok Nagar, New Delhi",
"village_name": "114-TILAK NAGAR",
"lat": 28.63246749,
"lng": 77.10435645,
"most_urgent": false,
"students": 837,
"student_teacher_ratio": 22.62162162
}
}, {
"type": "Point",
"coordinates": [77.093713, 28.624756],
"properties": {
"cartodb_id": 550,
"edudel_code": 1514019,
"distname": "WEST DELHI",
"pincode": 110058,
"school_code": "7070110903",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya , Block-B, Janakpuri, New Delhi",
"village_name": "109-JANAKPURI NORTH",
"lat": 28.62475592,
"lng": 77.09371313,
"most_urgent": false,
"students": 1017,
"student_teacher_ratio": 20.75510204
}
}, {
"type": "Point",
"coordinates": [77.111828, 28.622311],
"properties": {
"cartodb_id": 551,
"edudel_code": 1514021,
"distname": "WEST DELHI",
"pincode": 110064,
"school_code": "7070111102",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Hari Nagar, Clock Tower New Delhi",
"village_name": "111-HARI NAGAR",
"lat": 28.62231073,
"lng": 77.1118275,
"most_urgent": false,
"students": 1464,
"student_teacher_ratio": 28.15384615
}
}, {
"type": "Point",
"coordinates": [77.106466, 28.628759],
"properties": {
"cartodb_id": 552,
"edudel_code": 1514022,
"distname": "WEST DELHI",
"pincode": 110064,
"school_code": "7070110901",
"school_name": "Govt. Sarvodaya Vidyalaya , Block-L, Hari Nagar New Delhi",
"village_name": "109-JANAKPURI NORTH",
"lat": 28.62875877,
"lng": 77.10646634,
"most_urgent": false,
"students": 1808,
"student_teacher_ratio": 25.82857143
}
}, {
"type": "Point",
"coordinates": [77.11865, 28.626749],
"properties": {
"cartodb_id": 553,
"edudel_code": 1514023,
"distname": "WEST DELHI",
"pincode": 110064,
"school_code": "7070111101",
"school_name": "Rajkiya Pratibha Vikas Vidyalaya, Block-B-E, Hari Nagar, Mayapuri Road, New Delhi",
"village_name": "111-HARI NAGAR",
"lat": 28.62674934,
"lng": 77.11865006,
"most_urgent": false,
"students": 693,
"student_teacher_ratio": 21.65625
}
}, {
"type": "Point",
"coordinates": [77.098847, 28.64488],
"properties": {
"cartodb_id": 554,
"edudel_code": 1514110,
"distname": "WEST DELHI",
"pincode": 110018,
"school_code": "7070110701",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Chand Nagar, New Delhi",
"village_name": "107-VISHNU GARDEN",
"lat": 28.64487975,
"lng": 77.09884733,
"most_urgent": true,
"students": 2032,
"student_teacher_ratio": 29.88235294
}
}, {
"type": "Point",
"coordinates": [77.110516, 28.625347],
"properties": {
"cartodb_id": 555,
"edudel_code": 1514112,
"distname": "WEST DELHI",
"pincode": 110064,
"school_code": "7070111103",
"school_name": "Govt. Boys Sr. Sec. School, Hari Nagar Clock Tower, Site-2, New Delhi",
"village_name": "111-HARI NAGAR",
"lat": 28.62534686,
"lng": 77.11051611,
"most_urgent": false,
"students": 1068,
"student_teacher_ratio": 28.86486486
}
}, {
"type": "Point",
"coordinates": [77.143522, 28.672377],
"properties": {
"cartodb_id": 556,
"edudel_code": 1515001,
"distname": "WEST DELHI",
"pincode": 110026,
"school_code": "7070110002",
"school_name": "Govt. Sarvodaya Vidyalaya , Jaidev Park, New Delhi",
"village_name": "100-KARAM PURA",
"lat": 28.67237749,
"lng": 77.14352246,
"most_urgent": false,
"students": 1498,
"student_teacher_ratio": 29.37254902
}
}, {
"type": "Point",
"coordinates": [77.108413, 28.63952],
"properties": {
"cartodb_id": 557,
"edudel_code": 1515002,
"distname": "WEST DELHI",
"pincode": 110027,
"school_code": "7070111203",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Ashok Nagar, New Delhi",
"village_name": "112-SUBHASH NAGAR",
"lat": 28.63951977,
"lng": 77.10841281,
"most_urgent": false,
"students": 921,
"student_teacher_ratio": 22.46341463
}
}, {
"type": "Point",
"coordinates": [77.115018, 28.634432],
"properties": {
"cartodb_id": 558,
"edudel_code": 1515003,
"distname": "WEST DELHI",
"pincode": 110027,
"school_code": "7070111202",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Block-3, Subhash Nagar, New Delhi",
"village_name": "112-SUBHASH NAGAR",
"lat": 28.63443184,
"lng": 77.11501828,
"most_urgent": false,
"students": 1230,
"student_teacher_ratio": 25.10204082
}
}, {
"type": "Point",
"coordinates": [77.146215, 28.668378],
"properties": {
"cartodb_id": 559,
"edudel_code": 1515004,
"distname": "WEST DELHI",
"pincode": 110026,
"school_code": "7070110303",
"school_name": "Govt. Sarvodaya Vidyalaya , East Punjabi Bagh, New Delhi",
"village_name": "103-PUNJABI BAGH",
"lat": 28.66837759,
"lng": 77.14621519,
"most_urgent": false,
"students": 983,
"student_teacher_ratio": 28.08571429
}
}, {
"type": "Point",
"coordinates": [77.120547, 28.64205],
"properties": {
"cartodb_id": 560,
"edudel_code": 1515005,
"distname": "WEST DELHI",
"pincode": 110027,
"school_code": "7070110505",
"school_name": "Govt. Boys Sr. Sec. School, Near F-Block Rajouri Garden, New Delhi",
"village_name": "105-RAJOURI GARDEN",
"lat": 28.64205039,
"lng": 77.1205466,
"most_urgent": false,
"students": 684,
"student_teacher_ratio": 20.11764706
}
}, {
"type": "Point",
"coordinates": [77.115447, 28.644201],
"properties": {
"cartodb_id": 561,
"edudel_code": 1515006,
"distname": "WEST DELHI",
"pincode": 110027,
"school_code": "7070110503",
"school_name": "Govt. Boys Sr. Sec. School, Rajouri Garden Extn., New Delhi",
"village_name": "105-RAJOURI GARDEN",
"lat": 28.64420126,
"lng": 77.11544673,
"most_urgent": false,
"students": 848,
"student_teacher_ratio": 30.28571429
}
}, {
"type": "Point",
"coordinates": [77.115447, 28.644201],
"properties": {
"cartodb_id": 562,
"edudel_code": 1515006,
"distname": "WEST DELHI",
"pincode": 110027,
"school_code": "7070110504",
"school_name": "Govt. Boys Sr. Sec. School, Rajouri Garden Extn. New Delhi",
"village_name": "105-RAJOURI GARDEN",
"lat": 28.64420126,
"lng": 77.11544673,
"most_urgent": false,
"students": 848,
"student_teacher_ratio": 30.28571429
}
}, {
"type": "Point",
"coordinates": [77.113877, 28.667962],
"properties": {
"cartodb_id": 563,
"edudel_code": 1515007,
"distname": "WEST DELHI",
"pincode": 110041,
"school_code": "7070110403",
"school_name": "Govt. Sarvodaya Bal Vidyalaya No.1, Madipur, J.J. Colony, Delhi",
"village_name": "104-MADIPUR",
"lat": 28.66796171,
"lng": 77.11387702,
"most_urgent": false,
"students": 1308,
"student_teacher_ratio": 29.06666667
}
}, {
"type": "Point",
"coordinates": [77.130821, 28.667197],
"properties": {
"cartodb_id": 564,
"edudel_code": 1515010,
"distname": "WEST DELHI",
"pincode": 110026,
"school_code": "7070110302",
"school_name": "Govt. Boys Sr. Sec. School No.1, Road No. 57, Near SPM Women College, Punjabi Bagh, N. Delhi",
"village_name": "103-PUNJABI BAGH",
"lat": 28.66719749,
"lng": 77.13082147,
"most_urgent": false,
"students": 1121,
"student_teacher_ratio": 25.47727273
}
}, {
"type": "Point",
"coordinates": [77.113094, 28.656921],
"properties": {
"cartodb_id": 565,
"edudel_code": 1515017,
"distname": "WEST DELHI",
"pincode": 110027,
"school_code": "7070110202",
"school_name": "Govt. Boys Sec. School, J. J. Colony, Raghubir Nagar, New Delhi",
"village_name": "102-RAGHUBIR NAGAR",
"lat": 28.65692084,
"lng": 77.11309376,
"most_urgent": false,
"students": 838,
"student_teacher_ratio": 32.23076923
}
}, {
"type": "Point",
"coordinates": [77.113118, 28.656846],
"properties": {
"cartodb_id": 566,
"edudel_code": 1515019,
"distname": "WEST DELHI",
"pincode": 110027,
"school_code": "7070110603",
"school_name": "Govt. Co-ed. Sec. School, Raghubir Nagar, New Delhi",
"village_name": "106-TAGORE GARDEN",
"lat": 28.65684638,
"lng": 77.11311845,
"most_urgent": false,
"students": 954,
"student_teacher_ratio": 32.89655172
}
}, {
"type": "Point",
"coordinates": [77.116707, 28.644965],
"properties": {
"cartodb_id": 567,
"edudel_code": 1515021,
"distname": "WEST DELHI",
"pincode": 110027,
"school_code": "7070110502",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Rajouri Garden Extn. New Delhi",
"village_name": "105-RAJOURI GARDEN",
"lat": 28.64496462,
"lng": 77.11670693,
"most_urgent": false,
"students": 1671,
"student_teacher_ratio": 25.70769231
}
}, {
"type": "Point",
"coordinates": [77.11652, 28.644889],
"properties": {
"cartodb_id": 568,
"edudel_code": 1515022,
"distname": "WEST DELHI",
"pincode": 110027,
"school_code": "7070110501",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Block-F, Near Main Market, Rajouri Garden New Delhi",
"village_name": "105-RAJOURI GARDEN",
"lat": 28.64488869,
"lng": 77.11651997,
"most_urgent": false,
"students": 1500,
"student_teacher_ratio": 26.31578947
}
}, {
"type": "Point",
"coordinates": [77.131161, 28.669653],
"properties": {
"cartodb_id": 569,
"edudel_code": 1515023,
"distname": "WEST DELHI",
"pincode": 110026,
"school_code": "7070110301",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.2, Punjabi Bagh, New Delhi",
"village_name": "103-PUNJABI BAGH",
"lat": 28.66965264,
"lng": 77.13116051,
"most_urgent": false,
"students": 1308,
"student_teacher_ratio": 21.09677419
}
}, {
"type": "Point",
"coordinates": [77.113125, 28.668946],
"properties": {
"cartodb_id": 570,
"edudel_code": 1515024,
"distname": "WEST DELHI",
"pincode": 110063,
"school_code": "7070110402",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.2, Madipur New Delhi",
"village_name": "104-MADIPUR",
"lat": 28.66894595,
"lng": 77.11312524,
"most_urgent": false,
"students": 1586,
"student_teacher_ratio": 24.78125
}
}, {
"type": "Point",
"coordinates": [77.10929, 28.645998],
"properties": {
"cartodb_id": 571,
"edudel_code": 1515025,
"distname": "WEST DELHI",
"pincode": 110027,
"school_code": "7070110602",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.2, Tagore Garden, New Delhi",
"village_name": "106-TAGORE GARDEN",
"lat": 28.64599811,
"lng": 77.10929021,
"most_urgent": false,
"students": 1767,
"student_teacher_ratio": 30.46551724
}
}, {
"type": "Point",
"coordinates": [77.109254, 28.646042],
"properties": {
"cartodb_id": 572,
"edudel_code": 1515026,
"distname": "WEST DELHI",
"pincode": 110027,
"school_code": "7070110601",
"school_name": "Govt. Girls Sr. Sec. School No.1, Tagore Garden, New Delhi",
"village_name": "106-TAGORE GARDEN",
"lat": 28.64604236,
"lng": 77.10925416,
"most_urgent": false,
"students": 1054,
"student_teacher_ratio": 21.51020408
}
}, {
"type": "Point",
"coordinates": [77.113846, 28.667844],
"properties": {
"cartodb_id": 573,
"edudel_code": 1515028,
"distname": "WEST DELHI",
"pincode": 110063,
"school_code": "7070110401",
"school_name": "Govt. Girls Sr. Sec. School No.1, Madipur, New Delhi",
"village_name": "104-MADIPUR",
"lat": 28.66784377,
"lng": 77.1138465,
"most_urgent": false,
"students": 959,
"student_teacher_ratio": 21.79545455
}
}, {
"type": "Point",
"coordinates": [77.113481, 28.635854],
"properties": {
"cartodb_id": 574,
"edudel_code": 1515029,
"distname": "WEST DELHI",
"pincode": 110027,
"school_code": "7070111201",
"school_name": "Govt. Girls Sr. Sec. School No.1, Subhash Nagar, New Delhi",
"village_name": "112-SUBHASH NAGAR",
"lat": 28.63585384,
"lng": 77.11348052,
"most_urgent": false,
"students": 907,
"student_teacher_ratio": 23.25641026
}
}, {
"type": "Point",
"coordinates": [77.113174, 28.656839],
"properties": {
"cartodb_id": 575,
"edudel_code": 1515030,
"distname": "WEST DELHI",
"pincode": 110027,
"school_code": "7070110201",
"school_name": "Govt. Girls Sec. School, J. J. Colony, Raghubir Nagar, New Delhi",
"village_name": "102-RAGHUBIR NAGAR",
"lat": 28.65683905,
"lng": 77.11317426,
"most_urgent": false,
"students": 993,
"student_teacher_ratio": 26.83783784
}
}, {
"type": "Point",
"coordinates": [77.110749, 28.645926],
"properties": {
"cartodb_id": 576,
"edudel_code": 1515139,
"distname": "WEST DELHI",
"pincode": 110027,
"school_code": "7070110604",
"school_name": "Govt. Boys Sr. Sec. School, Tagore Garden, New Delhi",
"village_name": "106-TAGORE GARDEN",
"lat": 28.6459262,
"lng": 77.1107486,
"most_urgent": false,
"students": 1268,
"student_teacher_ratio": 23.9245283
}
}, {
"type": "Point",
"coordinates": [77.127189, 28.646664],
"properties": {
"cartodb_id": 577,
"edudel_code": 1516002,
"distname": "WEST DELHI",
"pincode": 110015,
"school_code": "7070109703",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Ramesh Nagar, New Delhi",
"village_name": "097-KIRTI NAGAR",
"lat": 28.6466643,
"lng": 77.12718923,
"most_urgent": false,
"students": 1646,
"student_teacher_ratio": 31.65384615
}
}, {
"type": "Point",
"coordinates": [77.131635, 28.643082],
"properties": {
"cartodb_id": 578,
"edudel_code": 1516003,
"distname": "WEST DELHI",
"pincode": 110015,
"school_code": "7070109802",
"school_name": "Govt. Sarvodaya Vidyalaya , F- Block, Mansarovar Garden, New Delhi",
"village_name": "098-MANSAROVAR GARDEN",
"lat": 28.64308244,
"lng": 77.13163484,
"most_urgent": false,
"students": 1813,
"student_teacher_ratio": 25.53521127
}
}, {
"type": "Point",
"coordinates": [77.138855, 28.661448],
"properties": {
"cartodb_id": 579,
"edudel_code": 1516010,
"distname": "WEST DELHI",
"pincode": 110015,
"school_code": "7070109902",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Block-18, Moti Nagar, New Delhi",
"village_name": "099-MOTI NAGAR",
"lat": 28.6614484,
"lng": 77.13885455,
"most_urgent": true,
"students": 1935,
"student_teacher_ratio": 35.18181818
}
}, {
"type": "Point",
"coordinates": [77.160847, 28.644542],
"properties": {
"cartodb_id": 580,
"edudel_code": 1516011,
"distname": "WEST DELHI",
"pincode": 110008,
"school_code": "7070109603",
"school_name": "Govt. Boys Sr. Sec. School, Shadi Khampur, New Delhi",
"village_name": "096-NEW RANJIT NAGAR",
"lat": 28.64454231,
"lng": 77.1608469,
"most_urgent": false,
"students": 962,
"student_teacher_ratio": 23.46341463
}
}, {
"type": "Point",
"coordinates": [77.16274, 28.661774],
"properties": {
"cartodb_id": 581,
"edudel_code": 1516013,
"distname": "WEST DELHI",
"pincode": 110008,
"school_code": "7070109406",
"school_name": "Govt. Boys Sr. Sec. School, Prem Nagar, New Delhi",
"village_name": "094-WEST PATEL NAGAR",
"lat": 28.6617736,
"lng": 77.16273952,
"most_urgent": true,
"students": 1638,
"student_teacher_ratio": 37.22727273
}
}, {
"type": "Point",
"coordinates": [77.135543, 28.650704],
"properties": {
"cartodb_id": 582,
"edudel_code": 1516017,
"distname": "WEST DELHI",
"pincode": 110015,
"school_code": "7070109702",
"school_name": "Govt. Co-ed. Sec. School, Block-1 B, Saraswati Garden, Ramesh Nagar, New Delhi",
"village_name": "097-KIRTI NAGAR",
"lat": 28.65070395,
"lng": 77.13554299,
"most_urgent": false,
"students": 756,
"student_teacher_ratio": 29.07692308
}
}, {
"type": "Point",
"coordinates": [77.1379, 28.661114],
"properties": {
"cartodb_id": 583,
"edudel_code": 1516018,
"distname": "WEST DELHI",
"pincode": 110015,
"school_code": "7070109901",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Moti Nagar, New Delhi",
"village_name": "099-MOTI NAGAR",
"lat": 28.66111371,
"lng": 77.13790045,
"most_urgent": false,
"students": 1497,
"student_teacher_ratio": 26.26315789
}
}, {
"type": "Point",
"coordinates": [77.132455, 28.653752],
"properties": {
"cartodb_id": 584,
"edudel_code": 1516019,
"distname": "WEST DELHI",
"pincode": 110015,
"school_code": "7070110101",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Basai Darapur, New Delhi",
"village_name": "101-RAJA GARDEN",
"lat": 28.6537521,
"lng": 77.13245486,
"most_urgent": false,
"students": 1068,
"student_teacher_ratio": 21.79591837
}
}, {
"type": "Point",
"coordinates": [77.154811, 28.649675],
"properties": {
"cartodb_id": 585,
"edudel_code": 1516021,
"distname": "WEST DELHI",
"pincode": 110008,
"school_code": "7070109602",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Ranjit Nagar, New Delhi",
"village_name": "096-NEW RANJIT NAGAR",
"lat": 28.64967536,
"lng": 77.15481078,
"most_urgent": false,
"students": 1749,
"student_teacher_ratio": 27.328125
}
}, {
"type": "Point",
"coordinates": [77.162056, 28.64428],
"properties": {
"cartodb_id": 586,
"edudel_code": 1516022,
"distname": "WEST DELHI",
"pincode": 110008,
"school_code": "7070109601",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Shadi Khampur, New Delhi",
"village_name": "096-NEW RANJIT NAGAR",
"lat": 28.64427956,
"lng": 77.16205581,
"most_urgent": true,
"students": 1204,
"student_teacher_ratio": 26.17391304
}
}, {
"type": "Point",
"coordinates": [77.142053, 28.653447],
"properties": {
"cartodb_id": 587,
"edudel_code": 1516025,
"distname": "WEST DELHI",
"pincode": 110015,
"school_code": "7070109701",
"school_name": "Govt. Girls Sr. Sec. School, A Block Kirti Nagar New Delhi",
"village_name": "097-KIRTI NAGAR",
"lat": 28.65344724,
"lng": 77.1420532,
"most_urgent": false,
"students": 865,
"student_teacher_ratio": 21.09756098
}
}, {
"type": "Point",
"coordinates": [77.139723, 28.655939],
"properties": {
"cartodb_id": 588,
"edudel_code": 1516027,
"distname": "WEST DELHI",
"pincode": 110015,
"school_code": "7070109801",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Ramesh Nagar, New Delhi",
"village_name": "098-MANSAROVAR GARDEN",
"lat": 28.65593888,
"lng": 77.13972337,
"most_urgent": false,
"students": 1197,
"student_teacher_ratio": 24.42857143
}
}, {
"type": "Point",
"coordinates": [77.162768, 28.662042],
"properties": {
"cartodb_id": 589,
"edudel_code": 1516030,
"distname": "WEST DELHI",
"pincode": 110008,
"school_code": "7070109401",
"school_name": "Govt. Girls Sr. Sec. School, Prem Nagar, New Delhi",
"village_name": "094-WEST PATEL NAGAR",
"lat": 28.66204192,
"lng": 77.16276811,
"most_urgent": true,
"students": 2099,
"student_teacher_ratio": 33.85483871
}
}, {
"type": "Point",
"coordinates": [77.145589, 28.664052],
"properties": {
"cartodb_id": 590,
"edudel_code": 1516068,
"distname": "WEST DELHI",
"pincode": 110015,
"school_code": "7070110001",
"school_name": "Govt. Co-ed. Sr. Sec. School, Industrial Area, Karampura, New Delhi",
"village_name": "100-KARAM PURA",
"lat": 28.66405179,
"lng": 77.14558915,
"most_urgent": false,
"students": 669,
"student_teacher_ratio": 21.58064516
}
}, {
"type": "Point",
"coordinates": [77.140856, 28.666371],
"properties": {
"cartodb_id": 591,
"edudel_code": 1516104,
"distname": "WEST DELHI",
"pincode": 110015,
"school_code": "7070110003",
"school_name": "Govt. Sarvodaya Vidyalaya , Block-H, Karampura, New Delhi",
"village_name": "100-KARAM PURA",
"lat": 28.6663709,
"lng": 77.14085638,
"most_urgent": false,
"students": 993,
"student_teacher_ratio": 23.09302326
}
}, {
"type": "Point",
"coordinates": [77.16528, 28.654241],
"properties": {
"cartodb_id": 592,
"edudel_code": 1516140,
"distname": "WEST DELHI",
"pincode": 110008,
"school_code": "7070109405",
"school_name": "Govt. Boys Sr. Sec. School, West Patel Nagar, New Delhi",
"village_name": "094-WEST PATEL NAGAR",
"lat": 28.65424147,
"lng": 77.16527966,
"most_urgent": true,
"students": 2207,
"student_teacher_ratio": 37.40677966
}
}, {
"type": "Point",
"coordinates": [77.164541, 28.652883],
"properties": {
"cartodb_id": 593,
"edudel_code": 1516141,
"distname": "WEST DELHI",
"pincode": 110008,
"school_code": "7070109404",
"school_name": "Govt. Girls Sr. Sec. School, S-Block, West Patel Nagar, New Delhi",
"village_name": "094-WEST PATEL NAGAR",
"lat": 28.65288298,
"lng": 77.16454112,
"most_urgent": false,
"students": 1651,
"student_teacher_ratio": 28.96491228
}
}, {
"type": "Point",
"coordinates": [77.165492, 28.652139],
"properties": {
"cartodb_id": 594,
"edudel_code": 1516142,
"distname": "WEST DELHI",
"pincode": 110008,
"school_code": "7070109403",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, West Patel Nagar, New Delhi",
"village_name": "094-WEST PATEL NAGAR",
"lat": 28.65213934,
"lng": 77.16549248,
"most_urgent": false,
"students": 2637,
"student_teacher_ratio": 31.02352941
}
}, {
"type": "Point",
"coordinates": [77.166366, 28.653742],
"properties": {
"cartodb_id": 595,
"edudel_code": 1516143,
"distname": "WEST DELHI",
"pincode": 110008,
"school_code": "7070109402",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, West Patel Nagar, New Delhi",
"village_name": "094-WEST PATEL NAGAR",
"lat": 28.6537421,
"lng": 77.16636591,
"most_urgent": true,
"students": 2331,
"student_teacher_ratio": 34.79104478
}
}, {
"type": "Point",
"coordinates": [76.963134, 28.686217],
"properties": {
"cartodb_id": 596,
"edudel_code": 1617001,
"distname": "WEST DELHI",
"pincode": 110041,
"school_code": "7070103005",
"school_name": "Govt. Boys Sr. Sec. School, Tikri Kalan, Delhi",
"village_name": "030-MUNDKA",
"lat": 28.68621722,
"lng": 76.96313363,
"most_urgent": false,
"students": 1684,
"student_teacher_ratio": 38.27272727
}
}, {
"type": "Point",
"coordinates": [77.06744, 28.684134],
"properties": {
"cartodb_id": 597,
"edudel_code": 1617002,
"distname": "WEST DELHI",
"pincode": 110041,
"school_code": "7070104308",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Nangloi, Delhi",
"village_name": "043-NANGLOI EAST",
"lat": 28.68413417,
"lng": 77.06744004,
"most_urgent": true,
"students": 3400,
"student_teacher_ratio": 28.09917355
}
}, {
"type": "Point",
"coordinates": [77.100933, 28.672316],
"properties": {
"cartodb_id": 598,
"edudel_code": 1617003,
"distname": "WEST DELHI",
"pincode": 110063,
"school_code": "7070105805",
"school_name": "Govt. Sarvodaya Vidyalaya, A-2,Paschim Vihar, New Delhi",
"village_name": "058-PASCHIM VIHAR (NORTH)",
"lat": 28.67231599,
"lng": 77.10093303,
"most_urgent": false,
"students": 1492,
"student_teacher_ratio": 32.43478261
}
}, {
"type": "Point",
"coordinates": [77.066173, 28.685279],
"properties": {
"cartodb_id": 599,
"edudel_code": 1617004,
"distname": "WEST DELHI",
"pincode": 110041,
"school_code": "7070104307",
"school_name": "Govt. Co-ed. Sr. Sec. School, Kavita Colony, Nangloi, Delhi",
"village_name": "043-NANGLOI EAST",
"lat": 28.68527871,
"lng": 77.06617289,
"most_urgent": false,
"students": 2093,
"student_teacher_ratio": 30.77941176
}
}, {
"type": "Point",
"coordinates": [77.043835, 28.664389],
"properties": {
"cartodb_id": 600,
"edudel_code": 1617005,
"distname": "WEST DELHI",
"pincode": 110041,
"school_code": "7070112102",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya , Main Najafgarh Road, Ranhola, New Delhi",
"village_name": "121-KANWAR SINGH NAGAR",
"lat": 28.66438922,
"lng": 77.04383509,
"most_urgent": true,
"students": 1635,
"student_teacher_ratio": 32.05882353
}
}, {
"type": "Point",
"coordinates": [76.994068, 28.67169],
"properties": {
"cartodb_id": 601,
"edudel_code": 1617006,
"distname": "WEST DELHI",
"pincode": 110041,
"school_code": "7070103004",
"school_name": "Govt. Sarvodaya Vidyalaya, V & P. O. Hiran Kudna, Delhi",
"village_name": "030-MUNDKA",
"lat": 28.67169007,
"lng": 76.99406832,
"most_urgent": false,
"students": 712,
"student_teacher_ratio": 22.96774194
}
}, {
"type": "Point",
"coordinates": [77.109594, 28.680042],
"properties": {
"cartodb_id": 602,
"edudel_code": 1617007,
"distname": "WEST DELHI",
"pincode": 110056,
"school_code": "7070105804",
"school_name": "Govt. Sarvodaya Vidyalaya, New Multan Nagar, New Delhi",
"village_name": "058-PASCHIM VIHAR (NORTH)",
"lat": 28.68004172,
"lng": 77.10959389,
"most_urgent": false,
"students": 1944,
"student_teacher_ratio": 28.17391304
}
}, {
"type": "Point",
"coordinates": [77.104383, 28.666688],
"properties": {
"cartodb_id": 603,
"edudel_code": 1617008,
"distname": "WEST DELHI",
"pincode": 110063,
"school_code": "7070105702",
"school_name": "Govt. Sarvodaya Vidyalaya, B-4, Paschim Vihar, New Delhi",
"village_name": "057-PASCHIM VIHAR (SOUTH)",
"lat": 28.66668831,
"lng": 77.10438293,
"most_urgent": false,
"students": 1690,
"student_teacher_ratio": 24.14285714
}
}, {
"type": "Point",
"coordinates": [77.107228, 28.675332],
"properties": {
"cartodb_id": 604,
"edudel_code": 1617009,
"distname": "WEST DELHI",
"pincode": 110063,
"school_code": "7070105803",
"school_name": "Rajkiya Pratibha Vikas Vidyalaya, A-6, Paschim Vihar, New Delhi",
"village_name": "058-PASCHIM VIHAR (NORTH)",
"lat": 28.67533222,
"lng": 77.10722759,
"most_urgent": false,
"students": 768,
"student_teacher_ratio": 19.69230769
}
}, {
"type": "Point",
"coordinates": [77.067291, 28.684124],
"properties": {
"cartodb_id": 605,
"edudel_code": 1617010,
"distname": "WEST DELHI",
"pincode": 110041,
"school_code": "7070104306",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya , Nangloi, Delhi",
"village_name": "043-NANGLOI EAST",
"lat": 28.68412427,
"lng": 77.06729081,
"most_urgent": true,
"students": 3154,
"student_teacher_ratio": 26.72881356
}
}, {
"type": "Point",
"coordinates": [77.10336, 28.665777],
"properties": {
"cartodb_id": 606,
"edudel_code": 1617011,
"distname": "WEST DELHI",
"pincode": 110063,
"school_code": "7070105802",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya , B-3, Paschim Vihar, New Delhi",
"village_name": "058-PASCHIM VIHAR (NORTH)",
"lat": 28.66577682,
"lng": 77.10336025,
"most_urgent": false,
"students": 1659,
"student_teacher_ratio": 24.04347826
}
}, {
"type": "Point",
"coordinates": [76.963643, 28.686536],
"properties": {
"cartodb_id": 607,
"edudel_code": 1617012,
"distname": "WEST DELHI",
"pincode": 110041,
"school_code": "7070103003",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya , Tikri Kalan Delhi",
"village_name": "030-MUNDKA",
"lat": 28.6865365,
"lng": 76.96364317,
"most_urgent": true,
"students": 1824,
"student_teacher_ratio": 30.91525424
}
}, {
"type": "Point",
"coordinates": [77.068901, 28.684753],
"properties": {
"cartodb_id": 608,
"edudel_code": 1617013,
"distname": "WEST DELHI",
"pincode": 110041,
"school_code": "7070104305",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya , Sultanpuri Road, Nangloi, Delhi",
"village_name": "043-NANGLOI EAST",
"lat": 28.68475318,
"lng": 77.06890066,
"most_urgent": true,
"students": 2403,
"student_teacher_ratio": 29.30487805
}
}, {
"type": "Point",
"coordinates": [77.027209, 28.683488],
"properties": {
"cartodb_id": 609,
"edudel_code": 1617014,
"distname": "WEST DELHI",
"pincode": 110041,
"school_code": "7070103002",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya , Mundka Village, Delhi",
"village_name": "030-MUNDKA",
"lat": 28.68348806,
"lng": 77.02720857,
"most_urgent": true,
"students": 2892,
"student_teacher_ratio": 32.13333333
}
}, {
"type": "Point",
"coordinates": [77.078642, 28.678067],
"properties": {
"cartodb_id": 610,
"edudel_code": 1617015,
"distname": "WEST DELHI",
"pincode": 110087,
"school_code": "7070104309",
"school_name": "Govt. Boys Sr. Sec. School, Amalwas, Jawalapuri Camp No.4, New Delhi",
"village_name": "043-NANGLOI EAST",
"lat": 28.67806723,
"lng": 77.07864175,
"most_urgent": true,
"students": 2405,
"student_teacher_ratio": 32.5
}
}, {
"type": "Point",
"coordinates": [77.068906, 28.68461],
"properties": {
"cartodb_id": 611,
"edudel_code": 1617017,
"distname": "WEST DELHI",
"pincode": 110041,
"school_code": "7070104310",
"school_name": "Govt. Boys Sr. Sec. School, S. P. Road, Nangloi Delhi",
"village_name": "043-NANGLOI EAST",
"lat": 28.68460985,
"lng": 77.06890597,
"most_urgent": true,
"students": 1306,
"student_teacher_ratio": 33.48717949
}
}, {
"type": "Point",
"coordinates": [77.026767, 28.682967],
"properties": {
"cartodb_id": 612,
"edudel_code": 1617018,
"distname": "WEST DELHI",
"pincode": 110041,
"school_code": "7070103001",
"school_name": "Govt. Boys Sr. Sec. School, Mundka Delhi",
"village_name": "030-MUNDKA",
"lat": 28.68296659,
"lng": 77.02676716,
"most_urgent": true,
"students": 1945,
"student_teacher_ratio": 34.12280702
}
}, {
"type": "Point",
"coordinates": [77.081809, 28.664055],
"properties": {
"cartodb_id": 613,
"edudel_code": 1617019,
"distname": "WEST DELHI",
"pincode": 110087,
"school_code": "7070104103",
"school_name": "Govt. Boys Sec. School, Ambika Vihar, New Delhi",
"village_name": "041-GURU HARI KISHAN NGR.",
"lat": 28.66405506,
"lng": 77.081809,
"most_urgent": true,
"students": 1145,
"student_teacher_ratio": 30.13157895
}
}, {
"type": "Point",
"coordinates": [77.066468, 28.684743],
"properties": {
"cartodb_id": 614,
"edudel_code": 1617021,
"distname": "WEST DELHI",
"pincode": 110041,
"school_code": "7070104304",
"school_name": "Govt. Girls Sr. Sec. School, Nangloi Delhi",
"village_name": "043-NANGLOI EAST",
"lat": 28.68474347,
"lng": 77.06646811,
"most_urgent": true,
"students": 1987,
"student_teacher_ratio": 37.49056604
}
}, {
"type": "Point",
"coordinates": [77.066173, 28.685279],
"properties": {
"cartodb_id": 615,
"edudel_code": 1617024,
"distname": "WEST DELHI",
"pincode": 110041,
"school_code": "7070104303",
"school_name": "Govt. Boys Sr. Sec. School, Phase-II, Nangloi Delhi",
"village_name": "043-NANGLOI EAST",
"lat": 28.68527871,
"lng": 77.06617289,
"most_urgent": false,
"students": 1534,
"student_teacher_ratio": 28.94339623
}
}, {
"type": "Point",
"coordinates": [77.068369, 28.684215],
"properties": {
"cartodb_id": 616,
"edudel_code": 1617025,
"distname": "WEST DELHI",
"pincode": 110041,
"school_code": "7070103102",
"school_name": "Govt. Boys Sr. Sec. School, Nangloi Phase I, Delhi",
"village_name": "031-NANGLOI JAT",
"lat": 28.68421501,
"lng": 77.0683688,
"most_urgent": false,
"students": 989,
"student_teacher_ratio": 24.725
}
}, {
"type": "Point",
"coordinates": [77.05983, 28.645821],
"properties": {
"cartodb_id": 617,
"edudel_code": 1617026,
"distname": "WEST DELHI",
"pincode": 110041,
"school_code": "7070103201",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya , Pradhan Enclave, Nilothi, Delhi",
"village_name": "032-NILOTHI",
"lat": 28.64582074,
"lng": 77.05983006,
"most_urgent": false,
"students": 1915,
"student_teacher_ratio": 29.01515152
}
}, {
"type": "Point",
"coordinates": [77.06838, 28.684377],
"properties": {
"cartodb_id": 618,
"edudel_code": 1617027,
"distname": "WEST DELHI",
"pincode": 110041,
"school_code": "7070104101",
"school_name": "Govt. Co-ed. Sr. Sec. School, Punjabi Basti, Nangloi Delhi",
"village_name": "041-GURU HARI KISHAN NGR.",
"lat": 28.68437718,
"lng": 77.06838011,
"most_urgent": true,
"students": 1351,
"student_teacher_ratio": 30.70454545
}
}, {
"type": "Point",
"coordinates": [77.087136, 28.674377],
"properties": {
"cartodb_id": 619,
"edudel_code": 1617028,
"distname": "WEST DELHI",
"pincode": 110087,
"school_code": "7070104201",
"school_name": "Govt. Sarvodaya Vidyalaya, Peera Garhi Village, New Delhi",
"village_name": "042-PEERA GARHI",
"lat": 28.6743765,
"lng": 77.08713575,
"most_urgent": false,
"students": 2308,
"student_teacher_ratio": 33.44927536
}
}, {
"type": "Point",
"coordinates": [77.018124, 28.654551],
"properties": {
"cartodb_id": 620,
"edudel_code": 1617029,
"distname": "WEST DELHI",
"pincode": 110041,
"school_code": "7070112202",
"school_name": "Govt. Co-ed. Sr. Sec. School, Bakkarwala, Delhi",
"village_name": "122-HASTSAL",
"lat": 28.65455127,
"lng": 77.01812445,
"most_urgent": true,
"students": 1810,
"student_teacher_ratio": 27.42424242
}
}, {
"type": "Point",
"coordinates": [77.008486, 28.639691],
"properties": {
"cartodb_id": 621,
"edudel_code": 1617030,
"distname": "WEST DELHI",
"pincode": 110043,
"school_code": "7070112201",
"school_name": "Govt. Co-ed. Sr. Sec. School, Baprola, New Delhi",
"village_name": "122-HASTSAL",
"lat": 28.6396911,
"lng": 77.00848629,
"most_urgent": true,
"students": 5071,
"student_teacher_ratio": 37.28676471
}
}, {
"type": "Point",
"coordinates": [77.106289, 28.675212],
"properties": {
"cartodb_id": 622,
"edudel_code": 1617032,
"distname": "WEST DELHI",
"pincode": 110063,
"school_code": "7070105801",
"school_name": "Govt. Co-ed. Sr. Sec. School, A-6, Paschim Vihar, New Delhi",
"village_name": "058-PASCHIM VIHAR (NORTH)",
"lat": 28.67521197,
"lng": 77.10628863,
"most_urgent": false,
"students": 910,
"student_teacher_ratio": 19.36170213
}
}, {
"type": "Point",
"coordinates": [77.081789, 28.663919],
"properties": {
"cartodb_id": 623,
"edudel_code": 1617033,
"distname": "WEST DELHI",
"pincode": 110087,
"school_code": "7070104102",
"school_name": "Govt. Girls Sr. Sec. School, Ambika Vihar, New Delhi",
"village_name": "041-GURU HARI KISHAN NGR.",
"lat": 28.66391929,
"lng": 77.08178872,
"most_urgent": false,
"students": 1639,
"student_teacher_ratio": 28.75438596
}
}, {
"type": "Point",
"coordinates": [77.05674, 28.683239],
"properties": {
"cartodb_id": 624,
"edudel_code": 1617035,
"distname": "WEST DELHI",
"pincode": 110041,
"school_code": "7070104301",
"school_name": "Govt. Girls Sr. Sec. School, J. J. Colony, Nangloi, Delhi",
"village_name": "043-NANGLOI EAST",
"lat": 28.68323886,
"lng": 77.05673984,
"most_urgent": true,
"students": 3938,
"student_teacher_ratio": 34.54385965
}
}, {
"type": "Point",
"coordinates": [77.078471, 28.676251],
"properties": {
"cartodb_id": 625,
"edudel_code": 1617036,
"distname": "WEST DELHI",
"pincode": 110087,
"school_code": "7070104302",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Amalwas, Jawalapuri Camp No.4, New Delhi",
"village_name": "043-NANGLOI EAST",
"lat": 28.67625083,
"lng": 77.07847113,
"most_urgent": true,
"students": 3535,
"student_teacher_ratio": 30.47413793
}
}, {
"type": "Point",
"coordinates": [77.05674, 28.683239],
"properties": {
"cartodb_id": 626,
"edudel_code": 1617037,
"distname": "WEST DELHI",
"pincode": 110041,
"school_code": "7070103101",
"school_name": "Govt. Boys Sr. Sec. School, J. J. Colony, Nangloi, Delhi",
"village_name": "031-NANGLOI JAT",
"lat": 28.68323886,
"lng": 77.05673984,
"most_urgent": true,
"students": 3367,
"student_teacher_ratio": 35.44210526
}
}, {
"type": "Point",
"coordinates": [77.103072, 28.666721],
"properties": {
"cartodb_id": 627,
"edudel_code": 1617137,
"distname": "WEST DELHI",
"pincode": 110063,
"school_code": "7070105701",
"school_name": "Govt. Co-ed. Sr. Sec. School, B-3, Paschim Vihar, New Delhi",
"village_name": "057-PASCHIM VIHAR (SOUTH)",
"lat": 28.66672116,
"lng": 77.10307177,
"most_urgent": false,
"students": 1206,
"student_teacher_ratio": 29.41463415
}
}, {
"type": "Point",
"coordinates": [77.016037, 28.632205],
"properties": {
"cartodb_id": 628,
"edudel_code": 1617211,
"distname": "WEST DELHI",
"pincode": 110043,
"school_code": "7070112203",
"school_name": "Govt. Co-ed. Sec. School, Baprola Vihar, New Delhi",
"village_name": "122-HASTSAL",
"lat": 28.63220536,
"lng": 77.01603665,
"most_urgent": true,
"students": 1621,
"student_teacher_ratio": 33.77083333
}
}, {
"type": "Point",
"coordinates": [77.043973, 28.664453],
"properties": {
"cartodb_id": 629,
"edudel_code": 1617214,
"distname": "WEST DELHI",
"pincode": 110041,
"school_code": "7070112103",
"school_name": "Govt. Co-ed. Sec. School, Kunwar Singh Nagar, Ranhola, Delhi",
"village_name": "121-KANWAR SINGH NAGAR",
"lat": 28.66445303,
"lng": 77.04397276,
"most_urgent": false,
"students": 1600,
"student_teacher_ratio": 32
}
}, {
"type": "Point",
"coordinates": [77.059827, 28.645993],
"properties": {
"cartodb_id": 630,
"edudel_code": 1617219,
"distname": "WEST DELHI",
"pincode": 110041,
"school_code": "7070103202",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Nilothi, Delhi",
"village_name": "032-NILOTHI",
"lat": 28.64599268,
"lng": 77.05982693,
"most_urgent": true,
"students": 1498,
"student_teacher_ratio": 33.28888889
}
}, {
"type": "Point",
"coordinates": [77.058696, 28.642533],
"properties": {
"cartodb_id": 631,
"edudel_code": 1617222,
"distname": "WEST DELHI",
"pincode": 110041,
"school_code": "7070104311",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Shiv Ram Park, Nangloi-Najafgarh Road, New Delhi",
"village_name": "043-NANGLOI EAST",
"lat": 28.64253328,
"lng": 77.05869637,
"most_urgent": true,
"students": 1656,
"student_teacher_ratio": 44.75675676
}
}, {
"type": "Point",
"coordinates": [77.079207, 28.663068],
"properties": {
"cartodb_id": 632,
"edudel_code": 1617223,
"distname": "WEST DELHI",
"pincode": 110041,
"school_code": "7070104401",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Nihal Vilar, Nangloi, New Delhi",
"village_name": "044-QUAMMRUDDIN NGR",
"lat": 28.66306814,
"lng": 77.0792067,
"most_urgent": true,
"students": 983,
"student_teacher_ratio": 39.32
}
}, {
"type": "Point",
"coordinates": [77.044858, 28.664253],
"properties": {
"cartodb_id": 633,
"edudel_code": 1617227,
"distname": "WEST DELHI",
"pincode": 110041,
"school_code": "7070112104",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Main Najafgarh Road, Ranhola, New Delhi",
"village_name": "121-KANWAR SINGH NAGAR",
"lat": 28.664253,
"lng": 77.044858,
"most_urgent": true,
"students": 1891,
"student_teacher_ratio": 30.5
}
}, {
"type": "Point",
"coordinates": [77.046234, 28.613345],
"properties": {
"cartodb_id": 634,
"edudel_code": 1618001,
"distname": "WEST DELHI",
"pincode": 110059,
"school_code": "7070113603",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Matiala, Near Uttam Nagar, New Delhi",
"village_name": "136-MATIALA",
"lat": 28.61334503,
"lng": 77.04623422,
"most_urgent": true,
"students": 2012,
"student_teacher_ratio": 30.48484848
}
}, {
"type": "Point",
"coordinates": [77.066658, 28.630667],
"properties": {
"cartodb_id": 635,
"edudel_code": 1618002,
"distname": "WEST DELHI",
"pincode": 110018,
"school_code": "7070112306",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Block-A, Vikas Puri, New Delhi",
"village_name": "123-VIKASPURI",
"lat": 28.63066716,
"lng": 77.06665811,
"most_urgent": false,
"students": 2002,
"student_teacher_ratio": 27.80555556
}
}, {
"type": "Point",
"coordinates": [77.084927, 28.627967],
"properties": {
"cartodb_id": 636,
"edudel_code": 1618003,
"distname": "WEST DELHI",
"pincode": 110058,
"school_code": "7070111703",
"school_name": "Govt. Sarvodaya Vidyalaya , Possangipur, Janakpuri, New Delhi",
"village_name": "117-JANAKPURI (WEST)",
"lat": 28.62796739,
"lng": 77.08492733,
"most_urgent": false,
"students": 2223,
"student_teacher_ratio": 27.7875
}
}, {
"type": "Point",
"coordinates": [77.063667, 28.626715],
"properties": {
"cartodb_id": 637,
"edudel_code": 1618004,
"distname": "WEST DELHI",
"pincode": 110059,
"school_code": "7070112305",
"school_name": "Govt. Boys Sr. Sec. School No.2, Uttam Nagar, New Delhi",
"village_name": "123-VIKASPURI",
"lat": 28.62671545,
"lng": 77.06366739,
"most_urgent": false,
"students": 889,
"student_teacher_ratio": 24.69444444
}
}, {
"type": "Point",
"coordinates": [77.092187, 28.621418],
"properties": {
"cartodb_id": 638,
"edudel_code": 1618005,
"distname": "WEST DELHI",
"pincode": 110058,
"school_code": "7070111803",
"school_name": "Govt. Sarvodaya Bal Vidyalaya No.2, Block-C, Janakpuri, New Delhi",
"village_name": "118-JANAKPURI (SOUTH)",
"lat": 28.62141807,
"lng": 77.09218654,
"most_urgent": false,
"students": 1543,
"student_teacher_ratio": 28.05454545
}
}, {
"type": "Point",
"coordinates": [77.080423, 28.617395],
"properties": {
"cartodb_id": 639,
"edudel_code": 1618006,
"distname": "WEST DELHI",
"pincode": 110058,
"school_code": "7070111802",
"school_name": "Govt. Boys Sr. Sec. School No.1, Opp. C4E Market, Janakpuri, New Delhi",
"village_name": "118-JANAKPURI (SOUTH)",
"lat": 28.61739509,
"lng": 77.08042342,
"most_urgent": false,
"students": 1281,
"student_teacher_ratio": 25.62
}
}, {
"type": "Point",
"coordinates": [77.046601, 28.613005],
"properties": {
"cartodb_id": 640,
"edudel_code": 1618008,
"distname": "WEST DELHI",
"pincode": 110059,
"school_code": "7070112304",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Uttam Nagar, New Delhi",
"village_name": "123-VIKASPURI",
"lat": 28.6130051,
"lng": 77.0466008,
"most_urgent": false,
"students": 1801,
"student_teacher_ratio": 29.52459016
}
}, {
"type": "Point",
"coordinates": [77.023754, 28.611903],
"properties": {
"cartodb_id": 641,
"edudel_code": 1618009,
"distname": "WEST DELHI",
"pincode": 110078,
"school_code": "7070113602",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Kakrola, New Delhi",
"village_name": "136-MATIALA",
"lat": 28.61190284,
"lng": 77.02375386,
"most_urgent": false,
"students": 2052,
"student_teacher_ratio": 25.65
}
}, {
"type": "Point",
"coordinates": [77.078065, 28.641342],
"properties": {
"cartodb_id": 642,
"edudel_code": 1618010,
"distname": "WEST DELHI",
"pincode": 110018,
"school_code": "7070111305",
"school_name": "Govt. Boys Sr. Sec. School, Block-G, Vikas Puri, New Delhi",
"village_name": "113-MAHAVIR NAGAR",
"lat": 28.64134212,
"lng": 77.0780652,
"most_urgent": false,
"students": 753,
"student_teacher_ratio": 23.53125
}
}, {
"type": "Point",
"coordinates": [77.077013, 28.636137],
"properties": {
"cartodb_id": 643,
"edudel_code": 1618015,
"distname": "WEST DELHI",
"pincode": 110018,
"school_code": "7070112303",
"school_name": "Govt. Boys. Sr. Sec. School, KG I-II, Vikas Puri, New Delhi",
"village_name": "123-VIKASPURI",
"lat": 28.63613747,
"lng": 77.07701267,
"most_urgent": false,
"students": 675,
"student_teacher_ratio": 25.96153846
}
}, {
"type": "Point",
"coordinates": [77.069251, 28.640376],
"properties": {
"cartodb_id": 644,
"edudel_code": 1618016,
"distname": "WEST DELHI",
"pincode": 110018,
"school_code": "7070112302",
"school_name": "Govt. Co-ed. Sec. School, Block-F, Vikas Puri, New Delhi",
"village_name": "123-VIKASPURI",
"lat": 28.64037633,
"lng": 77.06925075,
"most_urgent": false,
"students": 977,
"student_teacher_ratio": 23.82926829
}
}, {
"type": "Point",
"coordinates": [77.093747, 28.621723],
"properties": {
"cartodb_id": 645,
"edudel_code": 1618017,
"distname": "WEST DELHI",
"pincode": 110058,
"school_code": "7070111801",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.1, Block-C, Janakpuri, New Delhi",
"village_name": "118-JANAKPURI (SOUTH)",
"lat": 28.62172343,
"lng": 77.09374702,
"most_urgent": false,
"students": 1668,
"student_teacher_ratio": 21.11392405
}
}, {
"type": "Point",
"coordinates": [77.073815, 28.623541],
"properties": {
"cartodb_id": 646,
"edudel_code": 1618018,
"distname": "WEST DELHI",
"pincode": 110058,
"school_code": "7070111702",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Block-A, Janakpuri, New Delhi",
"village_name": "117-JANAKPURI (WEST)",
"lat": 28.62354139,
"lng": 77.07381483,
"most_urgent": false,
"students": 2073,
"student_teacher_ratio": 22.5326087
}
}, {
"type": "Point",
"coordinates": [77.077694, 28.641363],
"properties": {
"cartodb_id": 647,
"edudel_code": 1618019,
"distname": "WEST DELHI",
"pincode": 110018,
"school_code": "7070111304",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Block-G, Vikas Puri, New Delhi",
"village_name": "113-MAHAVIR NAGAR",
"lat": 28.64136348,
"lng": 77.0776939,
"most_urgent": false,
"students": 1403,
"student_teacher_ratio": 29.22916667
}
}, {
"type": "Point",
"coordinates": [77.023753, 28.611916],
"properties": {
"cartodb_id": 648,
"edudel_code": 1618020,
"distname": "WEST DELHI",
"pincode": 110078,
"school_code": "7070113501",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Kakrola, New Delhi",
"village_name": "135-KAKROLA",
"lat": 28.61191574,
"lng": 77.02375329,
"most_urgent": false,
"students": 3740,
"student_teacher_ratio": 31.16666667
}
}, {
"type": "Point",
"coordinates": [77.063133, 28.626858],
"properties": {
"cartodb_id": 649,
"edudel_code": 1618021,
"distname": "WEST DELHI",
"pincode": 110059,
"school_code": "7070112702",
"school_name": "Govt. Girls Sr. Sec. School No.2, Uttam Nagar, New Delhi",
"village_name": "127-UTTAM NAGAR",
"lat": 28.62685801,
"lng": 77.06313288,
"most_urgent": false,
"students": 1514,
"student_teacher_ratio": 25.66101695
}
}, {
"type": "Point",
"coordinates": [77.080406, 28.617401],
"properties": {
"cartodb_id": 650,
"edudel_code": 1618022,
"distname": "WEST DELHI",
"pincode": 110058,
"school_code": "7070111804",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.2, Block-C, Janakpuri, New Delhi",
"village_name": "118-JANAKPURI (SOUTH)",
"lat": 28.61740074,
"lng": 77.08040567,
"most_urgent": false,
"students": 1468,
"student_teacher_ratio": 24.88135593
}
}, {
"type": "Point",
"coordinates": [77.063652, 28.627358],
"properties": {
"cartodb_id": 651,
"edudel_code": 1618057,
"distname": "WEST DELHI",
"pincode": 110059,
"school_code": "7070112301",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Uttam Nagar, New Delhi",
"village_name": "123-VIKASPURI",
"lat": 28.62735807,
"lng": 77.06365153,
"most_urgent": false,
"students": 1964,
"student_teacher_ratio": 25.50649351
}
}, {
"type": "Point",
"coordinates": [77.057586, 28.637672],
"properties": {
"cartodb_id": 652,
"edudel_code": 1618058,
"distname": "WEST DELHI",
"pincode": 110059,
"school_code": "7070112401",
"school_name": "Govt. Boys Sr. Sec. School, Hastsal, Janta Flats, New Delhi",
"village_name": "124-VIKAS NAGAR",
"lat": 28.63767169,
"lng": 77.0575855,
"most_urgent": true,
"students": 2410,
"student_teacher_ratio": 37.07692308
}
}, {
"type": "Point",
"coordinates": [77.068526, 28.610073],
"properties": {
"cartodb_id": 653,
"edudel_code": 1618059,
"distname": "WEST DELHI",
"pincode": 110058,
"school_code": "7070112802",
"school_name": "Govt. Boys Sr. Sec. School, DDA Flats, Bindapur, New Delhi",
"village_name": "128-BINDAPUR (WEST)",
"lat": 28.61007271,
"lng": 77.06852621,
"most_urgent": false,
"students": 1870,
"student_teacher_ratio": 32.80701754
}
}, {
"type": "Point",
"coordinates": [77.068239, 28.609846],
"properties": {
"cartodb_id": 654,
"edudel_code": 1618060,
"distname": "WEST DELHI",
"pincode": 110059,
"school_code": "7070112801",
"school_name": "Govt. Girls Sr. Sec. School, Near DDA Flats, Bindapur, New Delhi",
"village_name": "128-BINDAPUR (WEST)",
"lat": 28.6098459,
"lng": 77.06823915,
"most_urgent": false,
"students": 2276,
"student_teacher_ratio": 35.5625
}
}, {
"type": "Point",
"coordinates": [77.057844, 28.636506],
"properties": {
"cartodb_id": 655,
"edudel_code": 1618061,
"distname": "WEST DELHI",
"pincode": 110058,
"school_code": "7070112403",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Hastasal Village, New Delhi",
"village_name": "124-VIKAS NAGAR",
"lat": 28.63650616,
"lng": 77.05784351,
"most_urgent": true,
"students": 3433,
"student_teacher_ratio": 35.39175258
}
}, {
"type": "Point",
"coordinates": [77.067303, 28.629914],
"properties": {
"cartodb_id": 656,
"edudel_code": 1618062,
"distname": "WEST DELHI",
"pincode": 110018,
"school_code": "7070111301",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Block-A, Vikaspuri, New Delhi",
"village_name": "113-MAHAVIR NAGAR",
"lat": 28.62991378,
"lng": 77.06730328,
"most_urgent": false,
"students": 2146,
"student_teacher_ratio": 28.23684211
}
}, {
"type": "Point",
"coordinates": [77.046285, 28.625649],
"properties": {
"cartodb_id": 657,
"edudel_code": 1618063,
"distname": "WEST DELHI",
"pincode": 110059,
"school_code": "7070112504",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Mohan Garden, Uttam Nagar, New Delhi",
"village_name": "125-MOHAN GARDEN",
"lat": 28.62564938,
"lng": 77.04628469,
"most_urgent": true,
"students": 4395,
"student_teacher_ratio": 37.56410256
}
}, {
"type": "Point",
"coordinates": [77.073514, 28.625944],
"properties": {
"cartodb_id": 658,
"edudel_code": 1618064,
"distname": "WEST DELHI",
"pincode": 110058,
"school_code": "7070111701",
"school_name": "Govt. Girls Sr. Sec. School No.2, Block-A, Janakpuri, New Delhi",
"village_name": "117-JANAKPURI (WEST)",
"lat": 28.62594365,
"lng": 77.07351417,
"most_urgent": false,
"students": 1637,
"student_teacher_ratio": 29.23214286
}
}, {
"type": "Point",
"coordinates": [77.073591, 28.625892],
"properties": {
"cartodb_id": 659,
"edudel_code": 1618065,
"distname": "WEST DELHI",
"pincode": 110058,
"school_code": "7070110902",
"school_name": "Govt. Boys Sr. Sec. School , Block-A, Janakpuri, New Delhi",
"village_name": "109-JANAKPURI NORTH",
"lat": 28.62589174,
"lng": 77.07359094,
"most_urgent": false,
"students": 1217,
"student_teacher_ratio": 25.35416667
}
}, {
"type": "Point",
"coordinates": [77.032293, 28.636963],
"properties": {
"cartodb_id": 660,
"edudel_code": 1618067,
"distname": "WEST DELHI",
"pincode": 110059,
"school_code": "7070112101",
"school_name": "Govt. Co-ed. Sec. School, Vikas Nagar, New Delhi",
"village_name": "121-KANWAR SINGH NAGAR",
"lat": 28.63696321,
"lng": 77.03229319,
"most_urgent": false,
"students": 1124,
"student_teacher_ratio": 33.05882353
}
}, {
"type": "Point",
"coordinates": [77.046369, 28.613079],
"properties": {
"cartodb_id": 661,
"edudel_code": 1618070,
"distname": "WEST DELHI",
"pincode": 110059,
"school_code": "7070113601",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Matiala Village, New Delhi",
"village_name": "136-MATIALA",
"lat": 28.61307921,
"lng": 77.04636894,
"most_urgent": false,
"students": 2662,
"student_teacher_ratio": 32.46341463
}
}, {
"type": "Point",
"coordinates": [77.046289, 28.625489],
"properties": {
"cartodb_id": 662,
"edudel_code": 1618072,
"distname": "WEST DELHI",
"pincode": 110059,
"school_code": "7070112503",
"school_name": "Govt. Boys Sr. Sec. School No.1, Mohan Garden, New Delhi",
"village_name": "125-MOHAN GARDEN",
"lat": 28.6254887,
"lng": 77.04628858,
"most_urgent": true,
"students": 3038,
"student_teacher_ratio": 31.97894737
}
}, {
"type": "Point",
"coordinates": [77.069571, 28.609995],
"properties": {
"cartodb_id": 663,
"edudel_code": 1618191,
"distname": "WEST DELHI",
"pincode": 110059,
"school_code": "7070112701",
"school_name": "Govt. Co-ed. Sr. Sec. School, Bindapur, New Delhi",
"village_name": "127-UTTAM NAGAR",
"lat": 28.60999454,
"lng": 77.06957095,
"most_urgent": false,
"students": 2588,
"student_teacher_ratio": 31.95061728
}
}, {
"type": "Point",
"coordinates": [77.032874, 28.630033],
"properties": {
"cartodb_id": 664,
"edudel_code": 1618192,
"distname": "WEST DELHI",
"pincode": 110059,
"school_code": "7070112502",
"school_name": "Govt. Co-ed. Sec. School, Razapur Khurd, New Delhi",
"village_name": "125-MOHAN GARDEN",
"lat": 28.6300326,
"lng": 77.03287377,
"most_urgent": true,
"students": 1414,
"student_teacher_ratio": 28.85714286
}
}, {
"type": "Point",
"coordinates": [77.055374, 28.644896],
"properties": {
"cartodb_id": 665,
"edudel_code": 1618193,
"distname": "WEST DELHI",
"pincode": 110059,
"school_code": "7070112402",
"school_name": "Govt. Girls Sec. School, Shiv Vihar, Hastsal New Delhi",
"village_name": "124-VIKAS NAGAR",
"lat": 28.64489617,
"lng": 77.05537429,
"most_urgent": true,
"students": 1600,
"student_teacher_ratio": 28.57142857
}
}, {
"type": "Point",
"coordinates": [77.046142, 28.625151],
"properties": {
"cartodb_id": 666,
"edudel_code": 1618264,
"distname": "WEST DELHI",
"pincode": 110059,
"school_code": "7070112501",
"school_name": "Govt. Girls Sr. Sec. School, P-Block Mohan Garden, New Delhi",
"village_name": "125-MOHAN GARDEN",
"lat": 28.62515114,
"lng": 77.046142,
"most_urgent": true,
"students": 1990,
"student_teacher_ratio": 28.42857143
}
}, {
"type": "Point",
"coordinates": [77.055261, 28.645234],
"properties": {
"cartodb_id": 667,
"edudel_code": 1618267,
"distname": "WEST DELHI",
"pincode": 110059,
"school_code": "7070112404",
"school_name": "Govt. Boys Sec. School, Shiv Vihar Uttam Nagar, New Delhi",
"village_name": "124-VIKAS NAGAR",
"lat": 28.6452342,
"lng": 77.05526107,
"most_urgent": true,
"students": 1400,
"student_teacher_ratio": 34.14634146
}
}, {
"type": "Point",
"coordinates": [77.067216, 28.608968],
"properties": {
"cartodb_id": 668,
"edudel_code": 1618269,
"distname": "WEST DELHI",
"pincode": 110059,
"school_code": "7070112803",
"school_name": "Govt. Co-ed. Sec. School, Binda Pur, Pocket-III, New Delhi",
"village_name": "128-BINDAPUR (WEST)",
"lat": 28.60896766,
"lng": 77.06721649,
"most_urgent": false,
"students": 1020,
"student_teacher_ratio": 32.90322581
}
}, {
"type": "Point",
"coordinates": [77.069974, 28.611345],
"properties": {
"cartodb_id": 669,
"edudel_code": 1618270,
"distname": "WEST DELHI",
"pincode": 110059,
"school_code": "7070112804",
"school_name": "Govt. Co-ed. Sec. School, Bindapur, Pocket-IV, New Delhi",
"village_name": "128-BINDAPUR (WEST)",
"lat": 28.61134451,
"lng": 77.06997407,
"most_urgent": false,
"students": 937,
"student_teacher_ratio": 30.22580645
}
}, {
"type": "Point",
"coordinates": [77.04623, 28.62514],
"properties": {
"cartodb_id": 670,
"edudel_code": 1618277,
"distname": "WEST DELHI",
"pincode": 110059,
"school_code": "7070112505",
"school_name": "Govt. Boys Sr. Sec. School No.2, P-Block Mohan Garden, New Delhi",
"village_name": "125-MOHAN GARDEN",
"lat": 28.62514046,
"lng": 77.04623013,
"most_urgent": false,
"students": 1623,
"student_teacher_ratio": 36.06666667
}
}, {
"type": "Point",
"coordinates": [77.057703, 28.63646],
"properties": {
"cartodb_id": 671,
"edudel_code": 1618278,
"distname": "WEST DELHI",
"pincode": 110059,
"school_code": "7070112405",
"school_name": "Govt. Girls Sr. Sec. School, Hastasal Village, New Delhi",
"village_name": "124-VIKAS NAGAR",
"lat": 28.63645997,
"lng": 77.05770303,
"most_urgent": true,
"students": 2519,
"student_teacher_ratio": 29.98809524
}
}, {
"type": "Point",
"coordinates": [77.063385, 28.626171],
"properties": {
"cartodb_id": 672,
"edudel_code": 1618281,
"distname": "WEST DELHI",
"pincode": 110059,
"school_code": "7070112406",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Hastsal, Janta Flats, New Delhi",
"village_name": "124-VIKAS NAGAR",
"lat": 28.62617056,
"lng": 77.06338467,
"most_urgent": true,
"students": 1721,
"student_teacher_ratio": 38.24444444
}
}, {
"type": "Point",
"coordinates": [77.17813, 28.572169],
"properties": {
"cartodb_id": 673,
"edudel_code": 1719001,
"distname": "SOUTH WEST DELHI",
"pincode": 110022,
"school_code": "7080116707",
"school_name": "Govt. Sarvodaya Vidyalaya (Jose Marti), Sector-12, R.K. Puram, New Delhi",
"village_name": "167-R.K. PURAM",
"lat": 28.57216881,
"lng": 77.17813036,
"most_urgent": false,
"students": 1119,
"student_teacher_ratio": 23.3125
}
}, {
"type": "Point",
"coordinates": [77.196282, 28.574335],
"properties": {
"cartodb_id": 674,
"edudel_code": 1719002,
"distname": "SOUTH WEST DELHI",
"pincode": 110023,
"school_code": "070801ND807",
"school_name": "Govt. Sarvodaya Bal Vidyalaya No.1 (Ganesh Shankar Vidyarthi), Sarojini Nagar New Delhi",
"village_name": "NDMC-CHARGE NO.8",
"lat": 28.5743351,
"lng": 77.19628237,
"most_urgent": false,
"students": 915,
"student_teacher_ratio": 24.07894737
}
}, {
"type": "Point",
"coordinates": [77.195794, 28.572837],
"properties": {
"cartodb_id": 675,
"edudel_code": 1719005,
"distname": "SOUTH WEST DELHI",
"pincode": 110023,
"school_code": "070801ND806",
"school_name": "Govt. Boys Sr. Sec. School No.3, Sarojini Nagar New Delhi",
"village_name": "NDMC-CHARGE NO.8",
"lat": 28.57283651,
"lng": 77.1957938,
"most_urgent": false,
"students": 554,
"student_teacher_ratio": 17.3125
}
}, {
"type": "Point",
"coordinates": [77.195836, 28.574956],
"properties": {
"cartodb_id": 676,
"edudel_code": 1719006,
"distname": "SOUTH WEST DELHI",
"pincode": 110023,
"school_code": "070801ND805",
"school_name": "Govt. Boys Sr. Sec. School No.4, Sarojini Nagar New Delhi",
"village_name": "NDMC-CHARGE NO.8",
"lat": 28.57495578,
"lng": 77.19583607,
"most_urgent": false,
"students": 556,
"student_teacher_ratio": 19.85714286
}
}, {
"type": "Point",
"coordinates": [77.177368, 28.583318],
"properties": {
"cartodb_id": 677,
"edudel_code": 1719010,
"distname": "SOUTH WEST DELHI",
"pincode": 110021,
"school_code": "7080116803",
"school_name": "Govt. Boys Sr. Sec. School, Moti Bagh-I, New Delhi",
"village_name": "168-NANAK PURA",
"lat": 28.5833178,
"lng": 77.17736787,
"most_urgent": false,
"students": 668,
"student_teacher_ratio": 23.03448276
}
}, {
"type": "Point",
"coordinates": [77.184964, 28.560634],
"properties": {
"cartodb_id": 678,
"edudel_code": 1719013,
"distname": "SOUTH DELHI",
"pincode": 110022,
"school_code": "7090116301",
"school_name": "Govt. Sarvodaya Vidyalaya, Sec-2. R. K. Puram, New Delhi",
"village_name": "163-SAFDARJUNG ENCLAVE",
"lat": 28.56063384,
"lng": 77.18496423,
"most_urgent": false,
"students": 558,
"student_teacher_ratio": 18.6
}
}, {
"type": "Point",
"coordinates": [77.166774, 28.567898],
"properties": {
"cartodb_id": 679,
"edudel_code": 1719022,
"distname": "SOUTH WEST DELHI",
"pincode": 110022,
"school_code": "7080116802",
"school_name": "Govt. Sarvodaya Vidyalaya No.3, Sector-7, R. K. Puram, New Delhi",
"village_name": "168-NANAK PURA",
"lat": 28.56789795,
"lng": 77.16677363,
"most_urgent": false,
"students": 1464,
"student_teacher_ratio": 26.61818182
}
}, {
"type": "Point",
"coordinates": [77.196942, 28.574987],
"properties": {
"cartodb_id": 680,
"edudel_code": 1719027,
"distname": "SOUTH WEST DELHI",
"pincode": 110023,
"school_code": "070801ND804",
"school_name": "Govt. Girls Sr. Sec. School No.3, Sarojini Nagar, New Delhi",
"village_name": "NDMC-CHARGE NO.8",
"lat": 28.57498708,
"lng": 77.19694231,
"most_urgent": false,
"students": 563,
"student_teacher_ratio": 14.075
}
}, {
"type": "Point",
"coordinates": [77.196524, 28.575435],
"properties": {
"cartodb_id": 681,
"edudel_code": 1719029,
"distname": "SOUTH WEST DELHI",
"pincode": 110023,
"school_code": "070801ND803",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.1, Sarojini Nagar, New Delhi",
"village_name": "NDMC-CHARGE NO.8",
"lat": 28.57543465,
"lng": 77.19652365,
"most_urgent": false,
"students": 852,
"student_teacher_ratio": 20.7804878
}
}, {
"type": "Point",
"coordinates": [77.178029, 28.559351],
"properties": {
"cartodb_id": 682,
"edudel_code": 1719030,
"distname": "SOUTH WEST DELHI",
"pincode": 110022,
"school_code": "7080116705",
"school_name": "Govt. Girls Sr. Sec. School, Sector-4, R. K. Puram, New Delhi",
"village_name": "167-R.K. PURAM",
"lat": 28.5593514,
"lng": 77.17802932,
"most_urgent": false,
"students": 521,
"student_teacher_ratio": 26.05
}
}, {
"type": "Point",
"coordinates": [77.185429, 28.560299],
"properties": {
"cartodb_id": 683,
"edudel_code": 1719069,
"distname": "SOUTH DELHI",
"pincode": 110022,
"school_code": "7090116302",
"school_name": "Govt. Sarvodaya Vidyalaya No.1, Sector-2, R. K. Puram, New Delhi",
"village_name": "163-SAFDARJUNG ENCLAVE",
"lat": 28.56029941,
"lng": 77.1854293,
"most_urgent": false,
"students": 1361,
"student_teacher_ratio": 24.30357143
}
}, {
"type": "Point",
"coordinates": [77.173489, 28.566025],
"properties": {
"cartodb_id": 684,
"edudel_code": 1719070,
"distname": "SOUTH WEST DELHI",
"pincode": 110022,
"school_code": "7080116703",
"school_name": "Govt. Sarvodaya Vidyalaya, Sector-6, R. K. Puram, New Delhi",
"village_name": "167-R.K. PURAM",
"lat": 28.5660247,
"lng": 77.17348918,
"most_urgent": false,
"students": 1767,
"student_teacher_ratio": 23.87837838
}
}, {
"type": "Point",
"coordinates": [77.176387, 28.583578],
"properties": {
"cartodb_id": 685,
"edudel_code": 1719073,
"distname": "SOUTH WEST DELHI",
"pincode": 110022,
"school_code": "070801ND802",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Moti Bagh-I, New Delhi",
"village_name": "NDMC-CHARGE NO.8",
"lat": 28.58357779,
"lng": 77.17638741,
"most_urgent": false,
"students": 1012,
"student_teacher_ratio": 25.94871795
}
}, {
"type": "Point",
"coordinates": [77.207179, 28.576896],
"properties": {
"cartodb_id": 686,
"edudel_code": 1719101,
"distname": "SOUTH WEST DELHI",
"pincode": 110023,
"school_code": "070801ND801",
"school_name": "Govt. Co-ed. Sr. Sec. School, Laxmi Bai Nagar, New Delhi",
"village_name": "NDMC-CHARGE NO.8",
"lat": 28.57689555,
"lng": 77.20717863,
"most_urgent": false,
"students": 303,
"student_teacher_ratio": 14.42857143
}
}, {
"type": "Point",
"coordinates": [77.183753, 28.574681],
"properties": {
"cartodb_id": 687,
"edudel_code": 1719102,
"distname": "SOUTH WEST DELHI",
"pincode": 110023,
"school_code": "7080116702",
"school_name": "Govt. Sarvodaya Vidyalaya , G-Block, Netaji Nagar, New Delhi",
"village_name": "167-R.K. PURAM",
"lat": 28.57468144,
"lng": 77.18375252,
"most_urgent": false,
"students": 600,
"student_teacher_ratio": 16.21621622
}
}, {
"type": "Point",
"coordinates": [77.182204, 28.555146],
"properties": {
"cartodb_id": 688,
"edudel_code": 1719103,
"distname": "SOUTH DELHI",
"pincode": 110022,
"school_code": "7090116303",
"school_name": "Govt. Boys Sr. Sec. School, Sec-3, R. K. Puram, New Delhi",
"village_name": "163-SAFDARJUNG ENCLAVE",
"lat": 28.55514595,
"lng": 77.182204,
"most_urgent": false,
"students": 761,
"student_teacher_ratio": 22.38235294
}
}, {
"type": "Point",
"coordinates": [77.173309, 28.561115],
"properties": {
"cartodb_id": 689,
"edudel_code": 1719104,
"distname": "SOUTH WEST DELHI",
"pincode": 110022,
"school_code": "7080116701",
"school_name": "Govt. Co-ed Sr. Sec. School, Sec - 5, R. K. Puram, New Delhi",
"village_name": "167-R.K. PURAM",
"lat": 28.56111458,
"lng": 77.1733093,
"most_urgent": false,
"students": 1110,
"student_teacher_ratio": 20.55555556
}
}, {
"type": "Point",
"coordinates": [77.167661, 28.583223],
"properties": {
"cartodb_id": 690,
"edudel_code": 1719105,
"distname": "SOUTH WEST DELHI",
"pincode": 110021,
"school_code": "7080116801",
"school_name": "Govt. Sarvodaya Vidyalaya, Nanakpura , Moti Bagh -II, New Delhi",
"village_name": "168-NANAK PURA",
"lat": 28.58322299,
"lng": 77.16766105,
"most_urgent": false,
"students": 1037,
"student_teacher_ratio": 22.54347826
}
}, {
"type": "Point",
"coordinates": [77.193414, 28.565325],
"properties": {
"cartodb_id": 691,
"edudel_code": 1719106,
"distname": "SOUTH DELHI",
"pincode": 110029,
"school_code": "7090116304",
"school_name": "Govt. Sarvodaya Vidyalaya , Safdarjung Enclave, New Delhi",
"village_name": "163-SAFDARJUNG ENCLAVE",
"lat": 28.56532532,
"lng": 77.19341406,
"most_urgent": false,
"students": 749,
"student_teacher_ratio": 21.4
}
}, {
"type": "Point",
"coordinates": [77.170013, 28.552257],
"properties": {
"cartodb_id": 692,
"edudel_code": 1719125,
"distname": "SOUTH WEST DELHI",
"pincode": 110067,
"school_code": "7080116601",
"school_name": "Govt. Sarvodaya Vidyalaya , Munirka New Delhi",
"village_name": "166-MUNIRKA",
"lat": 28.55225657,
"lng": 77.17001334,
"most_urgent": false,
"students": 1259,
"student_teacher_ratio": 26.78723404
}
}, {
"type": "Point",
"coordinates": [77.183488, 28.572321],
"properties": {
"cartodb_id": 693,
"edudel_code": 1719130,
"distname": "SOUTH WEST DELHI",
"pincode": 110066,
"school_code": "7080116708",
"school_name": "Govt. Sarvodaya Vidyalaya , Sector-13, R.K. Puram New Delhi",
"village_name": "167-R.K. PURAM",
"lat": 28.57232147,
"lng": 77.18348802,
"most_urgent": false,
"students": 500,
"student_teacher_ratio": 17.85714286
}
}, {
"type": "Point",
"coordinates": [77.125465, 28.592857],
"properties": {
"cartodb_id": 694,
"edudel_code": 1720001,
"distname": "SOUTH WEST DELHI",
"pincode": 110010,
"school_code": "070801DC102",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Tigri Road, Sadar Bazar, Delhi Cantt, New Delhi",
"village_name": "DC1-SADAR BAZAR",
"lat": 28.59285706,
"lng": 77.1254649,
"most_urgent": false,
"students": 727,
"student_teacher_ratio": 20.77142857
}
}, {
"type": "Point",
"coordinates": [77.139364, 28.625862],
"properties": {
"cartodb_id": 695,
"edudel_code": 1720002,
"distname": "SOUTH WEST DELHI",
"pincode": 110028,
"school_code": "7080115203",
"school_name": "Govt. Sarvodaya Bal Vidyalaya (1st Shift), Naraina, New Delhi",
"village_name": "152-NARAINA",
"lat": 28.62586179,
"lng": 77.13936415,
"most_urgent": true,
"students": 1925,
"student_teacher_ratio": 33.18965517
}
}, {
"type": "Point",
"coordinates": [77.126148, 28.562461],
"properties": {
"cartodb_id": 696,
"edudel_code": 1720003,
"distname": "SOUTH WEST DELHI",
"pincode": 110037,
"school_code": "070801DC501",
"school_name": "Govt. Sarvodaya Vidyalaya , Mehram Nagar, New Delhi",
"village_name": "DC5-EAST MEHRAM NAGAR",
"lat": 28.5624609,
"lng": 77.12614844,
"most_urgent": false,
"students": 732,
"student_teacher_ratio": 20.91428571
}
}, {
"type": "Point",
"coordinates": [77.162473, 28.63619],
"properties": {
"cartodb_id": 697,
"edudel_code": 1720005,
"distname": "SOUTH WEST DELHI",
"pincode": 110012,
"school_code": "7080115002",
"school_name": "Govt. Boys Sec. School, I.A.R.I. Campus, PUSA New Delhi",
"village_name": "150-PUSA",
"lat": 28.63618966,
"lng": 77.16247319,
"most_urgent": false,
"students": 873,
"student_teacher_ratio": 33.57692308
}
}, {
"type": "Point",
"coordinates": [77.105876, 28.61057],
"properties": {
"cartodb_id": 698,
"edudel_code": 1720008,
"distname": "SOUTH WEST DELHI",
"pincode": 110058,
"school_code": "7080111004",
"school_name": "Govt. Boys Sr. Sec. School No.2, Block-D, Janakpuri New Delhi",
"village_name": "110-NANGAL RAI",
"lat": 28.61056977,
"lng": 77.10587599,
"most_urgent": false,
"students": 688,
"student_teacher_ratio": 25.48148148
}
}, {
"type": "Point",
"coordinates": [77.139737, 28.625706],
"properties": {
"cartodb_id": 699,
"edudel_code": 1720010,
"distname": "SOUTH WEST DELHI",
"pincode": 110028,
"school_code": "7080115202",
"school_name": "Govt. Boys Sr. Sec. School (2nd Shift), Naraina New Delhi",
"village_name": "152-NARAINA",
"lat": 28.62570604,
"lng": 77.1397371,
"most_urgent": false,
"students": 770,
"student_teacher_ratio": 30.8
}
}, {
"type": "Point",
"coordinates": [77.106378, 28.609956],
"properties": {
"cartodb_id": 700,
"edudel_code": 1720014,
"distname": "SOUTH WEST DELHI",
"pincode": 110058,
"school_code": "7080111003",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.1, Block-D, Janakpuri New Delhi",
"village_name": "110-NANGAL RAI",
"lat": 28.60995581,
"lng": 77.10637778,
"most_urgent": false,
"students": 1653,
"student_teacher_ratio": 23.28169014
}
}, {
"type": "Point",
"coordinates": [77.144304, 28.629423],
"properties": {
"cartodb_id": 701,
"edudel_code": 1720015,
"distname": "SOUTH WEST DELHI",
"pincode": 110028,
"school_code": "7080115103",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, J.J. Camp, Naraina New Delhi",
"village_name": "151-INDER PURI",
"lat": 28.6294226,
"lng": 77.14430437,
"most_urgent": true,
"students": 1184,
"student_teacher_ratio": 28.19047619
}
}, {
"type": "Point",
"coordinates": [77.162554, 28.63594],
"properties": {
"cartodb_id": 702,
"edudel_code": 1720017,
"distname": "SOUTH WEST DELHI",
"pincode": 110012,
"school_code": "7080115001",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, I.A.R.I. Campus, PUSA New Delhi",
"village_name": "150-PUSA",
"lat": 28.63594045,
"lng": 77.16255385,
"most_urgent": false,
"students": 1364,
"student_teacher_ratio": 30.31111111
}
}, {
"type": "Point",
"coordinates": [77.125045, 28.592309],
"properties": {
"cartodb_id": 703,
"edudel_code": 1720018,
"distname": "SOUTH WEST DELHI",
"pincode": 110010,
"school_code": "070801DC101",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Delhi Cantt., New Delhi",
"village_name": "DC1-SADAR BAZAR",
"lat": 28.59230885,
"lng": 77.12504457,
"most_urgent": false,
"students": 585,
"student_teacher_ratio": 16.71428571
}
}, {
"type": "Point",
"coordinates": [77.106182, 28.610653],
"properties": {
"cartodb_id": 704,
"edudel_code": 1720021,
"distname": "SOUTH WEST DELHI",
"pincode": 110058,
"school_code": "7080111002",
"school_name": "Govt. Girls Sr. Sec. School No.2, Block-D, Janak Puri, New Delhi",
"village_name": "110-NANGAL RAI",
"lat": 28.61065333,
"lng": 77.10618244,
"most_urgent": false,
"students": 874,
"student_teacher_ratio": 31.21428571
}
}, {
"type": "Point",
"coordinates": [77.142823, 28.62663],
"properties": {
"cartodb_id": 705,
"edudel_code": 1720022,
"distname": "SOUTH WEST DELHI",
"pincode": 110028,
"school_code": "7080115201",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Block-C, Naraina, New Delhi",
"village_name": "152-NARAINA",
"lat": 28.62662974,
"lng": 77.14282281,
"most_urgent": true,
"students": 2586,
"student_teacher_ratio": 31.92592593
}
}, {
"type": "Point",
"coordinates": [77.144448, 28.629447],
"properties": {
"cartodb_id": 706,
"edudel_code": 1720023,
"distname": "SOUTH WEST DELHI",
"pincode": 110012,
"school_code": "7080115102",
"school_name": "Govt. Boys Sr. Sec. School, J.J. Camp, Naraina New Delhi",
"village_name": "151-INDER PURI",
"lat": 28.62944669,
"lng": 77.1444483,
"most_urgent": true,
"students": 873,
"student_teacher_ratio": 31.17857143
}
}, {
"type": "Point",
"coordinates": [77.159695, 28.556326],
"properties": {
"cartodb_id": 707,
"edudel_code": 1720024,
"distname": "SOUTH WEST DELHI",
"pincode": 110057,
"school_code": "7080116501",
"school_name": "Govt. Sarvodaya Vidyalaya, Vasant Vihar , New Delhi",
"village_name": "165-VASANT VIHAR",
"lat": 28.55632569,
"lng": 77.15969469,
"most_urgent": true,
"students": 2230,
"student_teacher_ratio": 31.4084507
}
}, {
"type": "Point",
"coordinates": [77.16214, 28.521555],
"properties": {
"cartodb_id": 708,
"edudel_code": 1720026,
"distname": "SOUTH DELHI",
"pincode": 110070,
"school_code": "7090116403",
"school_name": "Govt. Girls Sr. Sec. School, B-1, Vasant Kunj, New Delhi",
"village_name": "164-HAUZ KHAS",
"lat": 28.52155529,
"lng": 77.16214044,
"most_urgent": false,
"students": 1322,
"student_teacher_ratio": 28.73913043
}
}, {
"type": "Point",
"coordinates": [77.10644, 28.610316],
"properties": {
"cartodb_id": 709,
"edudel_code": 1720027,
"distname": "SOUTH WEST DELHI",
"pincode": 110058,
"school_code": "7080111001",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Block-D, Janakpuri, New Delhi",
"village_name": "110-NANGAL RAI",
"lat": 28.61031614,
"lng": 77.10643956,
"most_urgent": false,
"students": 1717,
"student_teacher_ratio": 26.01515152
}
}, {
"type": "Point",
"coordinates": [77.109572, 28.51807],
"properties": {
"cartodb_id": 710,
"edudel_code": 1720028,
"distname": "SOUTH WEST DELHI",
"pincode": 110038,
"school_code": "7080117203",
"school_name": "Govt. Boys Sr. Sec. School, Rajokari (Near Shiv Mandir), New Delhi",
"village_name": "172-KISHAN GARH",
"lat": 28.51806958,
"lng": 77.10957185,
"most_urgent": false,
"students": 1124,
"student_teacher_ratio": 34.06060606
}
}, {
"type": "Point",
"coordinates": [77.126659, 28.54494],
"properties": {
"cartodb_id": 711,
"edudel_code": 1720029,
"distname": "SOUTH WEST DELHI",
"pincode": 110037,
"school_code": "7080114402",
"school_name": "Govt. Boys Sr. Sec. School, Mahipalpur New Delhi",
"village_name": "144-MAHIPAL PUR",
"lat": 28.54494049,
"lng": 77.12665909,
"most_urgent": false,
"students": 2667,
"student_teacher_ratio": 33.3375
}
}, {
"type": "Point",
"coordinates": [77.108918, 28.518198],
"properties": {
"cartodb_id": 712,
"edudel_code": 1720030,
"distname": "SOUTH WEST DELHI",
"pincode": 110038,
"school_code": "7080117202",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Rajokari New Delhi",
"village_name": "172-KISHAN GARH",
"lat": 28.51819769,
"lng": 77.10891845,
"most_urgent": false,
"students": 1442,
"student_teacher_ratio": 28.84
}
}, {
"type": "Point",
"coordinates": [77.161852, 28.521765],
"properties": {
"cartodb_id": 713,
"edudel_code": 1720031,
"distname": "SOUTH DELHI",
"pincode": 110070,
"school_code": "7090116405",
"school_name": "Rajkiya Pratibha Vikas Vidyalaya, B-1, Vasant Kunj, New Delhi",
"village_name": "164-HAUZ KHAS",
"lat": 28.52176537,
"lng": 77.16185244,
"most_urgent": false,
"students": 555,
"student_teacher_ratio": 14.23076923
}
}, {
"type": "Point",
"coordinates": [77.126359, 28.545159],
"properties": {
"cartodb_id": 714,
"edudel_code": 1720032,
"distname": "SOUTH WEST DELHI",
"pincode": 110037,
"school_code": "7080114401",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Mahipalpur, New Delhi",
"village_name": "144-MAHIPAL PUR",
"lat": 28.54515905,
"lng": 77.1263591,
"most_urgent": false,
"students": 3232,
"student_teacher_ratio": 31.37864078
}
}, {
"type": "Point",
"coordinates": [77.138613, 28.490153],
"properties": {
"cartodb_id": 715,
"edudel_code": 1720033,
"distname": "SOUTH WEST DELHI",
"pincode": 110030,
"school_code": "7080117402",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Ghitorni, M.G Road, New Delhi",
"village_name": "174-CHHATTARPUR",
"lat": 28.4901526,
"lng": 77.13861315,
"most_urgent": false,
"students": 1514,
"student_teacher_ratio": 28.56603774
}
}, {
"type": "Point",
"coordinates": [77.139347, 28.489972],
"properties": {
"cartodb_id": 716,
"edudel_code": 1720034,
"distname": "SOUTH WEST DELHI",
"pincode": 110030,
"school_code": "7080117401",
"school_name": "Govt. Boys Sr. Sec. School, Ghitorni, M.G Road, New Delhi",
"village_name": "174-CHHATTARPUR",
"lat": 28.48997191,
"lng": 77.13934709,
"most_urgent": false,
"students": 803,
"student_teacher_ratio": 30.88461538
}
}, {
"type": "Point",
"coordinates": [77.147819, 28.623942],
"properties": {
"cartodb_id": 717,
"edudel_code": 1720121,
"distname": "SOUTH WEST DELHI",
"pincode": 110012,
"school_code": "7080115101",
"school_name": "Govt. Sarvodaya Vidyalaya, Block-C, Inder Puri, New Delhi",
"village_name": "151-INDER PURI",
"lat": 28.6239421,
"lng": 77.14781938,
"most_urgent": false,
"students": 1956,
"student_teacher_ratio": 27.54929577
}
}, {
"type": "Point",
"coordinates": [77.162089, 28.521535],
"properties": {
"cartodb_id": 718,
"edudel_code": 1720173,
"distname": "SOUTH DELHI",
"pincode": 110070,
"school_code": "7090116404",
"school_name": "Govt. Boys Sr. Sec. School, B-1, Vasant Kunj, New Delhi",
"village_name": "164-HAUZ KHAS",
"lat": 28.52153463,
"lng": 77.16208866,
"most_urgent": true,
"students": 1587,
"student_teacher_ratio": 33.76595745
}
}, {
"type": "Point",
"coordinates": [77.09746, 28.611145],
"properties": {
"cartodb_id": 719,
"edudel_code": 1720174,
"distname": "SOUTH WEST DELHI",
"pincode": 110057,
"school_code": "7080116502",
"school_name": "Govt. Co-ed. Middle School, Vasant Vihar, C-4, New Delhi",
"village_name": "165-VASANT VIHAR",
"lat": 28.6111445,
"lng": 77.0974604,
"most_urgent": false,
"students": 594,
"student_teacher_ratio": 33
}
}, {
"type": "Point",
"coordinates": [77.087628, 28.587552],
"properties": {
"cartodb_id": 720,
"edudel_code": 1821001,
"distname": "SOUTH WEST DELHI",
"pincode": 110045,
"school_code": "7080114504",
"school_name": "Govt. Sarvodaya Bal Vidyalaya No.2, Palam Enclave New Delhi",
"village_name": "145-PALAM",
"lat": 28.5875518,
"lng": 77.08762769,
"most_urgent": false,
"students": 1595,
"student_teacher_ratio": 24.16666667
}
}, {
"type": "Point",
"coordinates": [77.08351, 28.585419],
"properties": {
"cartodb_id": 721,
"edudel_code": 1821003,
"distname": "SOUTH WEST DELHI",
"pincode": 110077,
"school_code": "7080114204",
"school_name": "Govt. Boys Sr. Sec. School, Raj Nagar Extension, Part-II New Delhi",
"village_name": "142-RAJ NAGAR",
"lat": 28.58541883,
"lng": 77.08350978,
"most_urgent": false,
"students": 1303,
"student_teacher_ratio": 26.06
}
}, {
"type": "Point",
"coordinates": [77.081747, 28.589228],
"properties": {
"cartodb_id": 722,
"edudel_code": 1821004,
"distname": "SOUTH WEST DELHI",
"pincode": 110045,
"school_code": "7080114503",
"school_name": "Govt. Boys Sr. Sec. School No.1, Palam Village New Delhi",
"village_name": "145-PALAM",
"lat": 28.58922824,
"lng": 77.08174663,
"most_urgent": false,
"students": 1245,
"student_teacher_ratio": 23.05555556
}
}, {
"type": "Point",
"coordinates": [77.086311, 28.532785],
"properties": {
"cartodb_id": 723,
"edudel_code": 1821005,
"distname": "SOUTH WEST DELHI",
"pincode": 110037,
"school_code": "7080114304",
"school_name": "Govt. Boys Sr. Sec. School No.1, Samalka, New Delhi",
"village_name": "143-KAPASHERA",
"lat": 28.53278495,
"lng": 77.08631078,
"most_urgent": false,
"students": 1810,
"student_teacher_ratio": 30.6779661
}
}, {
"type": "Point",
"coordinates": [77.100715, 28.601295],
"properties": {
"cartodb_id": 724,
"edudel_code": 1821006,
"distname": "SOUTH WEST DELHI",
"pincode": 110046,
"school_code": "7080113104",
"school_name": "Govt. Boys Sr. Sec. School No.1, Sagarpur, New Delhi",
"village_name": "131-SAGARPUR",
"lat": 28.60129493,
"lng": 77.1007153,
"most_urgent": false,
"students": 2001,
"student_teacher_ratio": 29.42647059
}
}, {
"type": "Point",
"coordinates": [77.09937, 28.601235],
"properties": {
"cartodb_id": 725,
"edudel_code": 1821007,
"distname": "SOUTH WEST DELHI",
"pincode": 110046,
"school_code": "7080113103",
"school_name": "Govt. Boys Sr. Sec. School No.2, Sagarpur, New Delhi",
"village_name": "131-SAGARPUR",
"lat": 28.60123536,
"lng": 77.09937035,
"most_urgent": false,
"students": 1779,
"student_teacher_ratio": 29.65
}
}, {
"type": "Point",
"coordinates": [77.087956, 28.588016],
"properties": {
"cartodb_id": 726,
"edudel_code": 1821010,
"distname": "SOUTH WEST DELHI",
"pincode": 110045,
"school_code": "7080114602",
"school_name": "Govt. Boys Sr. Sec. School No.3, Palam Enclave New Delhi",
"village_name": "146-SADH NAGAR",
"lat": 28.58801619,
"lng": 77.08795577,
"most_urgent": false,
"students": 790,
"student_teacher_ratio": 20.25641026
}
}, {
"type": "Point",
"coordinates": [77.083015, 28.585739],
"properties": {
"cartodb_id": 727,
"edudel_code": 1821014,
"distname": "SOUTH WEST DELHI",
"pincode": 110045,
"school_code": "7080114203",
"school_name": "Govt. Boys Sr. Sec. School, Palam Village, Raj Nagar-I, New Delhi",
"village_name": "142-RAJ NAGAR",
"lat": 28.5857392,
"lng": 77.08301453,
"most_urgent": false,
"students": 899,
"student_teacher_ratio": 25.68571429
}
}, {
"type": "Point",
"coordinates": [77.081717, 28.589227],
"properties": {
"cartodb_id": 728,
"edudel_code": 1821015,
"distname": "SOUTH WEST DELHI",
"pincode": 110045,
"school_code": "7080114502",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.2, Palam Village New Delhi",
"village_name": "145-PALAM",
"lat": 28.58922678,
"lng": 77.08171659,
"most_urgent": false,
"students": 1766,
"student_teacher_ratio": 23.86486486
}
}, {
"type": "Point",
"coordinates": [77.10089, 28.601503],
"properties": {
"cartodb_id": 729,
"edudel_code": 1821016,
"distname": "SOUTH WEST DELHI",
"pincode": 110046,
"school_code": "7080113102",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.1, Sagarpur New Delhi",
"village_name": "131-SAGARPUR",
"lat": 28.60150327,
"lng": 77.10089026,
"most_urgent": false,
"students": 2587,
"student_teacher_ratio": 28.74444444
}
}, {
"type": "Point",
"coordinates": [77.099569, 28.601484],
"properties": {
"cartodb_id": 730,
"edudel_code": 1821017,
"distname": "SOUTH WEST DELHI",
"pincode": 110046,
"school_code": "7080113101",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.2, Sagarpur New Delhi",
"village_name": "131-SAGARPUR",
"lat": 28.60148354,
"lng": 77.09956888,
"most_urgent": false,
"students": 2760,
"student_teacher_ratio": 28.16326531
}
}, {
"type": "Point",
"coordinates": [77.087626, 28.587826],
"properties": {
"cartodb_id": 731,
"edudel_code": 1821018,
"distname": "SOUTH WEST DELHI",
"pincode": 110045,
"school_code": "7080114501",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.1, Palam Enclave New Delhi",
"village_name": "145-PALAM",
"lat": 28.58782614,
"lng": 77.0876262,
"most_urgent": false,
"students": 2004,
"student_teacher_ratio": 24.74074074
}
}, {
"type": "Point",
"coordinates": [77.083655, 28.58533],
"properties": {
"cartodb_id": 732,
"edudel_code": 1821020,
"distname": "SOUTH WEST DELHI",
"pincode": 110077,
"school_code": "7080114202",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Raj Nagar-II, Palam Colony, New Delhi",
"village_name": "142-RAJ NAGAR",
"lat": 28.58532993,
"lng": 77.08365479,
"most_urgent": false,
"students": 1987,
"student_teacher_ratio": 23.6547619
}
}, {
"type": "Point",
"coordinates": [77.085888, 28.531943],
"properties": {
"cartodb_id": 733,
"edudel_code": 1821022,
"distname": "SOUTH WEST DELHI",
"pincode": 110037,
"school_code": "7080114303",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Samalka New Delhi",
"village_name": "143-KAPASHERA",
"lat": 28.53194295,
"lng": 77.08588815,
"most_urgent": false,
"students": 4200,
"student_teacher_ratio": 38.53211009
}
}, {
"type": "Point",
"coordinates": [77.088054, 28.588013],
"properties": {
"cartodb_id": 734,
"edudel_code": 1821024,
"distname": "SOUTH WEST DELHI",
"pincode": 110045,
"school_code": "7080114601",
"school_name": "Govt. Girls Sr. Sec. School No.3, Palam Enclave New Delhi",
"village_name": "146-SADH NAGAR",
"lat": 28.58801284,
"lng": 77.0880536,
"most_urgent": false,
"students": 1022,
"student_teacher_ratio": 20.03921569
}
}, {
"type": "Point",
"coordinates": [77.076238, 28.604646],
"properties": {
"cartodb_id": 735,
"edudel_code": 1821025,
"distname": "SOUTH WEST DELHI",
"pincode": 110045,
"school_code": "7080114702",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Vijay Enclave Palam New Delhi",
"village_name": "147-MAHAVIR ENCLAVE",
"lat": 28.60464553,
"lng": 77.07623791,
"most_urgent": false,
"students": 1811,
"student_teacher_ratio": 26.24637681
}
}, {
"type": "Point",
"coordinates": [77.001801, 28.56637],
"properties": {
"cartodb_id": 736,
"edudel_code": 1821026,
"distname": "SOUTH WEST DELHI",
"pincode": 110071,
"school_code": "7080113315",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, V&PO-Chhawla, New Delhi",
"village_name": "133-CHHAWLA",
"lat": 28.56637032,
"lng": 77.00180099,
"most_urgent": false,
"students": 1474,
"student_teacher_ratio": 24.56666667
}
}, {
"type": "Point",
"coordinates": [77.076237, 28.604537],
"properties": {
"cartodb_id": 737,
"edudel_code": 1821028,
"distname": "SOUTH WEST DELHI",
"pincode": 110045,
"school_code": "7080114701",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Vijay Enclave Palam New Delhi",
"village_name": "147-MAHAVIR ENCLAVE",
"lat": 28.60453742,
"lng": 77.07623739,
"most_urgent": false,
"students": 1746,
"student_teacher_ratio": 24.94285714
}
}, {
"type": "Point",
"coordinates": [77.068628, 28.599544],
"properties": {
"cartodb_id": 738,
"edudel_code": 1821029,
"distname": "SOUTH WEST DELHI",
"pincode": 110075,
"school_code": "7080114801",
"school_name": "Govt. Co-ed. Sr. Sec. School, Dwarka, Sector-II New Delhi",
"village_name": "148-MADHU VIHAR",
"lat": 28.59954416,
"lng": 77.06862795,
"most_urgent": false,
"students": 2074,
"student_teacher_ratio": 24.98795181
}
}, {
"type": "Point",
"coordinates": [77.083774, 28.601476],
"properties": {
"cartodb_id": 739,
"edudel_code": 1821030,
"distname": "SOUTH WEST DELHI",
"pincode": 110045,
"school_code": "7080112901",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Pappan Kalan, Sect. -I, Pkt. VII, Dabri Extn New Delhi",
"village_name": "129-DABRI",
"lat": 28.60147642,
"lng": 77.08377364,
"most_urgent": false,
"students": 2128,
"student_teacher_ratio": 29.55555556
}
}, {
"type": "Point",
"coordinates": [77.06246, 28.591409],
"properties": {
"cartodb_id": 740,
"edudel_code": 1821031,
"distname": "SOUTH WEST DELHI",
"pincode": 110075,
"school_code": "7080113605",
"school_name": "Govt. Co-ed. Sr. Sec. School, Sect-6, Site-2, Dwarka, Pappan Kalan, New Delhi",
"village_name": "136-MATIALA",
"lat": 28.59140889,
"lng": 77.06246009,
"most_urgent": false,
"students": 1863,
"student_teacher_ratio": 27.80597015
}
}, {
"type": "Point",
"coordinates": [77.051585, 28.54093],
"properties": {
"cartodb_id": 741,
"edudel_code": 1821032,
"distname": "SOUTH WEST DELHI",
"pincode": 110077,
"school_code": "7080114104",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Bharthal, Bijwasan, New Delhi",
"village_name": "141-BIJWASAN",
"lat": 28.54092966,
"lng": 77.05158487,
"most_urgent": false,
"students": 1817,
"student_teacher_ratio": 27.11940299
}
}, {
"type": "Point",
"coordinates": [77.0654, 28.555764],
"properties": {
"cartodb_id": 742,
"edudel_code": 1821033,
"distname": "SOUTH WEST DELHI",
"pincode": 110077,
"school_code": "7080114302",
"school_name": "Govt. Girls Sr. Sec. School, Shahbad Mohammadpur, New Delhi",
"village_name": "143-KAPASHERA",
"lat": 28.55576359,
"lng": 77.06539965,
"most_urgent": false,
"students": 510,
"student_teacher_ratio": 17
}
}, {
"type": "Point",
"coordinates": [76.984578, 28.54668],
"properties": {
"cartodb_id": 743,
"edudel_code": 1821034,
"distname": "SOUTH WEST DELHI",
"pincode": 110071,
"school_code": "7080113314",
"school_name": "Govt. Co-ed. Sr. Sec. School, Kangan Heri, P.O. Chhawla, New Delhi",
"village_name": "133-CHHAWLA",
"lat": 28.54667955,
"lng": 76.98457781,
"most_urgent": false,
"students": 213,
"student_teacher_ratio": 11.83333333
}
}, {
"type": "Point",
"coordinates": [77.052419, 28.539508],
"properties": {
"cartodb_id": 744,
"edudel_code": 1821035,
"distname": "SOUTH WEST DELHI",
"pincode": 110077,
"school_code": "7080114103",
"school_name": "Govt. Girls Sr. Sec. School, Bharthal, Bijwasan, New Delhi",
"village_name": "141-BIJWASAN",
"lat": 28.53950826,
"lng": 77.05241896,
"most_urgent": true,
"students": 1959,
"student_teacher_ratio": 31.0952381
}
}, {
"type": "Point",
"coordinates": [77.002239, 28.564122],
"properties": {
"cartodb_id": 745,
"edudel_code": 1821036,
"distname": "SOUTH WEST DELHI",
"pincode": 110071,
"school_code": "7080113313",
"school_name": "Govt. Boys Sr. Sec. School, V&PO-Chhawla, Delhi",
"village_name": "133-CHHAWLA",
"lat": 28.56412226,
"lng": 77.00223947,
"most_urgent": false,
"students": 278,
"student_teacher_ratio": 17.375
}
}, {
"type": "Point",
"coordinates": [77.044322, 28.560086],
"properties": {
"cartodb_id": 746,
"edudel_code": 1821037,
"distname": "SOUTH WEST DELHI",
"pincode": 110077,
"school_code": "7080113604",
"school_name": "Govt. Co-ed. Sr. Sec. School, Pochan Pur, New Delhi",
"village_name": "136-MATIALA",
"lat": 28.56008638,
"lng": 77.04432164,
"most_urgent": false,
"students": 879,
"student_teacher_ratio": 22.53846154
}
}, {
"type": "Point",
"coordinates": [76.987184, 28.523916],
"properties": {
"cartodb_id": 747,
"edudel_code": 1821038,
"distname": "SOUTH WEST DELHI",
"pincode": 110071,
"school_code": "7080113312",
"school_name": "Govt. Co-ed. Sec. School, Nanakheri Chhawla New Delhi",
"village_name": "133-CHHAWLA",
"lat": 28.52391576,
"lng": 76.98718354,
"most_urgent": false,
"students": 103,
"student_teacher_ratio": 10.3
}
}, {
"type": "Point",
"coordinates": [77.030172, 28.542793],
"properties": {
"cartodb_id": 748,
"edudel_code": 1821039,
"distname": "SOUTH WEST DELHI",
"pincode": 110077,
"school_code": "7080114102",
"school_name": "Govt. Co-ed. Sr. Sec. School, Dhulsiras, Bamnoli, New Delhi",
"village_name": "141-BIJWASAN",
"lat": 28.54279326,
"lng": 77.03017243,
"most_urgent": false,
"students": 613,
"student_teacher_ratio": 21.89285714
}
}, {
"type": "Point",
"coordinates": [77.068292, 28.555247],
"properties": {
"cartodb_id": 749,
"edudel_code": 1821041,
"distname": "SOUTH WEST DELHI",
"pincode": 110061,
"school_code": "7080114301",
"school_name": "Govt. Boys Sr. Sec. School, Shahbad Mohammadpur, New Delhi",
"village_name": "143-KAPASHERA",
"lat": 28.55524713,
"lng": 77.06829232,
"most_urgent": false,
"students": 456,
"student_teacher_ratio": 19
}
}, {
"type": "Point",
"coordinates": [77.0818, 28.592726],
"properties": {
"cartodb_id": 750,
"edudel_code": 1821136,
"distname": "SOUTH WEST DELHI",
"pincode": 110045,
"school_code": "7080113001",
"school_name": "Govt. Co-ed. Sec. School, Mahavir Enclave New Delhi",
"village_name": "130-MANGLAPURI",
"lat": 28.59272581,
"lng": 77.08180031,
"most_urgent": false,
"students": 806,
"student_teacher_ratio": 28.78571429
}
}, {
"type": "Point",
"coordinates": [77.053014, 28.585159],
"properties": {
"cartodb_id": 751,
"edudel_code": 1821137,
"distname": "SOUTH WEST DELHI",
"pincode": 110075,
"school_code": "7080113603",
"school_name": "Rajkiya Pratibha Vikas Vidyalaya, Sector-10, Dwarka New Delhi",
"village_name": "136-MATIALA",
"lat": 28.58515853,
"lng": 77.05301394,
"most_urgent": false,
"students": 550,
"student_teacher_ratio": 16.66666667
}
}, {
"type": "Point",
"coordinates": [77.046494, 28.607364],
"properties": {
"cartodb_id": 752,
"edudel_code": 1821203,
"distname": "SOUTH WEST DELHI",
"pincode": 110078,
"school_code": "7080113602",
"school_name": "Govt. Girls Sr. Sec. School, Sector 3, Site-1, Dwarka, New Delhi",
"village_name": "136-MATIALA",
"lat": 28.6073636,
"lng": 77.04649441,
"most_urgent": false,
"students": 1813,
"student_teacher_ratio": 28.328125
}
}, {
"type": "Point",
"coordinates": [77.055351, 28.555912],
"properties": {
"cartodb_id": 753,
"edudel_code": 1821204,
"distname": "SOUTH WEST DELHI",
"pincode": 110077,
"school_code": "7080114101",
"school_name": "Govt. Co-ed. Sr. Sec. School, Dwarka Sector-22, New Delhi",
"village_name": "141-BIJWASAN",
"lat": 28.55591217,
"lng": 77.05535058,
"most_urgent": false,
"students": 990,
"student_teacher_ratio": 27.5
}
}, {
"type": "Point",
"coordinates": [77.064223, 28.594328],
"properties": {
"cartodb_id": 754,
"edudel_code": 1821206,
"distname": "SOUTH WEST DELHI",
"pincode": 110075,
"school_code": "7080113601",
"school_name": "Govt. Co-ed. Sr. Sec. School, Dwarka Sector-6,(Site-1), New Delhi",
"village_name": "136-MATIALA",
"lat": 28.59432776,
"lng": 77.06422265,
"most_urgent": false,
"students": 2211,
"student_teacher_ratio": 26.63855422
}
}, {
"type": "Point",
"coordinates": [77.26034, 28.544094],
"properties": {
"cartodb_id": 915,
"edudel_code": 1925038,
"distname": "SOUTH DELHI",
"pincode": 110019,
"school_code": "7090119604",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.2, Kalkaji New Delhi",
"village_name": "196-KALKAJI",
"lat": 28.54409416,
"lng": 77.26033972,
"most_urgent": true,
"students": 1357,
"student_teacher_ratio": 27.14
}
}, {
"type": "Point",
"coordinates": [77.083878, 28.601698],
"properties": {
"cartodb_id": 755,
"edudel_code": 1821234,
"distname": "SOUTH WEST DELHI",
"pincode": 110045,
"school_code": "7080112902",
"school_name": "Govt. Boys Sr. Sec. School, Pappan Kalan, Sect. -I, Pkt. VII, Dabri Extn New Delhi",
"village_name": "129-DABRI",
"lat": 28.60169812,
"lng": 77.08387785,
"most_urgent": false,
"students": 1933,
"student_teacher_ratio": 33.32758621
}
}, {
"type": "Point",
"coordinates": [77.046487, 28.607271],
"properties": {
"cartodb_id": 756,
"edudel_code": 1821237,
"distname": "SOUTH WEST DELHI",
"pincode": 110075,
"school_code": "7080113606",
"school_name": "Govt. Boys Sr. Sec. School, Sector 3, Site-1, Dwarka, New Delhi",
"village_name": "136-MATIALA",
"lat": 28.60727119,
"lng": 77.04648721,
"most_urgent": false,
"students": 1678,
"student_teacher_ratio": 29.96428571
}
}, {
"type": "Point",
"coordinates": [77.021259, 28.612458],
"properties": {
"cartodb_id": 757,
"edudel_code": 1821242,
"distname": "SOUTH WEST DELHI",
"pincode": 110078,
"school_code": "7080113607",
"school_name": "Govt. Co-ed. Sec. School, Dwarka Sector-16A, New Delhi",
"village_name": "136-MATIALA",
"lat": 28.61245798,
"lng": 77.02125852,
"most_urgent": false,
"students": 783,
"student_teacher_ratio": 34.04347826
}
}, {
"type": "Point",
"coordinates": [77.086522, 28.532446],
"properties": {
"cartodb_id": 758,
"edudel_code": 1821244,
"distname": "SOUTH WEST DELHI",
"pincode": 110037,
"school_code": "7080114305",
"school_name": "Govt. Boys Sr. Sec. School No.2, Samalka New Delhi",
"village_name": "143-KAPASHERA",
"lat": 28.53244583,
"lng": 77.08652206,
"most_urgent": false,
"students": 1923,
"student_teacher_ratio": 31.52459016
}
}, {
"type": "Point",
"coordinates": [76.986461, 28.611302],
"properties": {
"cartodb_id": 759,
"edudel_code": 1822002,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080113808",
"school_name": "Govt. Sarvodaya Vidyalaya , Najafgarh New Delhi",
"village_name": "138-NAZAFGARH",
"lat": 28.61130181,
"lng": 76.98646137,
"most_urgent": false,
"students": 1309,
"student_teacher_ratio": 23.375
}
}, {
"type": "Point",
"coordinates": [76.932975, 28.601589],
"properties": {
"cartodb_id": 760,
"edudel_code": 1822003,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080114014",
"school_name": "Govt. Sarvodaya Vidyalaya , Surhera, Najafgarh, New Delhi",
"village_name": "140-KHAIRA",
"lat": 28.6015893,
"lng": 76.93297452,
"most_urgent": false,
"students": 991,
"student_teacher_ratio": 22.02222222
}
}, {
"type": "Point",
"coordinates": [76.894119, 28.605225],
"properties": {
"cartodb_id": 761,
"edudel_code": 1822004,
"distname": "SOUTH WEST DELHI",
"pincode": 110073,
"school_code": "7080114013",
"school_name": "Govt. Co-ed. Sr. Sec. School, Mundela Kalan New Delhi",
"village_name": "140-KHAIRA",
"lat": 28.60522485,
"lng": 76.89411859,
"most_urgent": false,
"students": 217,
"student_teacher_ratio": 12.76470588
}
}, {
"type": "Point",
"coordinates": [76.953718, 28.572433],
"properties": {
"cartodb_id": 762,
"edudel_code": 1822005,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080113311",
"school_name": "Govt. Sarvodaya Vidyalaya , Vill. & P.O. Pandwala Kalan, New Delhi",
"village_name": "133-CHHAWLA",
"lat": 28.57243313,
"lng": 76.95371842,
"most_urgent": false,
"students": 430,
"student_teacher_ratio": 17.2
}
}, {
"type": "Point",
"coordinates": [76.963985, 28.543686],
"properties": {
"cartodb_id": 763,
"edudel_code": 1822006,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080113310",
"school_name": "Govt. Sarvodaya Vidyalaya , VPO Daulat Pur New Delhi",
"village_name": "133-CHHAWLA",
"lat": 28.54368573,
"lng": 76.96398482,
"most_urgent": false,
"students": 208,
"student_teacher_ratio": 9.043478261
}
}, {
"type": "Point",
"coordinates": [76.955891, 28.524362],
"properties": {
"cartodb_id": 764,
"edudel_code": 1822007,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080113309",
"school_name": "Govt. Sarvodaya Vidyalaya , Shikar Pur, New Delhi",
"village_name": "133-CHHAWLA",
"lat": 28.52436187,
"lng": 76.95589079,
"most_urgent": false,
"students": 263,
"student_teacher_ratio": 12.52380952
}
}, {
"type": "Point",
"coordinates": [76.986353, 28.612235],
"properties": {
"cartodb_id": 765,
"edudel_code": 1822009,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080113807",
"school_name": "Govt. Boys Sr. Sec. School No.2, Najafgarh New Delhi",
"village_name": "138-NAZAFGARH",
"lat": 28.61223462,
"lng": 76.98635313,
"most_urgent": false,
"students": 1448,
"student_teacher_ratio": 22.98412698
}
}, {
"type": "Point",
"coordinates": [76.914927, 28.535516],
"properties": {
"cartodb_id": 766,
"edudel_code": 1822010,
"distname": "SOUTH WEST DELHI",
"pincode": 110073,
"school_code": "7080113308",
"school_name": "Govt. Boys Sr. Sec. School, Vill & P. O. Ghuman Hera, New Delhi",
"village_name": "133-CHHAWLA",
"lat": 28.53551575,
"lng": 76.91492701,
"most_urgent": false,
"students": 127,
"student_teacher_ratio": 9.071428571
}
}, {
"type": "Point",
"coordinates": [76.920347, 28.622774],
"properties": {
"cartodb_id": 767,
"edudel_code": 1822012,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080114012",
"school_name": "Govt. Boys Sr. Sec. School, Kair, Najafgarh New Delhi",
"village_name": "140-KHAIRA",
"lat": 28.6227737,
"lng": 76.920347,
"most_urgent": false,
"students": 133,
"student_teacher_ratio": 7.823529412
}
}, {
"type": "Point",
"coordinates": [76.902051, 28.570348],
"properties": {
"cartodb_id": 768,
"edudel_code": 1822013,
"distname": "SOUTH WEST DELHI",
"pincode": 110073,
"school_code": "7080114011",
"school_name": "Govt. Boys Sr. Sec. School, Vill & P. O. Ujwa, New Delhi",
"village_name": "140-KHAIRA",
"lat": 28.57034773,
"lng": 76.90205105,
"most_urgent": false,
"students": 162,
"student_teacher_ratio": 10.8
}
}, {
"type": "Point",
"coordinates": [76.867244, 28.559441],
"properties": {
"cartodb_id": 769,
"edudel_code": 1822014,
"distname": "SOUTH WEST DELHI",
"pincode": 110073,
"school_code": "7080114010",
"school_name": "Govt. Boys Sr. Sec. School, Dhansa, New Delhi",
"village_name": "140-KHAIRA",
"lat": 28.55944069,
"lng": 76.86724358,
"most_urgent": false,
"students": 245,
"student_teacher_ratio": 16.33333333
}
}, {
"type": "Point",
"coordinates": [76.987232, 28.642495],
"properties": {
"cartodb_id": 770,
"edudel_code": 1822015,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080113904",
"school_name": "Govt. Boys Sr. Sec. School, Vill. Dichaon Kalan, New Delhi",
"village_name": "139-DICHAON KALAN",
"lat": 28.64249473,
"lng": 76.98723239,
"most_urgent": false,
"students": 331,
"student_teacher_ratio": 20.6875
}
}, {
"type": "Point",
"coordinates": [76.89899, 28.523344],
"properties": {
"cartodb_id": 771,
"edudel_code": 1822024,
"distname": "SOUTH WEST DELHI",
"pincode": 110073,
"school_code": "7080113307",
"school_name": "Govt. Co-ed. Sr. Sec. School, Vill & P. O. Rawta, New Delhi",
"village_name": "133-CHHAWLA",
"lat": 28.52334359,
"lng": 76.89899046,
"most_urgent": false,
"students": 202,
"student_teacher_ratio": 14.42857143
}
}, {
"type": "Point",
"coordinates": [76.966054, 28.523746],
"properties": {
"cartodb_id": 772,
"edudel_code": 1822025,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080113306",
"school_name": "Govt. Co-ed. Sr. Sec. School, Jhatikara New Delhi",
"village_name": "133-CHHAWLA",
"lat": 28.52374579,
"lng": 76.96605445,
"most_urgent": false,
"students": 163,
"student_teacher_ratio": 10.1875
}
}, {
"type": "Point",
"coordinates": [76.979979, 28.591667],
"properties": {
"cartodb_id": 773,
"edudel_code": 1822027,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080113305",
"school_name": "Govt. Girls Sr. Sec. School, Paprawat New Delhi",
"village_name": "133-CHHAWLA",
"lat": 28.59166653,
"lng": 76.97997905,
"most_urgent": false,
"students": 403,
"student_teacher_ratio": 16.79166667
}
}, {
"type": "Point",
"coordinates": [77.006164, 28.589176],
"properties": {
"cartodb_id": 774,
"edudel_code": 1822028,
"distname": "SOUTH WEST DELHI",
"pincode": 110071,
"school_code": "7080113402",
"school_name": "Govt. Girls Sr. Sec. School, Goela Khurd, New Delhi",
"village_name": "134-NANGLI SAKRAWATI",
"lat": 28.58917579,
"lng": 77.00616406,
"most_urgent": true,
"students": 1463,
"student_teacher_ratio": 29.85714286
}
}, {
"type": "Point",
"coordinates": [76.934947, 28.583922],
"properties": {
"cartodb_id": 775,
"edudel_code": 1822031,
"distname": "SOUTH WEST DELHI",
"pincode": 110073,
"school_code": "7080113304",
"school_name": "Govt. Co-ed. Sr. Sec. School, Khera Dabar, New Delhi",
"village_name": "133-CHHAWLA",
"lat": 28.58392244,
"lng": 76.93494651,
"most_urgent": false,
"students": 203,
"student_teacher_ratio": 11.94117647
}
}, {
"type": "Point",
"coordinates": [76.883454, 28.576698],
"properties": {
"cartodb_id": 776,
"edudel_code": 1822033,
"distname": "SOUTH WEST DELHI",
"pincode": 110073,
"school_code": "7080114009",
"school_name": "Govt. Co-ed. Sr. Sec. School, Kazipur, P.O. Ujwa, New Delhi",
"village_name": "140-KHAIRA",
"lat": 28.57669755,
"lng": 76.88345377,
"most_urgent": false,
"students": 254,
"student_teacher_ratio": 12.0952381
}
}, {
"type": "Point",
"coordinates": [76.939371, 28.554343],
"properties": {
"cartodb_id": 777,
"edudel_code": 1822037,
"distname": "SOUTH WEST DELHI",
"pincode": 110073,
"school_code": "7080113303",
"school_name": "Govt. Co-ed. Sec. School, Hasanpur P.O. Ujwa, New Delh",
"village_name": "133-CHHAWLA",
"lat": 28.55434316,
"lng": 76.9393707,
"most_urgent": false,
"students": 111,
"student_teacher_ratio": 11.1
}
}, {
"type": "Point",
"coordinates": [76.862163, 28.559334],
"properties": {
"cartodb_id": 778,
"edudel_code": 1822039,
"distname": "SOUTH WEST DELHI",
"pincode": 110073,
"school_code": "7080114008",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Dhansa, New Delhi",
"village_name": "140-KHAIRA",
"lat": 28.55933382,
"lng": 76.86216303,
"most_urgent": false,
"students": 383,
"student_teacher_ratio": 14.73076923
}
}, {
"type": "Point",
"coordinates": [76.919605, 28.622093],
"properties": {
"cartodb_id": 779,
"edudel_code": 1822040,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080114007",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, V. & P. O. Kair, New Delhi",
"village_name": "140-KHAIRA",
"lat": 28.6220933,
"lng": 76.91960517,
"most_urgent": false,
"students": 150,
"student_teacher_ratio": 7.894736842
}
}, {
"type": "Point",
"coordinates": [76.98619, 28.612248],
"properties": {
"cartodb_id": 780,
"edudel_code": 1822044,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080113806",
"school_name": "Govt. Girls Sr. Sec. School No.1, Najafgarh, New Delhi",
"village_name": "138-NAZAFGARH",
"lat": 28.61224779,
"lng": 76.98618972,
"most_urgent": false,
"students": 2011,
"student_teacher_ratio": 24.82716049
}
}, {
"type": "Point",
"coordinates": [76.987076, 28.611528],
"properties": {
"cartodb_id": 781,
"edudel_code": 1822047,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080113805",
"school_name": "Govt. Girls Sr. Sec. School No.2, Najafgarh, New Delhi",
"village_name": "138-NAZAFGARH",
"lat": 28.61152775,
"lng": 76.98707628,
"most_urgent": false,
"students": 1387,
"student_teacher_ratio": 21.01515152
}
}, {
"type": "Point",
"coordinates": [76.902513, 28.570276],
"properties": {
"cartodb_id": 782,
"edudel_code": 1822048,
"distname": "SOUTH WEST DELHI",
"pincode": 110073,
"school_code": "7080114006",
"school_name": "Govt. Girls Sr. Sec. School, V. & P. O. Ujwa, New Delhi",
"village_name": "140-KHAIRA",
"lat": 28.57027561,
"lng": 76.90251265,
"most_urgent": false,
"students": 197,
"student_teacher_ratio": 10.36842105
}
}, {
"type": "Point",
"coordinates": [76.986859, 28.642302],
"properties": {
"cartodb_id": 783,
"edudel_code": 1822050,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080113903",
"school_name": "Govt. Girls Sr. Sec. School, Dichaon Kalan, New Delhi",
"village_name": "139-DICHAON KALAN",
"lat": 28.64230171,
"lng": 76.98685856,
"most_urgent": false,
"students": 334,
"student_teacher_ratio": 18.55555556
}
}, {
"type": "Point",
"coordinates": [76.915146, 28.535296],
"properties": {
"cartodb_id": 784,
"edudel_code": 1822051,
"distname": "SOUTH WEST DELHI",
"pincode": 110073,
"school_code": "7080113302",
"school_name": "Govt. Girls Sr. Sec. School, Ghumanhera, New Delhi",
"village_name": "133-CHHAWLA",
"lat": 28.53529582,
"lng": 76.91514635,
"most_urgent": false,
"students": 201,
"student_teacher_ratio": 12.5625
}
}, {
"type": "Point",
"coordinates": [76.917579, 28.594028],
"properties": {
"cartodb_id": 785,
"edudel_code": 1822055,
"distname": "SOUTH WEST DELHI",
"pincode": 110073,
"school_code": "7080114005",
"school_name": "Govt. Sarvodaya Vidyalaya, Jaffarpur Kalan, New Delhi",
"village_name": "140-KHAIRA",
"lat": 28.59402772,
"lng": 76.91757881,
"most_urgent": false,
"students": 1085,
"student_teacher_ratio": 22.14285714
}
}, {
"type": "Point",
"coordinates": [76.975597, 28.60104],
"properties": {
"cartodb_id": 786,
"edudel_code": 1822056,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080114004",
"school_name": "Govt. Girls Sr. Sec. School, Khaira, New Delhi",
"village_name": "140-KHAIRA",
"lat": 28.6010397,
"lng": 76.97559694,
"most_urgent": false,
"students": 663,
"student_teacher_ratio": 18.94285714
}
}, {
"type": "Point",
"coordinates": [76.987691, 28.611506],
"properties": {
"cartodb_id": 787,
"edudel_code": 1822057,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080113804",
"school_name": "Govt. Boys Sr. Sec. School No.3, Najafgarh, New Delhi",
"village_name": "138-NAZAFGARH",
"lat": 28.61150579,
"lng": 76.9876914,
"most_urgent": false,
"students": 1941,
"student_teacher_ratio": 28.13043478
}
}, {
"type": "Point",
"coordinates": [76.973131, 28.557459],
"properties": {
"cartodb_id": 788,
"edudel_code": 1822058,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080113301",
"school_name": "Govt. Girls Sr. Sec. School, Pandawla Khurd, New Delhi",
"village_name": "133-CHHAWLA",
"lat": 28.55745852,
"lng": 76.97313132,
"most_urgent": false,
"students": 267,
"student_teacher_ratio": 19.07142857
}
}, {
"type": "Point",
"coordinates": [76.905539, 28.551164],
"properties": {
"cartodb_id": 789,
"edudel_code": 1822059,
"distname": "SOUTH WEST DELHI",
"pincode": 110073,
"school_code": "7080114003",
"school_name": "Govt. Co-ed. Sr. Sec. School, Malikpur, New Delhi",
"village_name": "140-KHAIRA",
"lat": 28.55116424,
"lng": 76.90553873,
"most_urgent": false,
"students": 205,
"student_teacher_ratio": 9.761904762
}
}, {
"type": "Point",
"coordinates": [76.987845, 28.611499],
"properties": {
"cartodb_id": 790,
"edudel_code": 1822060,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080113803",
"school_name": "Govt. Girls Sr. Sec. School No.3, Najafgarh, New Delhi",
"village_name": "138-NAZAFGARH",
"lat": 28.61149923,
"lng": 76.98784516,
"most_urgent": false,
"students": 1864,
"student_teacher_ratio": 26.62857143
}
}, {
"type": "Point",
"coordinates": [77.002787, 28.603232],
"properties": {
"cartodb_id": 791,
"edudel_code": 1822061,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080113701",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya , Dharampura, Najafgarh, New Delhi",
"village_name": "137-ROSHANPURA",
"lat": 28.60323176,
"lng": 77.00278721,
"most_urgent": false,
"students": 1551,
"student_teacher_ratio": 27.21052632
}
}, {
"type": "Point",
"coordinates": [76.987192, 28.611461],
"properties": {
"cartodb_id": 792,
"edudel_code": 1822063,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080113802",
"school_name": "Govt. Boys Sr. Sec. School No.1, Najafgarh, New Delhi",
"village_name": "138-NAZAFGARH",
"lat": 28.61146138,
"lng": 76.98719228,
"most_urgent": false,
"students": 1274,
"student_teacher_ratio": 22.75
}
}, {
"type": "Point",
"coordinates": [76.975645, 28.600977],
"properties": {
"cartodb_id": 793,
"edudel_code": 1822064,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080114002",
"school_name": "Govt. Boys Sr. Sec. School, Khaira, Najafgarh, New Delhi",
"village_name": "140-KHAIRA",
"lat": 28.60097666,
"lng": 76.9756452,
"most_urgent": false,
"students": 578,
"student_teacher_ratio": 18.64516129
}
}, {
"type": "Point",
"coordinates": [76.955438, 28.646159],
"properties": {
"cartodb_id": 794,
"edudel_code": 1822065,
"distname": "SOUTH WEST DELHI",
"pincode": 110072,
"school_code": "7080113902",
"school_name": "Govt. Boys Sr. Sec. School, Jharoda Kalan, Najafgarh, New Delhi",
"village_name": "139-DICHAON KALAN",
"lat": 28.6461592,
"lng": 76.95543776,
"most_urgent": false,
"students": 996,
"student_teacher_ratio": 29.29411765
}
}, {
"type": "Point",
"coordinates": [76.955645, 28.646004],
"properties": {
"cartodb_id": 795,
"edudel_code": 1822066,
"distname": "SOUTH WEST DELHI",
"pincode": 110072,
"school_code": "7080113901",
"school_name": "Govt. Girls Sr. Sec. School, Jharoda Kalan, New Delhi",
"village_name": "139-DICHAON KALAN",
"lat": 28.6460042,
"lng": 76.95564457,
"most_urgent": false,
"students": 823,
"student_teacher_ratio": 26.5483871
}
}, {
"type": "Point",
"coordinates": [76.999348, 28.591626],
"properties": {
"cartodb_id": 796,
"edudel_code": 1822176,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080113401",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Deendar Pur, Najafgarh, New Delhi",
"village_name": "134-NANGLI SAKRAWATI",
"lat": 28.59162608,
"lng": 76.99934841,
"most_urgent": false,
"students": 1378,
"student_teacher_ratio": 24.60714286
}
}, {
"type": "Point",
"coordinates": [76.989808, 28.611391],
"properties": {
"cartodb_id": 797,
"edudel_code": 1822177,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080113801",
"school_name": "Govt. Girls Sr. Sec. School, Najafgarh Stadium, New Delhi",
"village_name": "138-NAZAFGARH",
"lat": 28.61139118,
"lng": 76.98980807,
"most_urgent": false,
"students": 1527,
"student_teacher_ratio": 29.94117647
}
}, {
"type": "Point",
"coordinates": [76.941739, 28.607327],
"properties": {
"cartodb_id": 798,
"edudel_code": 1822178,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080114001",
"school_name": "Govt. Co-ed. Sr. Sec. School, Mitraon, New Delhi",
"village_name": "140-KHAIRA",
"lat": 28.60732711,
"lng": 76.94173855,
"most_urgent": false,
"students": 325,
"student_teacher_ratio": 14.77272727
}
}, {
"type": "Point",
"coordinates": [77.01986, 28.624736],
"properties": {
"cartodb_id": 799,
"edudel_code": 1822245,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080113403",
"school_name": "Govt. Co-ed. Sec. School, Vill. Nangli Sakrawati , New Delhi",
"village_name": "134-NANGLI SAKRAWATI",
"lat": 28.62473591,
"lng": 77.01986015,
"most_urgent": true,
"students": 1976,
"student_teacher_ratio": 38.74509804
}
}, {
"type": "Point",
"coordinates": [76.999611, 28.591656],
"properties": {
"cartodb_id": 800,
"edudel_code": 1822247,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080113404",
"school_name": "Govt. Boys Sr. Sec. School, Deendar Pur, Najafgarh, New Delhi",
"village_name": "134-NANGLI SAKRAWATI",
"lat": 28.59165647,
"lng": 76.99961146,
"most_urgent": false,
"students": 679,
"student_teacher_ratio": 21.90322581
}
}, {
"type": "Point",
"coordinates": [76.989786, 28.611124],
"properties": {
"cartodb_id": 801,
"edudel_code": 1822249,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080113809",
"school_name": "Govt. Boys Sr. Sec. School, Najafgarh Stadium, New Delhi",
"village_name": "138-NAZAFGARH",
"lat": 28.61112425,
"lng": 76.98978621,
"most_urgent": false,
"students": 925,
"student_teacher_ratio": 25
}
}, {
"type": "Point",
"coordinates": [77.006483, 28.589032],
"properties": {
"cartodb_id": 802,
"edudel_code": 1822257,
"distname": "SOUTH WEST DELHI",
"pincode": 110071,
"school_code": "7080113405",
"school_name": "Govt. Boys Sr. Sec. School, Goela Khurd, New Delhi",
"village_name": "134-NANGLI SAKRAWATI",
"lat": 28.58903221,
"lng": 77.00648256,
"most_urgent": true,
"students": 1645,
"student_teacher_ratio": 30.46296296
}
}, {
"type": "Point",
"coordinates": [77.002463, 28.603237],
"properties": {
"cartodb_id": 803,
"edudel_code": 1822258,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080113702",
"school_name": "Govt. Boys Sr. Sec. School, Najafgarh, Dharampura, New Delhi",
"village_name": "137-ROSHANPURA",
"lat": 28.60323656,
"lng": 77.00246274,
"most_urgent": false,
"students": 1264,
"student_teacher_ratio": 26.33333333
}
}, {
"type": "Point",
"coordinates": [76.998185, 28.630812],
"properties": {
"cartodb_id": 804,
"edudel_code": 1822262,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080113905",
"school_name": "Govt. Sarvodaya Vidyalaya, Dichaon Kalan, New Delhi",
"village_name": "139-DICHAON KALAN",
"lat": 28.63081191,
"lng": 76.99818465,
"most_urgent": true,
"students": 531,
"student_teacher_ratio": 25.28571429
}
}, {
"type": "Point",
"coordinates": [76.981742, 28.576196],
"properties": {
"cartodb_id": 805,
"edudel_code": 1822263,
"distname": "SOUTH WEST DELHI",
"pincode": 110043,
"school_code": "7080113316",
"school_name": "Govt. Boys Sr. Sec. School, Paprawat Village, New Delhi",
"village_name": "133-CHHAWLA",
"lat": 28.5761956,
"lng": 76.98174231,
"most_urgent": false,
"students": 556,
"student_teacher_ratio": 23.16666667
}
}, {
"type": "Point",
"coordinates": [77.152298, 28.462982],
"properties": {
"cartodb_id": 806,
"edudel_code": 1923003,
"distname": "SOUTH DELHI",
"pincode": 110047,
"school_code": "7090117503",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Baba Neem Karoli), Jonapur Village, New Delhi",
"village_name": "175-AAYA NAGAR",
"lat": 28.46298234,
"lng": 77.15229765,
"most_urgent": false,
"students": 1006,
"student_teacher_ratio": 27.94444444
}
}, {
"type": "Point",
"coordinates": [77.179095, 28.521773],
"properties": {
"cartodb_id": 807,
"edudel_code": 1923004,
"distname": "SOUTH DELHI",
"pincode": 110030,
"school_code": "7090117005",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Qutub, Mehrauli, New Delhi",
"village_name": "170-MEHRAULI",
"lat": 28.52177308,
"lng": 77.17909493,
"most_urgent": false,
"students": 748,
"student_teacher_ratio": 20.77777778
}
}, {
"type": "Point",
"coordinates": [77.235513, 28.521057],
"properties": {
"cartodb_id": 808,
"edudel_code": 1923005,
"distname": "SOUTH DELHI",
"pincode": 110062,
"school_code": "7090118213",
"school_name": "Govt. Sarvodaya Vidyalaya (Yogi Arvind), Sect-IV, Dr. Ambedkar Nagar, New Delhi",
"village_name": "182-AMBEDKAR NGR.",
"lat": 28.52105682,
"lng": 77.23551287,
"most_urgent": true,
"students": 2057,
"student_teacher_ratio": 33.72131148
}
}, {
"type": "Point",
"coordinates": [77.235513, 28.521057],
"properties": {
"cartodb_id": 809,
"edudel_code": 1923008,
"distname": "SOUTH DELHI",
"pincode": 110062,
"school_code": "7090118212",
"school_name": "Govt. Boys Sr. Sec. School No.1, Sect-IV, Dr. Ambedkar Nagar, New Delhi",
"village_name": "182-AMBEDKAR NGR.",
"lat": 28.52105682,
"lng": 77.23551287,
"most_urgent": false,
"students": 1051,
"student_teacher_ratio": 23.35555556
}
}, {
"type": "Point",
"coordinates": [77.2329, 28.51867],
"properties": {
"cartodb_id": 810,
"edudel_code": 1923009,
"distname": "SOUTH DELHI",
"pincode": 110062,
"school_code": "7090118211",
"school_name": "Govt. Boys Sr. Sec. School No.2, Sect-IV, Dr. Ambedkar Nagar, New Delhi",
"village_name": "182-AMBEDKAR NGR.",
"lat": 28.51866995,
"lng": 77.23289971,
"most_urgent": false,
"students": 693,
"student_teacher_ratio": 26.65384615
}
}, {
"type": "Point",
"coordinates": [77.212053, 28.534597],
"properties": {
"cartodb_id": 811,
"edudel_code": 1923010,
"distname": "SOUTH DELHI",
"pincode": 110017,
"school_code": "7090116105",
"school_name": "Govt. Boys Sr. Sec. School, Malviya Nagar, New Delhi",
"village_name": "161-MALVIYA NAGAR",
"lat": 28.5345974,
"lng": 77.21205274,
"most_urgent": true,
"students": 1131,
"student_teacher_ratio": 29.76315789
}
}, {
"type": "Point",
"coordinates": [77.240489, 28.519051],
"properties": {
"cartodb_id": 812,
"edudel_code": 1923011,
"distname": "SOUTH DELHI",
"pincode": 110062,
"school_code": "7090117901",
"school_name": "Govt. Boys Sr. Sec. School (Shaheed Anushuya Prasad), Sector-5, Dr. Ambedkar Ngr New Delhi",
"village_name": "179-TIGRI",
"lat": 28.5190507,
"lng": 77.24048918,
"most_urgent": false,
"students": 1158,
"student_teacher_ratio": 25.73333333
}
}, {
"type": "Point",
"coordinates": [77.228179, 28.541049],
"properties": {
"cartodb_id": 813,
"edudel_code": 1923012,
"distname": "SOUTH DELHI",
"pincode": 110017,
"school_code": "7090116104",
"school_name": "Govt. Boys Sr. Sec. School, Chirag Delhi, Soami Nagar, New Delhi",
"village_name": "161-MALVIYA NAGAR",
"lat": 28.54104896,
"lng": 77.22817913,
"most_urgent": true,
"students": 875,
"student_teacher_ratio": 27.34375
}
}, {
"type": "Point",
"coordinates": [77.200336, 28.533354],
"properties": {
"cartodb_id": 814,
"edudel_code": 1923013,
"distname": "SOUTH DELHI",
"pincode": 110017,
"school_code": "7090116103",
"school_name": "Govt. Boys Sr. Sec. School, STC/MMTC Colony, Begumpur, New Delhi",
"village_name": "161-MALVIYA NAGAR",
"lat": 28.53335379,
"lng": 77.20033631,
"most_urgent": false,
"students": 707,
"student_teacher_ratio": 23.56666667
}
}, {
"type": "Point",
"coordinates": [77.184166, 28.45889],
"properties": {
"cartodb_id": 815,
"edudel_code": 1923014,
"distname": "SOUTH DELHI",
"pincode": 110074,
"school_code": "7090117602",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Vill. & P. O. Fatehpur Beri New Delhi",
"village_name": "176-BHATTI",
"lat": 28.4588899,
"lng": 77.18416595,
"most_urgent": true,
"students": 1762,
"student_teacher_ratio": 30.37931034
}
}, {
"type": "Point",
"coordinates": [77.184553, 28.526669],
"properties": {
"cartodb_id": 816,
"edudel_code": 1923015,
"distname": "SOUTH DELHI",
"pincode": 110030,
"school_code": "7090117004",
"school_name": "Govt. Boys Sr. Sec. School No.2, Main Bazar, Mehrauli, New Delhi",
"village_name": "170-MEHRAULI",
"lat": 28.52666882,
"lng": 77.18455298,
"most_urgent": false,
"students": 949,
"student_teacher_ratio": 26.36111111
}
}, {
"type": "Point",
"coordinates": [77.24166, 28.519313],
"properties": {
"cartodb_id": 817,
"edudel_code": 1923016,
"distname": "SOUTH DELHI",
"pincode": 110062,
"school_code": "7090118210",
"school_name": "Govt. Boys Sec. School No.1, Sect-V, Dr. Ambedkar Nagar New Delhi",
"village_name": "182-AMBEDKAR NGR.",
"lat": 28.51931333,
"lng": 77.24166036,
"most_urgent": true,
"students": 773,
"student_teacher_ratio": 30.92
}
}, {
"type": "Point",
"coordinates": [77.23831, 28.499558],
"properties": {
"cartodb_id": 818,
"edudel_code": 1923018,
"distname": "SOUTH DELHI",
"pincode": 110062,
"school_code": "7090117803",
"school_name": "Govt. Boys Sr. Sec. School, Deoli Village New Delhi",
"village_name": "178-DEVLI",
"lat": 28.49955834,
"lng": 77.23830982,
"most_urgent": true,
"students": 2766,
"student_teacher_ratio": 34.14814815
}
}, {
"type": "Point",
"coordinates": [77.233118, 28.519318],
"properties": {
"cartodb_id": 819,
"edudel_code": 1923019,
"distname": "SOUTH DELHI",
"pincode": 110062,
"school_code": "7090118208",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Sect-IV, Dr. Ambedkar Nagar New Delhi",
"village_name": "182-AMBEDKAR NGR.",
"lat": 28.51931773,
"lng": 77.23311812,
"most_urgent": false,
"students": 789,
"student_teacher_ratio": 32.875
}
}, {
"type": "Point",
"coordinates": [77.228843, 28.514467],
"properties": {
"cartodb_id": 820,
"edudel_code": 1923020,
"distname": "SOUTH DELHI",
"pincode": 110080,
"school_code": "7090118103",
"school_name": "Govt. Boys Sr. Sec. School No.1, Khanpur New Delhi",
"village_name": "181-KHANPUR",
"lat": 28.51446686,
"lng": 77.22884332,
"most_urgent": false,
"students": 1363,
"student_teacher_ratio": 29.63043478
}
}, {
"type": "Point",
"coordinates": [77.212883, 28.530047],
"properties": {
"cartodb_id": 821,
"edudel_code": 1923021,
"distname": "SOUTH DELHI",
"pincode": 110017,
"school_code": "7090116202",
"school_name": "Govt. Boys Sr. Sec. School, Hauz Rani Near Malviya Nagar, New Delhi",
"village_name": "162-VILLAGE HAUZ RANI",
"lat": 28.53004708,
"lng": 77.21288343,
"most_urgent": false,
"students": 701,
"student_teacher_ratio": 26.96153846
}
}, {
"type": "Point",
"coordinates": [77.181152, 28.433516],
"properties": {
"cartodb_id": 822,
"edudel_code": 1923023,
"distname": "SOUTH DELHI",
"pincode": 110074,
"school_code": "7090117502",
"school_name": "Govt. Girls Sr. Sec. School, Dera Village New Delhi",
"village_name": "175-AAYA NAGAR",
"lat": 28.43351649,
"lng": 77.18115205,
"most_urgent": false,
"students": 399,
"student_teacher_ratio": 19
}
}, {
"type": "Point",
"coordinates": [77.224252, 28.42928],
"properties": {
"cartodb_id": 823,
"edudel_code": 1923026,
"distname": "SOUTH DELHI",
"pincode": 110074,
"school_code": "7090117601",
"school_name": "Govt. Co-ed. Sr. Sec. School, Sanjay Colony, Bhatti Mines New Delhi",
"village_name": "176-BHATTI",
"lat": 28.42927961,
"lng": 77.22425223,
"most_urgent": true,
"students": 1742,
"student_teacher_ratio": 29.52542373
}
}, {
"type": "Point",
"coordinates": [77.239108, 28.498967],
"properties": {
"cartodb_id": 824,
"edudel_code": 1923027,
"distname": "SOUTH DELHI",
"pincode": 110062,
"school_code": "7090117802",
"school_name": "Govt. Boys Sr. Sec. School, Sangam Vihar, C-Block, New Delhi",
"village_name": "178-DEVLI",
"lat": 28.49896667,
"lng": 77.23910812,
"most_urgent": true,
"students": 3563,
"student_teacher_ratio": 33.93333333
}
}, {
"type": "Point",
"coordinates": [77.200632, 28.503748],
"properties": {
"cartodb_id": 825,
"edudel_code": 1923031,
"distname": "SOUTH DELHI",
"pincode": 110068,
"school_code": "7090117301",
"school_name": "Govt. Co-ed. Sec. School, Near IGNOU, Neb Sarai New Delhi",
"village_name": "173-SAID-UL-AJAIB",
"lat": 28.50374778,
"lng": 77.20063156,
"most_urgent": false,
"students": 1513,
"student_teacher_ratio": 33.62222222
}
}, {
"type": "Point",
"coordinates": [77.198554, 28.498723],
"properties": {
"cartodb_id": 826,
"edudel_code": 1923033,
"distname": "SOUTH DELHI",
"pincode": 110068,
"school_code": "7090117406",
"school_name": "Govt. Co-ed. Sec. School, Maidan Garhi, New Delhi",
"village_name": "174-CHHATTARPUR",
"lat": 28.4987227,
"lng": 77.19855357,
"most_urgent": false,
"students": 969,
"student_teacher_ratio": 34.60714286
}
}, {
"type": "Point",
"coordinates": [77.209683, 28.522594],
"properties": {
"cartodb_id": 827,
"edudel_code": 1923036,
"distname": "SOUTH DELHI",
"pincode": 110017,
"school_code": "7090116905",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Ishani), Block-G, Saket New Delhi",
"village_name": "169-LADO SARAI",
"lat": 28.52259423,
"lng": 77.2096826,
"most_urgent": false,
"students": 2085,
"student_teacher_ratio": 25.74074074
}
}, {
"type": "Point",
"coordinates": [77.222095, 28.542808],
"properties": {
"cartodb_id": 828,
"edudel_code": 1923037,
"distname": "SOUTH DELHI",
"pincode": 110017,
"school_code": "7090119203",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Soami Nagar, Chirag Delhi New Delhi",
"village_name": "192-GREATER KAILASH-I",
"lat": 28.54280843,
"lng": 77.22209458,
"most_urgent": false,
"students": 1327,
"student_teacher_ratio": 25.51923077
}
}, {
"type": "Point",
"coordinates": [77.186993, 28.527093],
"properties": {
"cartodb_id": 829,
"edudel_code": 1923038,
"distname": "SOUTH DELHI",
"pincode": 110030,
"school_code": "7090117003",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Ramanujam), Mehrauli New Delhi",
"village_name": "170-MEHRAULI",
"lat": 28.52709263,
"lng": 77.18699316,
"most_urgent": false,
"students": 1785,
"student_teacher_ratio": 24.45205479
}
}, {
"type": "Point",
"coordinates": [77.212986, 28.530022],
"properties": {
"cartodb_id": 830,
"edudel_code": 1923041,
"distname": "SOUTH DELHI",
"pincode": 110017,
"school_code": "7090116201",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Raja Ram Mohan Roy), Hauz Rani, Malviya Nagar New Delhi",
"village_name": "162-VILLAGE HAUZ RANI",
"lat": 28.53002229,
"lng": 77.21298554,
"most_urgent": false,
"students": 1223,
"student_teacher_ratio": 21.45614035
}
}, {
"type": "Point",
"coordinates": [77.238306, 28.499653],
"properties": {
"cartodb_id": 831,
"edudel_code": 1923042,
"distname": "SOUTH DELHI",
"pincode": 110062,
"school_code": "7090117801",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Bachan Prasad) , Deoli, New Delhi",
"village_name": "178-DEVLI",
"lat": 28.49965274,
"lng": 77.23830555,
"most_urgent": true,
"students": 4629,
"student_teacher_ratio": 36.73809524
}
}, {
"type": "Point",
"coordinates": [77.233971, 28.518286],
"properties": {
"cartodb_id": 832,
"edudel_code": 1923044,
"distname": "SOUTH DELHI",
"pincode": 110062,
"school_code": "7090118207",
"school_name": "Govt. Girls Sr. Sec. School No.1, Sect-IV, Dr. Ambedkar Nagar, New Delhi",
"village_name": "182-AMBEDKAR NGR.",
"lat": 28.51828617,
"lng": 77.23397079,
"most_urgent": false,
"students": 1568,
"student_teacher_ratio": 27.03448276
}
}, {
"type": "Point",
"coordinates": [77.232886, 28.518968],
"properties": {
"cartodb_id": 833,
"edudel_code": 1923045,
"distname": "SOUTH DELHI",
"pincode": 110062,
"school_code": "7090118206",
"school_name": "Govt. Girls Sr. Sec. School No.2, Sect-IV, Dr. Ambedkar Nagar, New Delhi",
"village_name": "182-AMBEDKAR NGR.",
"lat": 28.51896802,
"lng": 77.23288615,
"most_urgent": false,
"students": 1403,
"student_teacher_ratio": 24.18965517
}
}, {
"type": "Point",
"coordinates": [77.207296, 28.5324],
"properties": {
"cartodb_id": 834,
"edudel_code": 1923046,
"distname": "SOUTH DELHI",
"pincode": 110017,
"school_code": "7090116102",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Malviya Nagar , New Delhi",
"village_name": "161-MALVIYA NAGAR",
"lat": 28.53239982,
"lng": 77.20729626,
"most_urgent": false,
"students": 1729,
"student_teacher_ratio": 27.44444444
}
}, {
"type": "Point",
"coordinates": [77.240219, 28.519038],
"properties": {
"cartodb_id": 835,
"edudel_code": 1923047,
"distname": "SOUTH DELHI",
"pincode": 110062,
"school_code": "7090118205",
"school_name": "Govt. Girls Sr. Sec. School, Sect-V, Dr. Ambedkar Nagar, New Delhi",
"village_name": "182-AMBEDKAR NGR.",
"lat": 28.51903786,
"lng": 77.24021857,
"most_urgent": true,
"students": 1559,
"student_teacher_ratio": 30.56862745
}
}, {
"type": "Point",
"coordinates": [77.18166, 28.503529],
"properties": {
"cartodb_id": 836,
"edudel_code": 1923048,
"distname": "SOUTH DELHI",
"pincode": 110074,
"school_code": "7090117405",
"school_name": "Govt. Girls Sr. Sec. School, Chattarpur, New Delhi",
"village_name": "174-CHHATTARPUR",
"lat": 28.50352881,
"lng": 77.1816601,
"most_urgent": false,
"students": 2821,
"student_teacher_ratio": 33.18823529
}
}, {
"type": "Point",
"coordinates": [77.241803, 28.519692],
"properties": {
"cartodb_id": 837,
"edudel_code": 1923050,
"distname": "SOUTH DELHI",
"pincode": 110062,
"school_code": "7090118002",
"school_name": "Govt. Girls Sr. Sec. School No.2, Sect-V, Dr. Ambedkar Nagar, New Delhi",
"village_name": "180-DAKSHIN PURI EXT.",
"lat": 28.51969208,
"lng": 77.24180311,
"most_urgent": true,
"students": 1460,
"student_teacher_ratio": 31.06382979
}
}, {
"type": "Point",
"coordinates": [77.193345, 28.527826],
"properties": {
"cartodb_id": 838,
"edudel_code": 1923051,
"distname": "SOUTH DELHI",
"pincode": 110030,
"school_code": "7090116904",
"school_name": "Govt. Girls Sec. School, Lado Sarai, New Delhi",
"village_name": "169-LADO SARAI",
"lat": 28.52782597,
"lng": 77.19334515,
"most_urgent": false,
"students": 512,
"student_teacher_ratio": 22.26086957
}
}, {
"type": "Point",
"coordinates": [77.239213, 28.498911],
"properties": {
"cartodb_id": 839,
"edudel_code": 1923052,
"distname": "SOUTH DELHI",
"pincode": 110080,
"school_code": "7090117701",
"school_name": "Govt. Girls Sr. Sec. School, Sangam Vihar, C-Block, New Delhi",
"village_name": "177-SANGAM VIHAR",
"lat": 28.49891109,
"lng": 77.23921296,
"most_urgent": true,
"students": 5867,
"student_teacher_ratio": 35.13173653
}
}, {
"type": "Point",
"coordinates": [77.221905, 28.524249],
"properties": {
"cartodb_id": 840,
"edudel_code": 1923055,
"distname": "SOUTH DELHI",
"pincode": 110017,
"school_code": "7090118403",
"school_name": "Govt. Girls Sr. Sec. School, Pushp Vihar, Sect-I, M.B. Road, New Delhi",
"village_name": "184-PUSHP VIHAR",
"lat": 28.52424892,
"lng": 77.22190546,
"most_urgent": false,
"students": 1124,
"student_teacher_ratio": 22.03921569
}
}, {
"type": "Point",
"coordinates": [77.213449, 28.52377],
"properties": {
"cartodb_id": 841,
"edudel_code": 1923056,
"distname": "SOUTH DELHI",
"pincode": 110017,
"school_code": "7090116903",
"school_name": "Govt. Sarvodaya Bal Vidyalaya (Vir Chander Singh Garhwali), Block-J, Saket, New Delhi",
"village_name": "169-LADO SARAI",
"lat": 28.52376998,
"lng": 77.21344898,
"most_urgent": false,
"students": 1804,
"student_teacher_ratio": 26.52941176
}
}, {
"type": "Point",
"coordinates": [77.200298, 28.533394],
"properties": {
"cartodb_id": 842,
"edudel_code": 1923057,
"distname": "SOUTH DELHI",
"pincode": 110017,
"school_code": "7090116101",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, MMTC/STC Colony, Begumpur, New Delhi",
"village_name": "161-MALVIYA NAGAR",
"lat": 28.53339412,
"lng": 77.20029772,
"most_urgent": false,
"students": 892,
"student_teacher_ratio": 26.23529412
}
}, {
"type": "Point",
"coordinates": [77.222025, 28.524521],
"properties": {
"cartodb_id": 843,
"edudel_code": 1923058,
"distname": "SOUTH DELHI",
"pincode": 110017,
"school_code": "7090118402",
"school_name": "Govt. Boys Sr. Sec. School, Pushp Vihar, Sect-1, M. B. Road , New Delhi",
"village_name": "184-PUSHP VIHAR",
"lat": 28.52452095,
"lng": 77.22202523,
"most_urgent": false,
"students": 978,
"student_teacher_ratio": 25.73684211
}
}, {
"type": "Point",
"coordinates": [77.183339, 28.458467],
"properties": {
"cartodb_id": 844,
"edudel_code": 1923059,
"distname": "SOUTH DELHI",
"pincode": 110074,
"school_code": "7090117404",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Priya Darshini) , Fatehpur Beri, New Delhi",
"village_name": "174-CHHATTARPUR",
"lat": 28.4584672,
"lng": 77.18333915,
"most_urgent": true,
"students": 2716,
"student_teacher_ratio": 31.58139535
}
}, {
"type": "Point",
"coordinates": [77.234438, 28.51883],
"properties": {
"cartodb_id": 845,
"edudel_code": 1923060,
"distname": "SOUTH DELHI",
"pincode": 110062,
"school_code": "7090118204",
"school_name": "Govt. Girls Sr. Sec. School No.3, Sect-IV, Dr. Ambedkar Nagar, New Delhi",
"village_name": "182-AMBEDKAR NGR.",
"lat": 28.51883036,
"lng": 77.23443806,
"most_urgent": true,
"students": 1728,
"student_teacher_ratio": 27
}
}, {
"type": "Point",
"coordinates": [77.164005, 28.494571],
"properties": {
"cartodb_id": 846,
"edudel_code": 1923061,
"distname": "SOUTH DELHI",
"pincode": 110030,
"school_code": "7090117403",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Sultanpur P.O. Mehrauli, New Delhi",
"village_name": "174-CHHATTARPUR",
"lat": 28.49457107,
"lng": 77.16400521,
"most_urgent": false,
"students": 1159,
"student_teacher_ratio": 25.19565217
}
}, {
"type": "Point",
"coordinates": [77.228282, 28.51024],
"properties": {
"cartodb_id": 847,
"edudel_code": 1923062,
"distname": "SOUTH DELHI",
"pincode": 110062,
"school_code": "7090118102",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Hakikat Rai), Khanpur, New Delhi",
"village_name": "181-KHANPUR",
"lat": 28.51023976,
"lng": 77.22828186,
"most_urgent": true,
"students": 1080,
"student_teacher_ratio": 29.18918919
}
}, {
"type": "Point",
"coordinates": [77.145575, 28.44756],
"properties": {
"cartodb_id": 849,
"edudel_code": 1923064,
"distname": "SOUTH DELHI",
"pincode": 110047,
"school_code": "7090117402",
"school_name": "Govt. Girls Sr. Sec. School, Village Mandi, Mehrauli, New Delhi",
"village_name": "174-CHHATTARPUR",
"lat": 28.4475596,
"lng": 77.14557547,
"most_urgent": false,
"students": 517,
"student_teacher_ratio": 20.68
}
}, {
"type": "Point",
"coordinates": [77.234625, 28.519106],
"properties": {
"cartodb_id": 850,
"edudel_code": 1923065,
"distname": "SOUTH DELHI",
"pincode": 110080,
"school_code": "7090118203",
"school_name": "Govt. Boys Sr. Sec. School No.3, Sect-IV, Dr. Ambedkar Nagar, New Delhi",
"village_name": "182-AMBEDKAR NGR.",
"lat": 28.51910629,
"lng": 77.23462528,
"most_urgent": false,
"students": 1068,
"student_teacher_ratio": 25.42857143
}
}, {
"type": "Point",
"coordinates": [77.241922, 28.519654],
"properties": {
"cartodb_id": 851,
"edudel_code": 1923066,
"distname": "SOUTH DELHI",
"pincode": 110062,
"school_code": "7090118202",
"school_name": "Govt. Boys Sr. Sec. School No.3, Sect-V, Dr. Ambedkar Nagar, New Delhi",
"village_name": "182-AMBEDKAR NGR.",
"lat": 28.51965383,
"lng": 77.24192231,
"most_urgent": false,
"students": 1259,
"student_teacher_ratio": 37.02941176
}
}, {
"type": "Point",
"coordinates": [77.20916, 28.522778],
"properties": {
"cartodb_id": 852,
"edudel_code": 1923068,
"distname": "SOUTH DELHI",
"pincode": 110017,
"school_code": "7090116902",
"school_name": "Govt. Boys Sr. Sec. School, Block-G, Saket, New Delhi",
"village_name": "169-LADO SARAI",
"lat": 28.52277819,
"lng": 77.20915995,
"most_urgent": false,
"students": 1031,
"student_teacher_ratio": 30.32352941
}
}, {
"type": "Point",
"coordinates": [77.228101, 28.510052],
"properties": {
"cartodb_id": 853,
"edudel_code": 1923069,
"distname": "SOUTH DELHI",
"pincode": 110062,
"school_code": "7090118101",
"school_name": "Govt. Boys Sec. School No.2, Khanpur, New Delhi",
"village_name": "181-KHANPUR",
"lat": 28.51005164,
"lng": 77.22810111,
"most_urgent": false,
"students": 1280,
"student_teacher_ratio": 33.68421053
}
}, {
"type": "Point",
"coordinates": [77.187644, 28.527418],
"properties": {
"cartodb_id": 854,
"edudel_code": 1923070,
"distname": "SOUTH DELHI",
"pincode": 110030,
"school_code": "7090117002",
"school_name": "Govt. Boys Sec. School No.3, DESU Office Road, Mehrauli, New Delhi",
"village_name": "170-MEHRAULI",
"lat": 28.52741822,
"lng": 77.18764417,
"most_urgent": false,
"students": 807,
"student_teacher_ratio": 33.625
}
}, {
"type": "Point",
"coordinates": [77.221308, 28.5251],
"properties": {
"cartodb_id": 855,
"edudel_code": 1923071,
"distname": "SOUTH DELHI",
"pincode": 110017,
"school_code": "7090118401",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Sec-I, M.B.Road, Pushp Vihar, New Delhi",
"village_name": "184-PUSHP VIHAR",
"lat": 28.52510011,
"lng": 77.22130752,
"most_urgent": false,
"students": 1640,
"student_teacher_ratio": 32.8
}
}, {
"type": "Point",
"coordinates": [77.200793, 28.534218],
"properties": {
"cartodb_id": 856,
"edudel_code": 1923072,
"distname": "SOUTH DELHI",
"pincode": 110017,
"school_code": "7090116106",
"school_name": "Govt. Girls Sec. School, Begumpur, MMTC/STC Colony, New Delhi",
"village_name": "161-MALVIYA NAGAR",
"lat": 28.53421795,
"lng": 77.20079326,
"most_urgent": false,
"students": 240,
"student_teacher_ratio": 24
}
}, {
"type": "Point",
"coordinates": [77.212951, 28.523752],
"properties": {
"cartodb_id": 857,
"edudel_code": 1923074,
"distname": "SOUTH DELHI",
"pincode": 110017,
"school_code": "7090116901",
"school_name": "Govt. Boys Sr. Sec. School, Block-J, Saket, New Delhi",
"village_name": "169-LADO SARAI",
"lat": 28.5237524,
"lng": 77.21295081,
"most_urgent": false,
"students": 986,
"student_teacher_ratio": 34
}
}, {
"type": "Point",
"coordinates": [77.241828, 28.519251],
"properties": {
"cartodb_id": 858,
"edudel_code": 1923078,
"distname": "SOUTH DELHI",
"pincode": 110062,
"school_code": "7090118001",
"school_name": "Govt. Girls Sec. School No.1, Sector-V, Dr. Ambedkar Nagar, New Delhi",
"village_name": "180-DAKSHIN PURI EXT.",
"lat": 28.51925136,
"lng": 77.24182771,
"most_urgent": true,
"students": 1010,
"student_teacher_ratio": 28.05555556
}
}, {
"type": "Point",
"coordinates": [77.184519, 28.526611],
"properties": {
"cartodb_id": 859,
"edudel_code": 1923079,
"distname": "SOUTH DELHI",
"pincode": 110030,
"school_code": "7090117001",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.2, Main Bazar, Mehrauli, New Delhi",
"village_name": "170-MEHRAULI",
"lat": 28.52661145,
"lng": 77.18451913,
"most_urgent": true,
"students": 1456,
"student_teacher_ratio": 30.9787234
}
}, {
"type": "Point",
"coordinates": [77.233592, 28.517741],
"properties": {
"cartodb_id": 860,
"edudel_code": 1923080,
"distname": "SOUTH DELHI",
"pincode": 110062,
"school_code": "7090118201",
"school_name": "Govt. Girls Sr. Sec. School, Dr. Ambedkar Nagar, Sec-IV, (Tigri), New Delhi",
"village_name": "182-AMBEDKAR NGR.",
"lat": 28.51774145,
"lng": 77.23359224,
"most_urgent": false,
"students": 1170,
"student_teacher_ratio": 30.78947368
}
}, {
"type": "Point",
"coordinates": [77.182939, 28.503237],
"properties": {
"cartodb_id": 861,
"edudel_code": 1923081,
"distname": "SOUTH DELHI",
"pincode": 110074,
"school_code": "7090117401",
"school_name": "Govt. Sarvodaya Bal Vidyalaya (Acharya Tulsi), Chhatarpur, New Delhi",
"village_name": "174-CHHATTARPUR",
"lat": 28.50323748,
"lng": 77.182939,
"most_urgent": true,
"students": 2685,
"student_teacher_ratio": 29.50549451
}
}, {
"type": "Point",
"coordinates": [77.234325, 28.501114],
"properties": {
"cartodb_id": 862,
"edudel_code": 1923346,
"distname": "SOUTH DELHI",
"pincode": 110062,
"school_code": "7090118601",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya , J-Block, Sangam Vihar, New Delhi",
"village_name": "186-SANGAM VIHAR (WEST)",
"lat": 28.50111431,
"lng": 77.23432502,
"most_urgent": true,
"students": 3213,
"student_teacher_ratio": 56.36842105
}
}, {
"type": "Point",
"coordinates": [77.236367, 28.514877],
"properties": {
"cartodb_id": 863,
"edudel_code": 1923351,
"distname": "SOUTH DELHI",
"pincode": 110062,
"school_code": "7090117902",
"school_name": "Govt. Sarvodaya Vidyalaya , Dr. Ambedkar Nagar, Sect-V, (Dashinpuri Extension) New Delhi",
"village_name": "179-TIGRI",
"lat": 28.51487659,
"lng": 77.23636655,
"most_urgent": true,
"students": 1748,
"student_teacher_ratio": 25.33333333
}
}, {
"type": "Point",
"coordinates": [77.129973, 28.47698],
"properties": {
"cartodb_id": 864,
"edudel_code": 1923354,
"distname": "SOUTH DELHI",
"pincode": 110047,
"school_code": "7090117504",
"school_name": "Govt. Boys Sr. Sec. School, Aya Nagar New Delhi",
"village_name": "175-AAYA NAGAR",
"lat": 28.47698048,
"lng": 77.12997346,
"most_urgent": false,
"students": 1149,
"student_teacher_ratio": 30.23684211
}
}, {
"type": "Point",
"coordinates": [77.164169, 28.494527],
"properties": {
"cartodb_id": 865,
"edudel_code": 1923355,
"distname": "SOUTH DELHI",
"pincode": 110030,
"school_code": "7090117407",
"school_name": "Govt. Boys Sr. Sec. School, Sultanpur P.O. Mehrauli, New Delhi",
"village_name": "174-CHHATTARPUR",
"lat": 28.49452693,
"lng": 77.16416861,
"most_urgent": false,
"students": 930,
"student_teacher_ratio": 32.06896552
}
}, {
"type": "Point",
"coordinates": [77.241776, 28.492963],
"properties": {
"cartodb_id": 866,
"edudel_code": 1923357,
"distname": "SOUTH DELHI",
"pincode": 110062,
"school_code": "7090118602",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, J-Block, Sangam Vihar, New Delhi",
"village_name": "186-SANGAM VIHAR (WEST)",
"lat": 28.49296319,
"lng": 77.24177556,
"most_urgent": true,
"students": 2290,
"student_teacher_ratio": 60.26315789
}
}, {
"type": "Point",
"coordinates": [77.081614, 28.588546],
"properties": {
"cartodb_id": 867,
"edudel_code": 1923358,
"distname": "SOUTH DELHI",
"pincode": 110047,
"school_code": "7090117505",
"school_name": "Govt. Boys Sr. Sec. School, Mandi Village, New Delhi",
"village_name": "175-AAYA NAGAR",
"lat": 28.5885456,
"lng": 77.0816144,
"most_urgent": false,
"students": 408,
"student_teacher_ratio": 19.42857143
}
}, {
"type": "Point",
"coordinates": [77.181957, 28.503291],
"properties": {
"cartodb_id": 868,
"edudel_code": 1923359,
"distname": "SOUTH DELHI",
"pincode": 110047,
"school_code": "7090117506",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Jonapur Village, New Delhi",
"village_name": "175-AAYA NAGAR",
"lat": 28.5032915,
"lng": 77.1819575,
"most_urgent": true,
"students": 1093,
"student_teacher_ratio": 34.15625
}
}, {
"type": "Point",
"coordinates": [77.198076, 28.565031],
"properties": {
"cartodb_id": 869,
"edudel_code": 1923360,
"distname": "SOUTH DELHI",
"pincode": 110074,
"school_code": "7090117507",
"school_name": "Govt. Boys Sr. Sec. School, Dera, Village, New Delhi",
"village_name": "175-AAYA NAGAR",
"lat": 28.5650315,
"lng": 77.1980759,
"most_urgent": false,
"students": 455,
"student_teacher_ratio": 26.76470588
}
}, {
"type": "Point",
"coordinates": [77.25508, 28.563418],
"properties": {
"cartodb_id": 870,
"edudel_code": 1924001,
"distname": "SOUTH DELHI",
"pincode": 110065,
"school_code": "7090119303",
"school_name": "Govt. Sarvodaya Bal Vidyalaya (Govind Ballabh Pant) , Sri Niwaspuri, New Delhi",
"village_name": "193-SRI NIWAS PURI",
"lat": 28.56341822,
"lng": 77.25507982,
"most_urgent": true,
"students": 1799,
"student_teacher_ratio": 26.85074627
}
}, {
"type": "Point",
"coordinates": [77.221364, 28.58053],
"properties": {
"cartodb_id": 871,
"edudel_code": 1924003,
"distname": "SOUTH DELHI",
"pincode": 110003,
"school_code": "070901ND501",
"school_name": "Govt. Sarvodaya Vidyalaya , Lodhi Colony, Ali Ganj, New Delhi",
"village_name": "NDMC-CHARGE NO.5",
"lat": 28.58052988,
"lng": 77.22136418,
"most_urgent": false,
"students": 762,
"student_teacher_ratio": 25.4
}
}, {
"type": "Point",
"coordinates": [77.24201, 28.583441],
"properties": {
"cartodb_id": 872,
"edudel_code": 1924004,
"distname": "SOUTH DELHI",
"pincode": 110014,
"school_code": "7090115708",
"school_name": "Govt. Boys Sr. Sec. School, Near Eros Cinema, Jungpura, New Delhi",
"village_name": "157-KASTURBA NAGAR",
"lat": 28.58344109,
"lng": 77.24201035,
"most_urgent": false,
"students": 490,
"student_teacher_ratio": 18.84615385
}
}, {
"type": "Point",
"coordinates": [77.261288, 28.57721],
"properties": {
"cartodb_id": 873,
"edudel_code": 1924005,
"distname": "SOUTH DELHI",
"pincode": 110014,
"school_code": "7090115604",
"school_name": "Govt. Boys Sr. Sec. School, Hari Nagar Ashram, New Delhi",
"village_name": "156-BHOGAL",
"lat": 28.57720976,
"lng": 77.26128756,
"most_urgent": false,
"students": 528,
"student_teacher_ratio": 20.30769231
}
}, {
"type": "Point",
"coordinates": [77.210342, 28.570298],
"properties": {
"cartodb_id": 874,
"edudel_code": 1924006,
"distname": "SOUTH DELHI",
"pincode": 110023,
"school_code": "070901ND602",
"school_name": "Govt. Boys Sr. Sec. School No.1, Kidwai Nagar, New Delhi",
"village_name": "NDMC-CHARGE NO.6",
"lat": 28.57029793,
"lng": 77.21034157,
"most_urgent": false,
"students": 444,
"student_teacher_ratio": 20.18181818
}
}, {
"type": "Point",
"coordinates": [77.259606, 28.542991],
"properties": {
"cartodb_id": 916,
"edudel_code": 1925039,
"distname": "SOUTH DELHI",
"pincode": 110019,
"school_code": "7090119603",
"school_name": "Govt. Girls Sr. Sec. School No.3, Kalkaji New Delhi",
"village_name": "196-KALKAJI",
"lat": 28.5429913,
"lng": 77.25960612,
"most_urgent": false,
"students": 1813,
"student_teacher_ratio": 27.05970149
}
}, {
"type": "Point",
"coordinates": [77.223017, 28.556358],
"properties": {
"cartodb_id": 875,
"edudel_code": 1924009,
"distname": "SOUTH DELHI",
"pincode": 110049,
"school_code": "7090115707",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Sadiq Nagar, Near Gargi College, New Delhi-",
"village_name": "157-KASTURBA NAGAR",
"lat": 28.55635816,
"lng": 77.22301739,
"most_urgent": false,
"students": 1040,
"student_teacher_ratio": 24.18604651
}
}, {
"type": "Point",
"coordinates": [77.233453, 28.573686],
"properties": {
"cartodb_id": 876,
"edudel_code": 1924014,
"distname": "SOUTH DELHI",
"pincode": 110024,
"school_code": "7090115705",
"school_name": "Govt. Boys Sr. Sec. School, Varun Marg, Defence Colony, New Delhi",
"village_name": "157-KASTURBA NAGAR",
"lat": 28.57368552,
"lng": 77.23345275,
"most_urgent": false,
"students": 517,
"student_teacher_ratio": 20.68
}
}, {
"type": "Point",
"coordinates": [77.255546, 28.584215],
"properties": {
"cartodb_id": 877,
"edudel_code": 1924018,
"distname": "SOUTH DELHI",
"pincode": 110013,
"school_code": "7090115401",
"school_name": "Govt. Boys Sec. School, Sarai Kale Khan, New Delhi",
"village_name": "154-NIZAMUDDIN",
"lat": 28.58421483,
"lng": 77.25554594,
"most_urgent": false,
"students": 511,
"student_teacher_ratio": 28.38888889
}
}, {
"type": "Point",
"coordinates": [77.228199, 28.568895],
"properties": {
"cartodb_id": 878,
"edudel_code": 1924023,
"distname": "SOUTH DELHI",
"pincode": 110024,
"school_code": "7090115704",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Georgi Stoikov Rakovski), Blk-C, Defence Colony, New Delhi",
"village_name": "157-KASTURBA NAGAR",
"lat": 28.56889466,
"lng": 77.22819872,
"most_urgent": false,
"students": 997,
"student_teacher_ratio": 23.18604651
}
}, {
"type": "Point",
"coordinates": [77.210353, 28.570735],
"properties": {
"cartodb_id": 879,
"edudel_code": 1924024,
"distname": "SOUTH DELHI",
"pincode": 110023,
"school_code": "070901ND603",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.1 (Rani Durgawati), Kidwai Nagar, New Delhi",
"village_name": "NDMC-CHARGE NO.6",
"lat": 28.57073534,
"lng": 77.21035337,
"most_urgent": false,
"students": 503,
"student_teacher_ratio": 16.76666667
}
}, {
"type": "Point",
"coordinates": [77.231353, 28.578053],
"properties": {
"cartodb_id": 880,
"edudel_code": 1924025,
"distname": "SOUTH DELHI",
"pincode": 110024,
"school_code": "7090115801",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Sister Nivedita), Block-A, Defence Colony, New Delhi",
"village_name": "158-KOTLA MUBARAQPUR",
"lat": 28.57805284,
"lng": 77.23135348,
"most_urgent": false,
"students": 1660,
"student_teacher_ratio": 25.15151515
}
}, {
"type": "Point",
"coordinates": [77.246522, 28.555828],
"properties": {
"cartodb_id": 881,
"edudel_code": 1924027,
"distname": "SOUTH DELHI",
"pincode": 110065,
"school_code": "7090119401",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.2, East of Kailash, New Delhi",
"village_name": "194-EAST OF KAILASH",
"lat": 28.55582769,
"lng": 77.24652196,
"most_urgent": false,
"students": 1347,
"student_teacher_ratio": 25.90384615
}
}, {
"type": "Point",
"coordinates": [77.210428, 28.570987],
"properties": {
"cartodb_id": 882,
"edudel_code": 1924030,
"distname": "SOUTH DELHI",
"pincode": 110023,
"school_code": "070901ND601",
"school_name": "Govt. Girls Sr. Sec. School No.2, Kidwai Nagar, New Delhi",
"village_name": "NDMC-CHARGE NO.6",
"lat": 28.57098735,
"lng": 77.21042805,
"most_urgent": false,
"students": 271,
"student_teacher_ratio": 10.84
}
}, {
"type": "Point",
"coordinates": [77.255981, 28.56371],
"properties": {
"cartodb_id": 883,
"edudel_code": 1924031,
"distname": "SOUTH DELHI",
"pincode": 110065,
"school_code": "7090119302",
"school_name": "Govt. Girls Sr. Sec. School, Sri Niwaspuri, New Delhi",
"village_name": "193-SRI NIWAS PURI",
"lat": 28.56370951,
"lng": 77.25598145,
"most_urgent": false,
"students": 1218,
"student_teacher_ratio": 26.47826087
}
}, {
"type": "Point",
"coordinates": [77.246663, 28.555891],
"properties": {
"cartodb_id": 884,
"edudel_code": 1924032,
"distname": "SOUTH DELHI",
"pincode": 110065,
"school_code": "7090116001",
"school_name": "Govt. Girls Sr. Sec. School No.1, East of Kailash, New Delhi",
"village_name": "160-AMAR COLONY",
"lat": 28.5558912,
"lng": 77.24666307,
"most_urgent": false,
"students": 1260,
"student_teacher_ratio": 25.71428571
}
}, {
"type": "Point",
"coordinates": [77.228628, 28.56486],
"properties": {
"cartodb_id": 885,
"edudel_code": 1924033,
"distname": "SOUTH DELHI",
"pincode": 110049,
"school_code": "7090115902",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya , Andrews Ganj, New Delhi",
"village_name": "159-ANDREWS GANJ",
"lat": 28.56485957,
"lng": 77.22862765,
"most_urgent": false,
"students": 960,
"student_teacher_ratio": 22.3255814
}
}, {
"type": "Point",
"coordinates": [77.242022, 28.58261],
"properties": {
"cartodb_id": 886,
"edudel_code": 1924037,
"distname": "SOUTH DELHI",
"pincode": 110014,
"school_code": "7090115709",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Kamla Nehru), Jungpura, New Delhi",
"village_name": "157-KASTURBA NAGAR",
"lat": 28.58260953,
"lng": 77.24202221,
"most_urgent": false,
"students": 1148,
"student_teacher_ratio": 28
}
}, {
"type": "Point",
"coordinates": [77.220443, 28.578891],
"properties": {
"cartodb_id": 887,
"edudel_code": 1924038,
"distname": "SOUTH DELHI",
"pincode": 110003,
"school_code": "7090115702",
"school_name": "Rajkiya Pratibha Vikas Vidyalaya, Tyagraj Nagar, Lodhi Road, New Delhi",
"village_name": "157-KASTURBA NAGAR",
"lat": 28.57889062,
"lng": 77.22044314,
"most_urgent": false,
"students": 571,
"student_teacher_ratio": 19.03333333
}
}, {
"type": "Point",
"coordinates": [77.214488, 28.575693],
"properties": {
"cartodb_id": 888,
"edudel_code": 1924039,
"distname": "SOUTH DELHI",
"pincode": 110023,
"school_code": "7090115701",
"school_name": "Govt. Sarvodaya Vidyalaya , INA Colony, New Delhi",
"village_name": "157-KASTURBA NAGAR",
"lat": 28.57569346,
"lng": 77.21448846,
"most_urgent": false,
"students": 466,
"student_teacher_ratio": 16.64285714
}
}, {
"type": "Point",
"coordinates": [77.250968, 28.57237],
"properties": {
"cartodb_id": 889,
"edudel_code": 1924041,
"distname": "SOUTH DELHI",
"pincode": 110065,
"school_code": "7090115603",
"school_name": "Govt. Co-ed. Sr. Sec. School, Block-10, Nehru Nagar, New Delhi",
"village_name": "156-BHOGAL",
"lat": 28.57236956,
"lng": 77.25096835,
"most_urgent": false,
"students": 718,
"student_teacher_ratio": 22.4375
}
}, {
"type": "Point",
"coordinates": [77.251774, 28.556301],
"properties": {
"cartodb_id": 890,
"edudel_code": 1924042,
"distname": "SOUTH DELHI",
"pincode": 110065,
"school_code": "7090119301",
"school_name": "Govt. Boys Sec. School, Garhi Jharia Maria, New Delhi",
"village_name": "193-SRI NIWAS PURI",
"lat": 28.55630123,
"lng": 77.25177402,
"most_urgent": false,
"students": 644,
"student_teacher_ratio": 30.66666667
}
}, {
"type": "Point",
"coordinates": [77.261384, 28.577124],
"properties": {
"cartodb_id": 891,
"edudel_code": 1924043,
"distname": "SOUTH DELHI",
"pincode": 110014,
"school_code": "7090115602",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Hari Nagar, Ashram, New Delhi",
"village_name": "156-BHOGAL",
"lat": 28.57712417,
"lng": 77.26138359,
"most_urgent": false,
"students": 1411,
"student_teacher_ratio": 24.75438596
}
}, {
"type": "Point",
"coordinates": [77.250751, 28.579642],
"properties": {
"cartodb_id": 892,
"edudel_code": 1924044,
"distname": "SOUTH DELHI",
"pincode": 110014,
"school_code": "7090115601",
"school_name": "Govt. Co-ed. Sec. School, Saman Bazar, Garhi Mohalla, Bhogal, New Delhi",
"village_name": "156-BHOGAL",
"lat": 28.57964247,
"lng": 77.25075123,
"most_urgent": false,
"students": 477,
"student_teacher_ratio": 21.68181818
}
}, {
"type": "Point",
"coordinates": [77.219697, 28.581121],
"properties": {
"cartodb_id": 893,
"edudel_code": 1924188,
"distname": "SOUTH DELHI",
"pincode": 110003,
"school_code": "070901ND502",
"school_name": "Govt. Co-ed. Sr. Sec. School, Lodhi Road, New Delhi",
"village_name": "NDMC-CHARGE NO.5",
"lat": 28.58112136,
"lng": 77.21969721,
"most_urgent": false,
"students": 271,
"student_teacher_ratio": 11.7826087
}
}, {
"type": "Point",
"coordinates": [77.287794, 28.558649],
"properties": {
"cartodb_id": 894,
"edudel_code": 1925002,
"distname": "SOUTH DELHI",
"pincode": 110025,
"school_code": "7090120606",
"school_name": "Govt. Sarvodaya Bal Vidyalaya (Rama Krishna) , Noor Nagar, Okhla, New Delhi",
"village_name": "206-OKHLA",
"lat": 28.55864885,
"lng": 77.28779443,
"most_urgent": true,
"students": 2134,
"student_teacher_ratio": 31.38235294
}
}, {
"type": "Point",
"coordinates": [77.245031, 28.547682],
"properties": {
"cartodb_id": 895,
"edudel_code": 1925003,
"distname": "SOUTH DELHI",
"pincode": 110048,
"school_code": "7090119202",
"school_name": "Govt. Sarvodaya Bal Vidyalaya (Kautilya), Chirag Enclave, New Delhi",
"village_name": "192-GREATER KAILASH-I",
"lat": 28.54768245,
"lng": 77.24503076,
"most_urgent": true,
"students": 2086,
"student_teacher_ratio": 31.13432836
}
}, {
"type": "Point",
"coordinates": [77.272968, 28.562937],
"properties": {
"cartodb_id": 896,
"edudel_code": 1925005,
"distname": "SOUTH DELHI",
"pincode": 110025,
"school_code": "7090120605",
"school_name": "Govt. Boys Sr. Sec. School (Chander Shekhar Azad), New Friends Colony, New Delhi",
"village_name": "206-OKHLA",
"lat": 28.56293737,
"lng": 77.27296845,
"most_urgent": true,
"students": 1597,
"student_teacher_ratio": 32.59183673
}
}, {
"type": "Point",
"coordinates": [77.288866, 28.529381],
"properties": {
"cartodb_id": 897,
"edudel_code": 1925006,
"distname": "SOUTH DELHI",
"pincode": 110076,
"school_code": "7090120703",
"school_name": "Govt. Sarvodaya Bal Vidyalaya (Rama Krishna) , Madanpur Khadar New Delhi",
"village_name": "207-MADANPUR KHADAR",
"lat": 28.52938126,
"lng": 77.28886567,
"most_urgent": true,
"students": 2276,
"student_teacher_ratio": 36.70967742
}
}, {
"type": "Point",
"coordinates": [77.262436, 28.524211],
"properties": {
"cartodb_id": 898,
"edudel_code": 1925007,
"distname": "SOUTH DELHI",
"pincode": 110019,
"school_code": "7090118501",
"school_name": "Govt. Sarvodaya Bal Vidyalaya (Sardar Vallabhbhai Patel), Tuglakabad Extn. New Delhi",
"village_name": "185-TUGLAKABAD EXT.",
"lat": 28.5242112,
"lng": 77.26243595,
"most_urgent": true,
"students": 1896,
"student_teacher_ratio": 29.16923077
}
}, {
"type": "Point",
"coordinates": [77.326362, 28.495286],
"properties": {
"cartodb_id": 899,
"edudel_code": 1925009,
"distname": "SOUTH DELHI",
"pincode": 110044,
"school_code": "7090120405",
"school_name": "Govt. Sarvodaya Bal Vidyalaya No.1 , Molar Band, New Delhi",
"village_name": "204-MOLARBAND",
"lat": 28.49528621,
"lng": 77.32636202,
"most_urgent": true,
"students": 3741,
"student_teacher_ratio": 37.41
}
}, {
"type": "Point",
"coordinates": [77.260374, 28.544222],
"properties": {
"cartodb_id": 900,
"edudel_code": 1925011,
"distname": "SOUTH DELHI",
"pincode": 110019,
"school_code": "7090119608",
"school_name": "Govt. Boys Sr. Sec. School No.2, Kalkaji New Delhi",
"village_name": "196-KALKAJI",
"lat": 28.54422217,
"lng": 77.26037418,
"most_urgent": false,
"students": 1209,
"student_teacher_ratio": 28.11627907
}
}, {
"type": "Point",
"coordinates": [77.259714, 28.542947],
"properties": {
"cartodb_id": 901,
"edudel_code": 1925012,
"distname": "SOUTH DELHI",
"pincode": 110019,
"school_code": "7090119607",
"school_name": "Govt. Boys Sr. Sec. School , Block-G, Kalkaji New Delhi",
"village_name": "196-KALKAJI",
"lat": 28.54294699,
"lng": 77.25971444,
"most_urgent": true,
"students": 1172,
"student_teacher_ratio": 43.40740741
}
}, {
"type": "Point",
"coordinates": [77.266005, 28.511061],
"properties": {
"cartodb_id": 902,
"edudel_code": 1925014,
"distname": "SOUTH DELHI",
"pincode": 110044,
"school_code": "7090119707",
"school_name": "Govt. Boys Sr. Sec. School, Tuglakabad Village New Delhi",
"village_name": "197-TUGLAKABAD",
"lat": 28.51106097,
"lng": 77.26600537,
"most_urgent": true,
"students": 1598,
"student_teacher_ratio": 34
}
}, {
"type": "Point",
"coordinates": [77.299158, 28.507432],
"properties": {
"cartodb_id": 903,
"edudel_code": 1925015,
"distname": "SOUTH DELHI",
"pincode": 110044,
"school_code": "7090120305",
"school_name": "Govt. Boys Sr. Sec. School No.1, Badarpur New Delhi",
"village_name": "203-BADARPUR",
"lat": 28.50743202,
"lng": 77.29915774,
"most_urgent": false,
"students": 2247,
"student_teacher_ratio": 28.0875
}
}, {
"type": "Point",
"coordinates": [77.256858, 28.533493],
"properties": {
"cartodb_id": 904,
"edudel_code": 1925016,
"distname": "SOUTH DELHI",
"pincode": 110019,
"school_code": "7090119201",
"school_name": "Govt. Boys Sr. Sec. School, DDA Flats, Phase-II, Kalkaji, New Delhi",
"village_name": "192-GREATER KAILASH-I",
"lat": 28.53349264,
"lng": 77.2568578,
"most_urgent": true,
"students": 1299,
"student_teacher_ratio": 33.30769231
}
}, {
"type": "Point",
"coordinates": [77.289412, 28.506725],
"properties": {
"cartodb_id": 905,
"edudel_code": 1925017,
"distname": "SOUTH DELHI",
"pincode": 110044,
"school_code": "7090119706",
"school_name": "Govt. Sarvodaya Bal Vidyalaya , Railway Colony, Tughlakabad New Delhi",
"village_name": "197-TUGLAKABAD",
"lat": 28.50672503,
"lng": 77.28941205,
"most_urgent": true,
"students": 2834,
"student_teacher_ratio": 34.56097561
}
}, {
"type": "Point",
"coordinates": [77.282482, 28.502189],
"properties": {
"cartodb_id": 906,
"edudel_code": 1925020,
"distname": "SOUTH DELHI",
"pincode": 110019,
"school_code": "7090118506",
"school_name": "Govt. Boys Sr. Sec. School No.2, Tughlakabad Extn. New Delhi",
"village_name": "185-TUGLAKABAD EXT.",
"lat": 28.50218853,
"lng": 77.28248165,
"most_urgent": false,
"students": 1315,
"student_teacher_ratio": 29.88636364
}
}, {
"type": "Point",
"coordinates": [77.255469, 28.53385],
"properties": {
"cartodb_id": 907,
"edudel_code": 1925024,
"distname": "SOUTH DELHI",
"pincode": 110019,
"school_code": "7090119606",
"school_name": "Govt. Boys Sec. School, DDA, Phase-II, Kalkaji, New Delhi",
"village_name": "196-KALKAJI",
"lat": 28.53384951,
"lng": 77.25546896,
"most_urgent": false,
"students": 701,
"student_teacher_ratio": 35.05
}
}, {
"type": "Point",
"coordinates": [77.283752, 28.524723],
"properties": {
"cartodb_id": 908,
"edudel_code": 1925027,
"distname": "SOUTH DELHI",
"pincode": 110020,
"school_code": "7090119901",
"school_name": "Govt. Girls Sr. Sec. School, Tekhand, Okhla Phase-I, New Delhi",
"village_name": "199-TEHKHAND",
"lat": 28.52472272,
"lng": 77.28375167,
"most_urgent": true,
"students": 1861,
"student_teacher_ratio": 41.35555556
}
}, {
"type": "Point",
"coordinates": [77.249976, 28.545445],
"properties": {
"cartodb_id": 909,
"edudel_code": 1925029,
"distname": "SOUTH DELHI",
"pincode": 110019,
"school_code": "7090119605",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.1 (Veer Savarkar), Kalkaji New Delhi",
"village_name": "196-KALKAJI",
"lat": 28.54544466,
"lng": 77.24997552,
"most_urgent": true,
"students": 2240,
"student_teacher_ratio": 29.09090909
}
}, {
"type": "Point",
"coordinates": [77.289331, 28.506923],
"properties": {
"cartodb_id": 910,
"edudel_code": 1925031,
"distname": "SOUTH DELHI",
"pincode": 110044,
"school_code": "7090119705",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Rani Jhansi) , Railway Colony, Tughlakabad New Delhi",
"village_name": "197-TUGLAKABAD",
"lat": 28.50692262,
"lng": 77.28933069,
"most_urgent": true,
"students": 3412,
"student_teacher_ratio": 31.01818182
}
}, {
"type": "Point",
"coordinates": [77.201704, 28.560167],
"properties": {
"cartodb_id": 911,
"edudel_code": 1925032,
"distname": "SOUTH DELHI",
"pincode": 110016,
"school_code": "7090116402",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Gargi), Green Park Extn. New Delhi",
"village_name": "164-HAUZ KHAS",
"lat": 28.56016652,
"lng": 77.20170375,
"most_urgent": false,
"students": 1262,
"student_teacher_ratio": 24.26923077
}
}, {
"type": "Point",
"coordinates": [77.272547, 28.562963],
"properties": {
"cartodb_id": 912,
"edudel_code": 1925033,
"distname": "SOUTH DELHI",
"pincode": 110025,
"school_code": "7090120604",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, New Friends Colony New Delhi",
"village_name": "206-OKHLA",
"lat": 28.56296286,
"lng": 77.27254701,
"most_urgent": true,
"students": 1929,
"student_teacher_ratio": 35.72222222
}
}, {
"type": "Point",
"coordinates": [77.287607, 28.558689],
"properties": {
"cartodb_id": 913,
"edudel_code": 1925035,
"distname": "SOUTH DELHI",
"pincode": 110025,
"school_code": "7090120603",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Noor Nagar, Jamia Nagar, New Delhi",
"village_name": "206-OKHLA",
"lat": 28.55868946,
"lng": 77.28760664,
"most_urgent": true,
"students": 2738,
"student_teacher_ratio": 37.50684932
}
}, {
"type": "Point",
"coordinates": [77.326268, 28.495318],
"properties": {
"cartodb_id": 914,
"edudel_code": 1925037,
"distname": "SOUTH DELHI",
"pincode": 110044,
"school_code": "7090120404",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Molar Band, New Delhi",
"village_name": "204-MOLARBAND",
"lat": 28.49531764,
"lng": 77.32626776,
"most_urgent": true,
"students": 4208,
"student_teacher_ratio": 23.37777778
}
}, {
"type": "Point",
"coordinates": [77.266662, 28.510231],
"properties": {
"cartodb_id": 917,
"edudel_code": 1925040,
"distname": "SOUTH DELHI",
"pincode": 110044,
"school_code": "7090119704",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Tuglakabad Village New Delhi",
"village_name": "197-TUGLAKABAD",
"lat": 28.51023074,
"lng": 77.26666155,
"most_urgent": true,
"students": 2335,
"student_teacher_ratio": 39.57627119
}
}, {
"type": "Point",
"coordinates": [77.256996, 28.533766],
"properties": {
"cartodb_id": 918,
"edudel_code": 1925041,
"distname": "SOUTH DELHI",
"pincode": 110019,
"school_code": "7090119602",
"school_name": "Govt. Girls Sr. Sec. School, DDA Flats, Phase-II, Kalkaji, New Delhi",
"village_name": "196-KALKAJI",
"lat": 28.53376625,
"lng": 77.25699573,
"most_urgent": false,
"students": 1314,
"student_teacher_ratio": 29.86363636
}
}, {
"type": "Point",
"coordinates": [77.29942, 28.50757],
"properties": {
"cartodb_id": 919,
"edudel_code": 1925042,
"distname": "SOUTH DELHI",
"pincode": 110044,
"school_code": "7090119703",
"school_name": "Govt. Girls Sr. Sec. School No.1, Badarpur New Delhi",
"village_name": "197-TUGLAKABAD",
"lat": 28.50756985,
"lng": 77.29942018,
"most_urgent": true,
"students": 2324,
"student_teacher_ratio": 26.11235955
}
}, {
"type": "Point",
"coordinates": [77.256129, 28.53413],
"properties": {
"cartodb_id": 920,
"edudel_code": 1925045,
"distname": "SOUTH DELHI",
"pincode": 110019,
"school_code": "7090119601",
"school_name": "Govt. Girls Sec. School, DDA Flats, Phase-II, Kalkaji, New Delhi",
"village_name": "196-KALKAJI",
"lat": 28.53412997,
"lng": 77.25612929,
"most_urgent": true,
"students": 1322,
"student_teacher_ratio": 36.72222222
}
}, {
"type": "Point",
"coordinates": [77.289982, 28.506876],
"properties": {
"cartodb_id": 921,
"edudel_code": 1925046,
"distname": "SOUTH DELHI",
"pincode": 110044,
"school_code": "7090119702",
"school_name": "Govt. Girls Sr. Sec. School No.2, Railway Colony, Tughlakabad New Delhi",
"village_name": "197-TUGLAKABAD",
"lat": 28.50687613,
"lng": 77.28998157,
"most_urgent": true,
"students": 3449,
"student_teacher_ratio": 34.83838384
}
}, {
"type": "Point",
"coordinates": [77.261606, 28.52449],
"properties": {
"cartodb_id": 922,
"edudel_code": 1925048,
"distname": "SOUTH DELHI",
"pincode": 110019,
"school_code": "7090118505",
"school_name": "Govt. Girls Sec. School, Tughlakabad Extn. New Delhi",
"village_name": "185-TUGLAKABAD EXT.",
"lat": 28.52449036,
"lng": 77.26160645,
"most_urgent": true,
"students": 1253,
"student_teacher_ratio": 26.10416667
}
}, {
"type": "Point",
"coordinates": [77.285185, 28.565331],
"properties": {
"cartodb_id": 923,
"edudel_code": 1925049,
"distname": "SOUTH DELHI",
"pincode": 110025,
"school_code": "7090120602",
"school_name": "Govt. Girls Sr. Sec. School, Joga Bai, Jamia Nagar New Delhi",
"village_name": "206-OKHLA",
"lat": 28.56533137,
"lng": 77.2851853,
"most_urgent": true,
"students": 2497,
"student_teacher_ratio": 36.72058824
}
}, {
"type": "Point",
"coordinates": [77.326078, 28.494951],
"properties": {
"cartodb_id": 924,
"edudel_code": 1925050,
"distname": "SOUTH DELHI",
"pincode": 110044,
"school_code": "7090120403",
"school_name": "Govt. Boys Sec. School No.3, Molar Band, New Delhi",
"village_name": "204-MOLARBAND",
"lat": 28.49495115,
"lng": 77.32607848,
"most_urgent": false,
"students": 1600,
"student_teacher_ratio": 30.76923077
}
}, {
"type": "Point",
"coordinates": [77.302608, 28.504803],
"properties": {
"cartodb_id": 925,
"edudel_code": 1925051,
"distname": "SOUTH DELHI",
"pincode": 110044,
"school_code": "7090120304",
"school_name": "Govt. Boys Sr. Sec. School No.2, Near DDA Flats, Badarpur New Delhi",
"village_name": "203-BADARPUR",
"lat": 28.50480281,
"lng": 77.30260755,
"most_urgent": false,
"students": 2090,
"student_teacher_ratio": 31.19402985
}
}, {
"type": "Point",
"coordinates": [77.285093, 28.565428],
"properties": {
"cartodb_id": 926,
"edudel_code": 1925052,
"distname": "SOUTH DELHI",
"pincode": 110025,
"school_code": "7090120501",
"school_name": "Govt. Boys Sr. Sec. School, Joga Bai, Jamia Nagar New Delhi",
"village_name": "205-ZAKIR NAGAR",
"lat": 28.56542781,
"lng": 77.28509305,
"most_urgent": true,
"students": 1625,
"student_teacher_ratio": 34.57446809
}
}, {
"type": "Point",
"coordinates": [77.326078, 28.49467],
"properties": {
"cartodb_id": 927,
"edudel_code": 1925053,
"distname": "SOUTH DELHI",
"pincode": 110044,
"school_code": "7090120402",
"school_name": "Govt. Girls Sr. Sec. School No.2, Molar Band, New Delhi",
"village_name": "204-MOLARBAND",
"lat": 28.4946702,
"lng": 77.32607848,
"most_urgent": true,
"students": 3166,
"student_teacher_ratio": 42.21333333
}
}, {
"type": "Point",
"coordinates": [77.302792, 28.50515],
"properties": {
"cartodb_id": 928,
"edudel_code": 1925054,
"distname": "SOUTH DELHI",
"pincode": 110044,
"school_code": "7090120303",
"school_name": "Govt. Girls Sr. Sec. School No.2, Badarpur New Delhi",
"village_name": "203-BADARPUR",
"lat": 28.50515005,
"lng": 77.3027923,
"most_urgent": false,
"students": 1683,
"student_teacher_ratio": 28.52542373
}
}, {
"type": "Point",
"coordinates": [77.245472, 28.540843],
"properties": {
"cartodb_id": 929,
"edudel_code": 1925055,
"distname": "SOUTH DELHI",
"pincode": 110019,
"school_code": "7090119002",
"school_name": "Govt. Boys Sr. Sec. School, Block-B, Chitranjan Park New Delhi",
"village_name": "190-CHHITRANJAN PARK",
"lat": 28.54084342,
"lng": 77.24547179,
"most_urgent": false,
"students": 1180,
"student_teacher_ratio": 26.22222222
}
}, {
"type": "Point",
"coordinates": [77.2623, 28.523968],
"properties": {
"cartodb_id": 930,
"edudel_code": 1925056,
"distname": "SOUTH DELHI",
"pincode": 110019,
"school_code": "7090119701",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Tughlakabad Extn. New Delhi",
"village_name": "197-TUGLAKABAD",
"lat": 28.52396794,
"lng": 77.26230036,
"most_urgent": false,
"students": 1921,
"student_teacher_ratio": 30.015625
}
}, {
"type": "Point",
"coordinates": [77.326198, 28.494585],
"properties": {
"cartodb_id": 931,
"edudel_code": 1925057,
"distname": "SOUTH DELHI",
"pincode": 110044,
"school_code": "7090120201",
"school_name": "Govt. Boys Sr. Sec. School No.2, Molar Band, New Delhi",
"village_name": "202-MITHA PUR",
"lat": 28.49458535,
"lng": 77.32619786,
"most_urgent": true,
"students": 2756,
"student_teacher_ratio": 34.88607595
}
}, {
"type": "Point",
"coordinates": [77.290011, 28.5067],
"properties": {
"cartodb_id": 932,
"edudel_code": 1925058,
"distname": "SOUTH DELHI",
"pincode": 110044,
"school_code": "7090119801",
"school_name": "Govt. Boys Sr. Sec. School No.2, Railway Colony, Tughlakabad New Delhi",
"village_name": "198-PRAHLADPUR",
"lat": 28.50670039,
"lng": 77.29001105,
"most_urgent": false,
"students": 1967,
"student_teacher_ratio": 33.33898305
}
}, {
"type": "Point",
"coordinates": [77.245506, 28.565994],
"properties": {
"cartodb_id": 933,
"edudel_code": 1925059,
"distname": "SOUTH DELHI",
"pincode": 110024,
"school_code": "7090115502",
"school_name": "Govt. Sarvodaya Bal Vidyalaya (Shaheed Hemu Kalani), Ring Road, Lajpat Nagar New Delhi",
"village_name": "155-LAJPAT NAGAR",
"lat": 28.56599403,
"lng": 77.24550588,
"most_urgent": false,
"students": 1358,
"student_teacher_ratio": 22.26229508
}
}, {
"type": "Point",
"coordinates": [77.245477, 28.540945],
"properties": {
"cartodb_id": 934,
"edudel_code": 1925060,
"distname": "SOUTH DELHI",
"pincode": 110019,
"school_code": "7090119001",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Shyama Prasad Mukherjee), Chitranjan Park New Delhi",
"village_name": "190-CHHITRANJAN PARK",
"lat": 28.54094534,
"lng": 77.24547699,
"most_urgent": false,
"students": 1372,
"student_teacher_ratio": 26.38461538
}
}, {
"type": "Point",
"coordinates": [77.262344, 28.524873],
"properties": {
"cartodb_id": 935,
"edudel_code": 1925061,
"distname": "SOUTH DELHI",
"pincode": 110019,
"school_code": "7090118504",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Aruna Asif Ali), Tughlakabad Extn. New Delhi",
"village_name": "185-TUGLAKABAD EXT.",
"lat": 28.52487321,
"lng": 77.26234423,
"most_urgent": true,
"students": 2776,
"student_teacher_ratio": 36.05194805
}
}, {
"type": "Point",
"coordinates": [77.288797, 28.529486],
"properties": {
"cartodb_id": 936,
"edudel_code": 1925062,
"distname": "SOUTH DELHI",
"pincode": 110076,
"school_code": "7090120702",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Madanpur Khadar New Delhi",
"village_name": "207-MADANPUR KHADAR",
"lat": 28.52948583,
"lng": 77.28879747,
"most_urgent": true,
"students": 3833,
"student_teacher_ratio": 36.16037736
}
}, {
"type": "Point",
"coordinates": [77.326785, 28.494882],
"properties": {
"cartodb_id": 937,
"edudel_code": 1925190,
"distname": "SOUTH DELHI",
"pincode": 110044,
"school_code": "7090120401",
"school_name": "Govt. Girls Sec. School No.3, Molar Band, New Delhi",
"village_name": "204-MOLARBAND",
"lat": 28.49488202,
"lng": 77.32678525,
"most_urgent": true,
"students": 1900,
"student_teacher_ratio": 31.14754098
}
}, {
"type": "Point",
"coordinates": [77.218386, 28.563809],
"properties": {
"cartodb_id": 938,
"edudel_code": 1925246,
"distname": "SOUTH DELHI",
"pincode": 110049,
"school_code": "7090116401",
"school_name": "Govt. Sarvodaya Vidyalaya, Masjid Moth New Delhi",
"village_name": "164-HAUZ KHAS",
"lat": 28.56380938,
"lng": 77.21838577,
"most_urgent": false,
"students": 626,
"student_teacher_ratio": 24.07692308
}
}, {
"type": "Point",
"coordinates": [77.299575, 28.507043],
"properties": {
"cartodb_id": 939,
"edudel_code": 1925247,
"distname": "SOUTH DELHI",
"pincode": 110044,
"school_code": "7090120302",
"school_name": "Govt. Boys Sr. Sec. School No.3, Badarpur New Delhi",
"village_name": "203-BADARPUR",
"lat": 28.5070431,
"lng": 77.29957547,
"most_urgent": false,
"students": 2095,
"student_teacher_ratio": 31.74242424
}
}, {
"type": "Point",
"coordinates": [77.299551, 28.507154],
"properties": {
"cartodb_id": 940,
"edudel_code": 1925248,
"distname": "SOUTH DELHI",
"pincode": 110044,
"school_code": "7090120301",
"school_name": "Govt. Girls Sr. Sec. School No.3, Badarpur New Delhi",
"village_name": "203-BADARPUR",
"lat": 28.50715354,
"lng": 77.29955146,
"most_urgent": false,
"students": 2116,
"student_teacher_ratio": 27.48051948
}
}, {
"type": "Point",
"coordinates": [77.262424, 28.524861],
"properties": {
"cartodb_id": 941,
"edudel_code": 1925249,
"distname": "SOUTH DELHI",
"pincode": 110019,
"school_code": "7090118503",
"school_name": "Govt. Boys Sr. Sec. School No.3, Tughlakabad Extn. New Delhi",
"village_name": "185-TUGLAKABAD EXT.",
"lat": 28.52486125,
"lng": 77.26242399,
"most_urgent": false,
"students": 1357,
"student_teacher_ratio": 28.27083333
}
}, {
"type": "Point",
"coordinates": [77.262651, 28.52451],
"properties": {
"cartodb_id": 942,
"edudel_code": 1925250,
"distname": "SOUTH DELHI",
"pincode": 110019,
"school_code": "7090118502",
"school_name": "Govt. Girls Sr. Sec. School No.2, Tughlakabad Extn. New Delhi",
"village_name": "185-TUGLAKABAD EXT.",
"lat": 28.5245103,
"lng": 77.26265131,
"most_urgent": true,
"students": 2339,
"student_teacher_ratio": 33.41428571
}
}, {
"type": "Point",
"coordinates": [77.213476, 28.549919],
"properties": {
"cartodb_id": 943,
"edudel_code": 1925333,
"distname": "SOUTH DELHI",
"pincode": 110049,
"school_code": "7090119101",
"school_name": "Govt. Sarvodaya Vidyalaya , Shahpur Jat New Delhi",
"village_name": "191-SHAHPUR JAT",
"lat": 28.54991922,
"lng": 77.2134756,
"most_urgent": false,
"students": 857,
"student_teacher_ratio": 20.90243902
}
}, {
"type": "Point",
"coordinates": [77.240752, 28.576909],
"properties": {
"cartodb_id": 944,
"edudel_code": 1925334,
"distname": "SOUTH DELHI",
"pincode": 110024,
"school_code": "7090115501",
"school_name": "Rajkiya Pratibha Vikas Vidyalaya, Near Krishana Market, Lajpat Nagar New Delhi",
"village_name": "155-LAJPAT NAGAR",
"lat": 28.57690944,
"lng": 77.24075173,
"most_urgent": false,
"students": 509,
"student_teacher_ratio": 17.55172414
}
}, {
"type": "Point",
"coordinates": [77.239993, 28.576247],
"properties": {
"cartodb_id": 945,
"edudel_code": 1925335,
"distname": "SOUTH DELHI",
"pincode": 110024,
"school_code": "7090115901",
"school_name": "Govt. Co-ed. Sr. Sec. School, Lajpat Nagar New Delhi",
"village_name": "159-ANDREWS GANJ",
"lat": 28.57624698,
"lng": 77.23999284,
"most_urgent": false,
"students": 924,
"student_teacher_ratio": 23.69230769
}
}, {
"type": "Point",
"coordinates": [77.310083, 28.531126],
"properties": {
"cartodb_id": 946,
"edudel_code": 1925339,
"distname": "SOUTH DELHI",
"pincode": 110076,
"school_code": "7090120601",
"school_name": "Govt. Boys Sec. School, Madanpur Khadar Extn. J.J.Colony New Delhi",
"village_name": "206-OKHLA",
"lat": 28.53112637,
"lng": 77.31008305,
"most_urgent": true,
"students": 2203,
"student_teacher_ratio": 40.05454545
}
}, {
"type": "Point",
"coordinates": [77.309924, 28.531082],
"properties": {
"cartodb_id": 947,
"edudel_code": 1925340,
"distname": "SOUTH DELHI",
"pincode": 110076,
"school_code": "7090120701",
"school_name": "Govt. Girls Sec. School, Madanpur Khadar Extn. J.J.Colony New Delhi",
"village_name": "207-MADANPUR KHADAR",
"lat": 28.53108193,
"lng": 77.30992432,
"most_urgent": true,
"students": 2402,
"student_teacher_ratio": 38.12698413
}
}, {
"type": "Point",
"coordinates": [77.276472, 28.544116],
"properties": {
"cartodb_id": 948,
"edudel_code": 1925341,
"distname": "SOUTH DELHI",
"pincode": 110020,
"school_code": "7090120002",
"school_name": "Govt. Girls Sr. Sec. School, Harkesh Nagar New Delhi",
"village_name": "200-HARKESH NAGAR",
"lat": 28.54411636,
"lng": 77.27647186,
"most_urgent": true,
"students": 2529,
"student_teacher_ratio": 35.61971831
}
}, {
"type": "Point",
"coordinates": [77.27644, 28.544047],
"properties": {
"cartodb_id": 949,
"edudel_code": 1925342,
"distname": "SOUTH DELHI",
"pincode": 110020,
"school_code": "7090120001",
"school_name": "Govt. Boys Sr. Sec. School, Harkesh Nagar New Delhi",
"village_name": "200-HARKESH NAGAR",
"lat": 28.54404749,
"lng": 77.2764403,
"most_urgent": true,
"students": 2352,
"student_teacher_ratio": 37.33333333
}
}, {
"type": "Point",
"coordinates": [77.296172, 28.545576],
"properties": {
"cartodb_id": 950,
"edudel_code": 1925345,
"distname": "SOUTH DELHI",
"pincode": 110025,
"school_code": "7090120801",
"school_name": "Govt. Girls Sr. Sec. School, Jasola Village Shaheen Bagh, New Delhi",
"village_name": "208-SARITA VIHAR",
"lat": 28.54557551,
"lng": 77.29617237,
"most_urgent": true,
"students": 1749,
"student_teacher_ratio": 38.02173913
}
}, {
"type": "Point",
"coordinates": [77.296128, 28.545542],
"properties": {
"cartodb_id": 951,
"edudel_code": 1925353,
"distname": "SOUTH DELHI",
"pincode": 110025,
"school_code": "7090120802",
"school_name": "Govt. Boys Sr. Sec. School, Jasola Village (Shaheen Bagh), New Delhi",
"village_name": "208-SARITA VIHAR",
"lat": 28.54554219,
"lng": 77.29612799,
"most_urgent": true,
"students": 1731,
"student_teacher_ratio": 41.21428571
}
}, {
"type": "Point",
"coordinates": [77.283795, 28.524683],
"properties": {
"cartodb_id": 952,
"edudel_code": 1925356,
"distname": "SOUTH DELHI",
"pincode": 110020,
"school_code": "7090119902",
"school_name": "Govt. Boys Sr. Sec. School, Tekhand, Okhla Phase-I, New Delhi",
"village_name": "199-TEHKHAND",
"lat": 28.5246832,
"lng": 77.28379541,
"most_urgent": true,
"students": 1828,
"student_teacher_ratio": 39.73913043
}
}, {
"type": "Point",
"coordinates": [77.305877, 28.494786],
"properties": {
"cartodb_id": 953,
"edudel_code": 1925359,
"distname": "SOUTH DELHI",
"pincode": 110044,
"school_code": "7090120306",
"school_name": "Govt. Girls Sr. Sec. School, Tajpur Pahri, Badarpur, New Delhi",
"village_name": "203-BADARPUR",
"lat": 28.4947856,
"lng": 77.3058772,
"most_urgent": true,
"students": 1334,
"student_teacher_ratio": 38.11428571
}
}, {
"type": "Point",
"coordinates": [77.299325, 28.507171],
"properties": {
"cartodb_id": 954,
"edudel_code": 1925360,
"distname": "SOUTH DELHI",
"pincode": 110044,
"school_code": "7090120307",
"school_name": "Govt. Boys Sr. Sec. School, Tajpur Pahri, Badarpur, New Delhi",
"village_name": "203-BADARPUR",
"lat": 28.5071713,
"lng": 77.2993247,
"most_urgent": true,
"students": 1446,
"student_teacher_ratio": 40.16666667
}
}, {
"type": "Point",
"coordinates": [77.299325, 28.507171],
"properties": {
"cartodb_id": 955,
"edudel_code": 1925399,
"distname": "SOUTH DELHI",
"pincode": 110044,
"school_code": "7090120406",
"school_name": "Govt. Boys Sr. Sec. School No.3, Molar Band, New Delhi",
"village_name": "204-MOLARBAND",
"lat": 28.5071713,
"lng": 77.2993247,
"most_urgent": true,
"students": 2943,
"student_teacher_ratio": 40.31506849
}
}, {
"type": "Point",
"coordinates": [77.311622, 28.505372],
"properties": {
"cartodb_id": 956,
"edudel_code": 1925400,
"distname": "SOUTH DELHI",
"pincode": 110044,
"school_code": "7090120407",
"school_name": "Govt. Girls Sr. Sec. School No.4, Molar Band, New Delhi",
"village_name": "204-MOLARBAND",
"lat": 28.5053722,
"lng": 77.3116222,
"most_urgent": true,
"students": 4383,
"student_teacher_ratio": 49.80681818
}
}, {
"type": "Point",
"coordinates": [77.311622, 28.505372],
"properties": {
"cartodb_id": 957,
"edudel_code": 1925401,
"distname": "SOUTH DELHI",
"pincode": 110044,
"school_code": "7090120408",
"school_name": "Govt. Girls Sr. Sec. School No.1, Molar Band, New Delhi",
"village_name": "204-MOLARBAND",
"lat": 28.5053722,
"lng": 77.3116222,
"most_urgent": true,
"students": 3616,
"student_teacher_ratio": 52.4057971
}
}, {
"type": "Point",
"coordinates": [77.326605, 28.493449],
"properties": {
"cartodb_id": 958,
"edudel_code": 1925402,
"distname": "SOUTH DELHI",
"pincode": 110044,
"school_code": "7090120409",
"school_name": "Govt. Sarvodaya Bal Vidyalaya No.2, Molar Band, New Delhi",
"village_name": "204-MOLARBAND",
"lat": 28.493449,
"lng": 77.326605,
"most_urgent": true,
"students": 1955,
"student_teacher_ratio": 48.875
}
}, {
"type": "Point",
"coordinates": [77.263933, 28.535438],
"properties": {
"cartodb_id": 959,
"edudel_code": 1925403,
"distname": "SOUTH DELHI",
"pincode": 110076,
"school_code": "7090120704",
"school_name": "Govt. Boys Sr. Sec. School , Madanpur Khadar New Delhi",
"village_name": "207-MADANPUR KHADAR",
"lat": 28.5354383,
"lng": 77.2639326,
"most_urgent": true,
"students": 1067,
"student_teacher_ratio": 62.76470588
}
}, {
"type": "Point",
"coordinates": [77.297426, 28.542261],
"properties": {
"cartodb_id": 960,
"edudel_code": 1925404,
"distname": "SOUTH DELHI",
"pincode": 110076,
"school_code": "7090120705",
"school_name": "Govt. Girls Sr. Sec. School, Madanpur Khadar New Delhi",
"village_name": "207-MADANPUR KHADAR",
"lat": 28.5422605,
"lng": 77.2974259,
"most_urgent": true,
"students": 1407,
"student_teacher_ratio": 46.9
}
}, {
"type": "Point",
"coordinates": [77.263672, 28.58006],
"properties": {
"cartodb_id": 961,
"edudel_code": 1925418,
"distname": "SOUTH DELHI",
"pincode": 110014,
"school_code": "7090115605",
"school_name": "Govt. Sarvodaya Vidyalaya, Sarai Kale Khan,Vidyut Vihar,New Delhi",
"village_name": "156-BHOGAL",
"lat": 28.5800604,
"lng": 77.2636721,
"most_urgent": false,
"students": 76,
"student_teacher_ratio": 15.2
}
}, {
"type": "Point",
"coordinates": [77.19423, 28.620598],
"properties": {
"cartodb_id": 962,
"edudel_code": 2026001,
"distname": "NEW DELHI",
"pincode": 110004,
"school_code": "070501ND404",
"school_name": "Govt. Sarvodaya Vidyalaya (Dr.Rajendra Prasad), President Estate, New Delhi",
"village_name": "NDMC-CHARGE NO.4",
"lat": 28.62059818,
"lng": 77.19423042,
"most_urgent": false,
"students": 1110,
"student_teacher_ratio": 22.2
}
}, {
"type": "Point",
"coordinates": [77.188131, 28.603119],
"properties": {
"cartodb_id": 963,
"edudel_code": 2026002,
"distname": "NEW DELHI",
"pincode": 110021,
"school_code": "070501ND201",
"school_name": "Govt. Sarvodaya Vidyalaya , Kitchner Road, Malcha Marg, New Delhi",
"village_name": "NDMC-CHARGE NO.2",
"lat": 28.60311881,
"lng": 77.18813132,
"most_urgent": false,
"students": 601,
"student_teacher_ratio": 19.38709677
}
}, {
"type": "Point",
"coordinates": [77.233005, 28.605075],
"properties": {
"cartodb_id": 964,
"edudel_code": 2026003,
"distname": "NEW DELHI",
"pincode": 110003,
"school_code": "070501ND402",
"school_name": "Govt. Boys Sr. Sec. School, Pandara Road, New Delhi",
"village_name": "NDMC-CHARGE NO.4",
"lat": 28.60507489,
"lng": 77.23300479,
"most_urgent": false,
"students": 402,
"student_teacher_ratio": 19.14285714
}
}, {
"type": "Point",
"coordinates": [77.232491, 28.604504],
"properties": {
"cartodb_id": 965,
"edudel_code": 2026004,
"distname": "NEW DELHI",
"pincode": 110003,
"school_code": "070501ND401",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Pandara Road, New Delhi",
"village_name": "NDMC-CHARGE NO.4",
"lat": 28.60450405,
"lng": 77.23249091,
"most_urgent": false,
"students": 619,
"student_teacher_ratio": 21.34482759
}
}, {
"type": "Point",
"coordinates": [77.230424, 28.632712],
"properties": {
"cartodb_id": 967,
"edudel_code": 2127001,
"distname": "CENTRAL DELHI",
"pincode": 110002,
"school_code": "7060108106",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Deen Dayal Upadhyay Marg, Rouse Avenue, New Delhi",
"village_name": "081-MINTO ROAD",
"lat": 28.63271184,
"lng": 77.2304243,
"most_urgent": false,
"students": 1034,
"student_teacher_ratio": 22.97777778
}
}, {
"type": "Point",
"coordinates": [77.234244, 28.65277],
"properties": {
"cartodb_id": 968,
"edudel_code": 2127002,
"distname": "CENTRAL DELHI",
"pincode": 110006,
"school_code": "7060107908",
"school_name": "Govt. Sarvodaya Bal Vidyalaya No.1 (Urdu Medium), Jama Masjid, Delhi",
"village_name": "079-JAMA MASJID",
"lat": 28.65277048,
"lng": 77.23424357,
"most_urgent": false,
"students": 808,
"student_teacher_ratio": 22.44444444
}
}, {
"type": "Point",
"coordinates": [77.236487, 28.647474],
"properties": {
"cartodb_id": 969,
"edudel_code": 2127003,
"distname": "CENTRAL DELHI",
"pincode": 110002,
"school_code": "7060107907",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Pataudi House, Darya Ganj, New Delhi",
"village_name": "079-JAMA MASJID",
"lat": 28.64747369,
"lng": 77.23648739,
"most_urgent": false,
"students": 1176,
"student_teacher_ratio": 24.5
}
}, {
"type": "Point",
"coordinates": [77.226701, 28.643213],
"properties": {
"cartodb_id": 970,
"edudel_code": 2127004,
"distname": "CENTRAL DELHI",
"pincode": 110002,
"school_code": "7060108105",
"school_name": "Govt. Boys Sr. Sec. School, Zeenat Mahal, Kamla Market, New Delhi",
"village_name": "081-MINTO ROAD",
"lat": 28.64321255,
"lng": 77.22670084,
"most_urgent": false,
"students": 364,
"student_teacher_ratio": 17.33333333
}
}, {
"type": "Point",
"coordinates": [77.224827, 28.63614],
"properties": {
"cartodb_id": 971,
"edudel_code": 2127005,
"distname": "CENTRAL DELHI",
"pincode": 110002,
"school_code": "7060108104",
"school_name": "Govt. Boys Sr. Sec. School, Mata Sundri Road, Opp Govt. Press, New Delhi",
"village_name": "081-MINTO ROAD",
"lat": 28.63614027,
"lng": 77.22482651,
"most_urgent": false,
"students": 421,
"student_teacher_ratio": 16.84
}
}, {
"type": "Point",
"coordinates": [77.23409, 28.652624],
"properties": {
"cartodb_id": 972,
"edudel_code": 2127006,
"distname": "CENTRAL DELHI",
"pincode": 110006,
"school_code": "7060107906",
"school_name": "Govt. Boys Sec. School No.2, Jama Masjid, Delhi",
"village_name": "079-JAMA MASJID",
"lat": 28.65262404,
"lng": 77.23409036,
"most_urgent": false,
"students": 260,
"student_teacher_ratio": 26
}
}, {
"type": "Point",
"coordinates": [77.238428, 28.648149],
"properties": {
"cartodb_id": 973,
"edudel_code": 2127007,
"distname": "CENTRAL DELHI",
"pincode": 110002,
"school_code": "7060115304",
"school_name": "Govt. Boys Sr. Sec. School, Bela Road, Darya Ganj, New Delhi",
"village_name": "153-DARYA GANJ",
"lat": 28.64814911,
"lng": 77.23842823,
"most_urgent": false,
"students": 383,
"student_teacher_ratio": 18.23809524
}
}, {
"type": "Point",
"coordinates": [77.226655, 28.64313],
"properties": {
"cartodb_id": 974,
"edudel_code": 2127014,
"distname": "CENTRAL DELHI",
"pincode": 110002,
"school_code": "7060108103",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.1, Zeenat Mahal, Kamla Market, New Delhi",
"village_name": "081-MINTO ROAD",
"lat": 28.64313038,
"lng": 77.22665457,
"most_urgent": false,
"students": 935,
"student_teacher_ratio": 21.25
}
}, {
"type": "Point",
"coordinates": [77.224737, 28.636162],
"properties": {
"cartodb_id": 975,
"edudel_code": 2127015,
"distname": "CENTRAL DELHI",
"pincode": 110002,
"school_code": "7060108102",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Mata Sundri Road, 23, Rouse Avenue, New Delhi",
"village_name": "081-MINTO ROAD",
"lat": 28.63616158,
"lng": 77.22473703,
"most_urgent": false,
"students": 745,
"student_teacher_ratio": 21.91176471
}
}, {
"type": "Point",
"coordinates": [77.243497, 28.644743],
"properties": {
"cartodb_id": 976,
"edudel_code": 2127016,
"distname": "CENTRAL DELHI",
"pincode": 110002,
"school_code": "7060115303",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Dayanand Road, Darya Ganj, New Delhi",
"village_name": "153-DARYA GANJ",
"lat": 28.64474292,
"lng": 77.24349672,
"most_urgent": false,
"students": 800,
"student_teacher_ratio": 20.51282051
}
}, {
"type": "Point",
"coordinates": [77.234313, 28.652485],
"properties": {
"cartodb_id": 977,
"edudel_code": 2127017,
"distname": "CENTRAL DELHI",
"pincode": 110006,
"school_code": "7060107904",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.2, Jama Masjid, Delhi",
"village_name": "079-JAMA MASJID",
"lat": 28.65248549,
"lng": 77.23431262,
"most_urgent": true,
"students": 1092,
"student_teacher_ratio": 26
}
}, {
"type": "Point",
"coordinates": [77.217351, 28.647137],
"properties": {
"cartodb_id": 978,
"edudel_code": 2127018,
"distname": "CENTRAL DELHI",
"pincode": 110055,
"school_code": "7060108702",
"school_name": "Govt. Girls Sr. Sec. School No.1, Ram Nagar, Pahar Ganj, New Delhi",
"village_name": "087-RAM NAGAR",
"lat": 28.64713661,
"lng": 77.21735083,
"most_urgent": true,
"students": 964,
"student_teacher_ratio": 27.54285714
}
}, {
"type": "Point",
"coordinates": [77.236636, 28.647479],
"properties": {
"cartodb_id": 979,
"edudel_code": 2127020,
"distname": "CENTRAL DELHI",
"pincode": 110002,
"school_code": "7060108001",
"school_name": "Govt. Girls Sr. Sec. School, Pataudi House, Darya Ganj, New Delhi",
"village_name": "080-CHANDNI CHAWK",
"lat": 28.64747852,
"lng": 77.23663632,
"most_urgent": false,
"students": 400,
"student_teacher_ratio": 19.04761905
}
}, {
"type": "Point",
"coordinates": [77.233251, 28.640628],
"properties": {
"cartodb_id": 980,
"edudel_code": 2127021,
"distname": "CENTRAL DELHI",
"pincode": 110002,
"school_code": "7060108401",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Bulbuli Khana), Asaf Ali Road, New Delhi",
"village_name": "084-TURKMAN GATE",
"lat": 28.64062795,
"lng": 77.23325093,
"most_urgent": false,
"students": 1159,
"student_teacher_ratio": 24.65957447
}
}, {
"type": "Point",
"coordinates": [77.237692, 28.6411],
"properties": {
"cartodb_id": 981,
"edudel_code": 2127022,
"distname": "CENTRAL DELHI",
"pincode": 110002,
"school_code": "7060108101",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Haweli Azam Khan), Asaf Ali Road, New Delhi",
"village_name": "081-MINTO ROAD",
"lat": 28.64109964,
"lng": 77.23769213,
"most_urgent": false,
"students": 303,
"student_teacher_ratio": 17.82352941
}
}, {
"type": "Point",
"coordinates": [77.234301, 28.652202],
"properties": {
"cartodb_id": 982,
"edudel_code": 2127023,
"distname": "CENTRAL DELHI",
"pincode": 110006,
"school_code": "7060107903",
"school_name": "Govt. Girls Sr. Sec. School, Panama Building, Jama Masjid, Delhi",
"village_name": "079-JAMA MASJID",
"lat": 28.65220182,
"lng": 77.23430124,
"most_urgent": false,
"students": 283,
"student_teacher_ratio": 13.47619048
}
}, {
"type": "Point",
"coordinates": [77.234196, 28.652312],
"properties": {
"cartodb_id": 983,
"edudel_code": 2127024,
"distname": "CENTRAL DELHI",
"pincode": 110006,
"school_code": "7060107902",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.1 (Hindi Medium), Jama Masjid, Delhi",
"village_name": "079-JAMA MASJID",
"lat": 28.65231236,
"lng": 77.23419632,
"most_urgent": false,
"students": 912,
"student_teacher_ratio": 23.38461538
}
}, {
"type": "Point",
"coordinates": [77.226874, 28.652731],
"properties": {
"cartodb_id": 984,
"edudel_code": 2127025,
"distname": "CENTRAL DELHI",
"pincode": 110006,
"school_code": "7060108602",
"school_name": "Govt. Girls Sr. Sec. School (Urdu Medium), Ballimaran, Chashma Building, Delhi",
"village_name": "086-BALLIMARAN",
"lat": 28.65273142,
"lng": 77.22687424,
"most_urgent": false,
"students": 485,
"student_teacher_ratio": 23.0952381
}
}, {
"type": "Point",
"coordinates": [77.238571, 28.648242],
"properties": {
"cartodb_id": 985,
"edudel_code": 2127026,
"distname": "CENTRAL DELHI",
"pincode": 110002,
"school_code": "7060115302",
"school_name": "Govt. Girls Sr. Sec. School, Bela Road, Darya Ganj, New Delhi",
"village_name": "153-DARYA GANJ",
"lat": 28.64824157,
"lng": 77.23857075,
"most_urgent": false,
"students": 327,
"student_teacher_ratio": 17.21052632
}
}, {
"type": "Point",
"coordinates": [77.237221, 28.648442],
"properties": {
"cartodb_id": 986,
"edudel_code": 2127027,
"distname": "CENTRAL DELHI",
"pincode": 110002,
"school_code": "7060107901",
"school_name": "Govt. Girls Sr. Sec. School, Kala Mahal, Pataudi House, Darya Ganj, New Delhi",
"village_name": "079-JAMA MASJID",
"lat": 28.64844174,
"lng": 77.23722091,
"most_urgent": false,
"students": 366,
"student_teacher_ratio": 20.33333333
}
}, {
"type": "Point",
"coordinates": [77.233144, 28.640645],
"properties": {
"cartodb_id": 987,
"edudel_code": 2127030,
"distname": "CENTRAL DELHI",
"pincode": 110006,
"school_code": "7060108301",
"school_name": "Govt. Girls Middle School (Urdu Medium), Kali Masjid, Bulbuli Khana, Delhi",
"village_name": "083-SITA RAM BAZAR",
"lat": 28.64064484,
"lng": 77.23314414,
"most_urgent": false,
"students": 172,
"student_teacher_ratio": 11.46666667
}
}, {
"type": "Point",
"coordinates": [77.224622, 28.650282],
"properties": {
"cartodb_id": 988,
"edudel_code": 2127031,
"distname": "CENTRAL DELHI",
"pincode": 110006,
"school_code": "7060108601",
"school_name": "Govt. Girls Middle School, Lambi Gali, Hauz Qazi Delhi",
"village_name": "086-BALLIMARAN",
"lat": 28.65028194,
"lng": 77.22462236,
"most_urgent": false,
"students": 300,
"student_teacher_ratio": 23.07692308
}
}, {
"type": "Point",
"coordinates": [77.224286, 28.647107],
"properties": {
"cartodb_id": 989,
"edudel_code": 2127032,
"distname": "CENTRAL DELHI",
"pincode": 110006,
"school_code": "7060108201",
"school_name": "Govt. Boys Middle School (Urdu Medium), Gali Bansi Koyle Wali, Ajmeri Gate, Delhi",
"village_name": "082-KUCCHA PANDIT",
"lat": 28.64710728,
"lng": 77.22428605,
"most_urgent": false,
"students": 126,
"student_teacher_ratio": 14
}
}, {
"type": "Point",
"coordinates": [77.243236, 28.633821],
"properties": {
"cartodb_id": 990,
"edudel_code": 2127034,
"distname": "CENTRAL DELHI",
"pincode": 110002,
"school_code": "7060115301",
"school_name": "Govt. Co-ed. Middle School, Firozshah Kotla, New Delhi",
"village_name": "153-DARYA GANJ",
"lat": 28.63382107,
"lng": 77.24323626,
"most_urgent": false,
"students": 113,
"student_teacher_ratio": 10.27272727
}
}, {
"type": "Point",
"coordinates": [77.224923, 28.650524],
"properties": {
"cartodb_id": 991,
"edudel_code": 2127179,
"distname": "CENTRAL DELHI",
"pincode": 110006,
"school_code": "7060108604",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya No.2, Zeenat Mahal, Lal Kuan, Delhi",
"village_name": "086-BALLIMARAN",
"lat": 28.65052446,
"lng": 77.22492297,
"most_urgent": true,
"students": 997,
"student_teacher_ratio": 26.23684211
}
}, {
"type": "Point",
"coordinates": [77.224841, 28.650592],
"properties": {
"cartodb_id": 992,
"edudel_code": 2127180,
"distname": "CENTRAL DELHI",
"pincode": 110006,
"school_code": "7060108603",
"school_name": "Govt. Girls Sec. School No.1, Zeenat Mahal, Lal Kuan, Delhi",
"village_name": "086-BALLIMARAN",
"lat": 28.65059177,
"lng": 77.22484147,
"most_urgent": false,
"students": 123,
"student_teacher_ratio": 10.25
}
}, {
"type": "Point",
"coordinates": [77.206089, 28.642621],
"properties": {
"cartodb_id": 993,
"edudel_code": 2128001,
"distname": "CENTRAL DELHI",
"pincode": 110055,
"school_code": "7060108903",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Pahar Ganj, Kaseru Walan, New Delhi",
"village_name": "089-PAHAR GANJ",
"lat": 28.64262123,
"lng": 77.20608922,
"most_urgent": false,
"students": 766,
"student_teacher_ratio": 23.21212121
}
}, {
"type": "Point",
"coordinates": [77.199954, 28.645504],
"properties": {
"cartodb_id": 994,
"edudel_code": 2128002,
"distname": "CENTRAL DELHI",
"pincode": 110005,
"school_code": "7060109105",
"school_name": "Govt. Sarvodaya Bal Vidyalaya (Asharfi Devi), Plot No. 6, Jhandewalan, New Delhi",
"village_name": "091-KAROL BAGH",
"lat": 28.64550424,
"lng": 77.19995426,
"most_urgent": false,
"students": 654,
"student_teacher_ratio": 22.55172414
}
}, {
"type": "Point",
"coordinates": [77.189242, 28.659226],
"properties": {
"cartodb_id": 995,
"edudel_code": 2128006,
"distname": "CENTRAL DELHI",
"pincode": 110005,
"school_code": "7060109104",
"school_name": "Govt. Boys Sr. Sec. School, Near Liberty Cinema, New Rohtak Road, New Delhi",
"village_name": "091-KAROL BAGH",
"lat": 28.65922614,
"lng": 77.1892423,
"most_urgent": false,
"students": 398,
"student_teacher_ratio": 22.11111111
}
}, {
"type": "Point",
"coordinates": [77.182284, 28.650993],
"properties": {
"cartodb_id": 996,
"edudel_code": 2128007,
"distname": "CENTRAL DELHI",
"pincode": 110005,
"school_code": "7060109204",
"school_name": "Govt. Boys Sr. Sec. School, Tank Road, Dev Nagar, New Delhi",
"village_name": "092-DEV NAGAR",
"lat": 28.65099322,
"lng": 77.18228355,
"most_urgent": false,
"students": 659,
"student_teacher_ratio": 22.72413793
}
}, {
"type": "Point",
"coordinates": [77.206864, 28.645918],
"properties": {
"cartodb_id": 997,
"edudel_code": 2128008,
"distname": "CENTRAL DELHI",
"pincode": 110055,
"school_code": "7060108902",
"school_name": "Govt. Sarvodaya Bal Vidyalaya, Rani Jhansi Road (Near P.S.Paharganj) New Delhi",
"village_name": "089-PAHAR GANJ",
"lat": 28.6459182,
"lng": 77.20686356,
"most_urgent": false,
"students": 882,
"student_teacher_ratio": 24.5
}
}, {
"type": "Point",
"coordinates": [77.191565, 28.656694],
"properties": {
"cartodb_id": 998,
"edudel_code": 2128014,
"distname": "CENTRAL DELHI",
"pincode": 110005,
"school_code": "7060109203",
"school_name": "Govt. Sarvodaya Bal Vidyalaya , Ramjas Lane, Karol Bagh, New Delhi",
"village_name": "092-DEV NAGAR",
"lat": 28.65669448,
"lng": 77.19156498,
"most_urgent": false,
"students": 895,
"student_teacher_ratio": 30.86206897
}
}, {
"type": "Point",
"coordinates": [77.206413, 28.643628],
"properties": {
"cartodb_id": 999,
"edudel_code": 2128018,
"distname": "CENTRAL DELHI",
"pincode": 110055,
"school_code": "7060108701",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Paharganj, Aram Bagh Lane, New Delhi",
"village_name": "087-RAM NAGAR",
"lat": 28.64362791,
"lng": 77.20641272,
"most_urgent": false,
"students": 540,
"student_teacher_ratio": 20
}
}, {
"type": "Point",
"coordinates": [77.18565, 28.639414],
"properties": {
"cartodb_id": 1000,
"edudel_code": 2128019,
"distname": "CENTRAL DELHI",
"pincode": 110060,
"school_code": "7060114901",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Swami Dayanand), Old Rajinder Nagar, New Delhi",
"village_name": "149-RAJINDER NAGAR",
"lat": 28.63941405,
"lng": 77.18564963,
"most_urgent": false,
"students": 1250,
"student_teacher_ratio": 25.51020408
}
}, {
"type": "Point",
"coordinates": [77.181519, 28.647919],
"properties": {
"cartodb_id": 1001,
"edudel_code": 2128020,
"distname": "CENTRAL DELHI",
"pincode": 110005,
"school_code": "7060109103",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya (Baba Ramdev), Prasad Nagar New Delhi",
"village_name": "091-KAROL BAGH",
"lat": 28.647919,
"lng": 77.18151857,
"most_urgent": false,
"students": 1232,
"student_teacher_ratio": 28
}
}, {
"type": "Point",
"coordinates": [77.206208, 28.642898],
"properties": {
"cartodb_id": 1002,
"edudel_code": 2128021,
"distname": "CENTRAL DELHI",
"pincode": 110055,
"school_code": "7060108901",
"school_name": "Govt. Girls Sr. Sec. School, Pahar Ganj, New Delhi",
"village_name": "089-PAHAR GANJ",
"lat": 28.64289756,
"lng": 77.20620784,
"most_urgent": false,
"students": 532,
"student_teacher_ratio": 21.28
}
}, {
"type": "Point",
"coordinates": [77.18908, 28.659205],
"properties": {
"cartodb_id": 1003,
"edudel_code": 2128023,
"distname": "CENTRAL DELHI",
"pincode": 110005,
"school_code": "7060109202",
"school_name": "Govt. Girls Sr. Sec. School, New Rohtak Road New Delhi",
"village_name": "092-DEV NAGAR",
"lat": 28.65920486,
"lng": 77.18907994,
"most_urgent": false,
"students": 489,
"student_teacher_ratio": 19.56
}
}, {
"type": "Point",
"coordinates": [77.196694, 28.650964],
"properties": {
"cartodb_id": 1004,
"edudel_code": 2128025,
"distname": "CENTRAL DELHI",
"pincode": 110005,
"school_code": "7060109102",
"school_name": "Govt. Girls Sec. School, East Park Road, Karol Bagh New Delhi",
"village_name": "091-KAROL BAGH",
"lat": 28.65096433,
"lng": 77.19669415,
"most_urgent": false,
"students": 403,
"student_teacher_ratio": 28.78571429
}
}, {
"type": "Point",
"coordinates": [77.186557, 28.65895],
"properties": {
"cartodb_id": 1005,
"edudel_code": 2128028,
"distname": "CENTRAL DELHI",
"pincode": 110005,
"school_code": "7060109201",
"school_name": "Govt. Girls Middle School, 22-B, Dev Nagar New Delhi",
"village_name": "092-DEV NAGAR",
"lat": 28.65894979,
"lng": 77.18655655,
"most_urgent": false,
"students": 226,
"student_teacher_ratio": 14.125
}
}, {
"type": "Point",
"coordinates": [77.198335, 28.645525],
"properties": {
"cartodb_id": 1006,
"edudel_code": 2128031,
"distname": "CENTRAL DELHI",
"pincode": 110005,
"school_code": "7060109101",
"school_name": "Rajkiya Pratibha Vikas Vidyalaya, Plot No.1, Link Road, Karol Bagh New Delhi",
"village_name": "091-KAROL BAGH",
"lat": 28.6455246,
"lng": 77.19833484,
"most_urgent": false,
"students": 477,
"student_teacher_ratio": 17.66666667
}
}, {
"type": "Point",
"coordinates": [77.177948, 28.635862],
"properties": {
"cartodb_id": 1007,
"edudel_code": 2128032,
"distname": "CENTRAL DELHI",
"pincode": 110060,
"school_code": "7060109601",
"school_name": "Govt. Sarvodaya Vidyalaya (Rana Pratap), New Rajinder Nagar New Delhi",
"village_name": "096-NEW RANJIT NAGAR",
"lat": 28.63586181,
"lng": 77.17794787,
"most_urgent": false,
"students": 696,
"student_teacher_ratio": 19.88571429
}
}, {
"type": "Point",
"coordinates": [77.083417, 28.585475],
"properties": {
"cartodb_id": 1008,
"edudel_code": 1821027,
"distname": "SOUTH WEST DELHI",
"pincode": 110077,
"school_code": "7080114201",
"school_name": "Govt. Sarvodaya Kanya Vidyalaya, Raj Nagar, Palam Colony, New Delhi",
"village_name": "142-RAJ NAGAR",
"lat": 28.58547477,
"lng": 77.08341734,
"most_urgent": false,
"students": 1439,
"student_teacher_ratio": 23.98333333
}
}, {
"type": "Point",
"coordinates": [77.23353, 28.517987],
"properties": {
"cartodb_id": 1009,
"edudel_code": 1923017,
"distname": "SOUTH DELHI",
"pincode": 110062,
"school_code": "7090118209",
"school_name": "Govt. Boys Sr. Sec. School, Dr. Ambedkar Nagar, Sector-IV, (Tigari), New Delhi",
"village_name": "182-AMBEDKAR NGR.",
"lat": 28.51798722,
"lng": 77.23352972,
"most_urgent": false,
"students": 964,
"student_teacher_ratio": 35.7037037
}
}]
}
}
}
edudel_code DISTNAME PINCODE SCHOOL_CODE SCHOOL_NAME VILLAGE_NAME lat lng most_urgent ac_year students students_1t5 students_6t12 students_10 students_12 teachers student_teacher_ratio transition_9to10 transition_11to12 splitcheck new_teacher
1412288 NORTH WEST DELHI 110086 7010103803 Govt. Boys Sr. Sec. School, Block-P, Sultan Puri, Delhi 038-MANGOLPURI NORTH 28.692372 77.067557 TRUE 2015-16 1108 0 1108 102 97 9 123.1111111 #N/A #N/A #N/A 2
1105107 NORTH EAST DELHI 110053 7030125405 Govt. Boys Sr. Sec. School, Gautam Puri (New Usmanpur), Delhi 254-BRAHAMPURI 28.68179521 77.26203334 TRUE 2015-16 1578 0 1578 83 107 17 92.82352941 0.289198606 0.87704918 FALSE 2
1412254 NORTH WEST DELHI 110081 7010103302 Govt. Boys Sr. Sec. School No.2, Mubarakpur Dabas Delhi 033-PRATAP VIHAR 28.71210563 77.04112001 TRUE 2015-16 1586 0 1586 122 26 25 63.44 0.7625 0.8125 FALSE 3
1925403 SOUTH DELHI 110076 7090120704 Govt. Boys Sr. Sec. School , Madanpur Khadar New Delhi 207-MADANPUR KHADAR 28.5354383 77.2639326 TRUE 2015-16 1067 0 1067 127 0 17 62.76470588 #N/A #N/A #N/A 2
1309280 NORTH WEST DELHI 110042 7010101603 Govt. Co-ed. Middle School, Bhalswa Village, Delhi 016-JAHANGIRPURI - I 28.735011 77.1636148 TRUE 2015-16 1245 0 1245 0 0 20 62.25 NA NA FALSE 3
1923357 SOUTH DELHI 110062 7090118602 Govt. Sarvodaya Bal Vidyalaya, J-Block, Sangam Vihar, New Delhi 186-SANGAM VIHAR (WEST) 28.49296319 77.24177556 TRUE 2015-16 2290 43 2247 190 0 38 60.26315789 0.788381743 NA FALSE 3
1104143 NORTH EAST DELHI 110094 7030127101 Govt. Boys Sr. Sec. School, Karawal Nagar, Delhi 271-KARAWAL NAGAR (WEST) 28.73325412 77.26551034 TRUE 2015-16 4866 0 4866 796 551 84 57.92857143 0.728937729 0.697468354 FALSE 5
1106259 NORTH EAST DELHI 110093 7030126404 Govt. Girls Sr. Sec. School, Mandoli Extension, Delhi 264-HARSH VIHAR 28.70147145 77.31589912 TRUE 2015-16 2712 0 2712 308 456 47 57.70212766 0.853185596 0.776831346 FALSE 0
1104262 NORTH EAST DELHI 110094 7030127002 Govt. Girls Sr. Sec. School, Tukhmirpur, Delhi 270-TUKHMIRPUR 28.71051122 77.26396487 TRUE 2015-16 2720 0 2720 359 251 48 56.66666667 0.789010989 0.871527778 FALSE 9
1923346 SOUTH DELHI 110062 7090118601 Govt. Sarvodaya Kanya Vidyalaya , J-Block, Sangam Vihar, New Delhi 186-SANGAM VIHAR (WEST) 28.50111431 77.23432502 TRUE 2015-16 3213 373 2840 147 0 57 56.36842105 0.844827586 NA FALSE 2
1106265 NORTH EAST DELHI 110093 7030126406 Govt. Boys Sr. Sec. School, Mandoli Extension, Delhi 264-HARSH VIHAR 28.70147081 77.31593701 TRUE 2015-16 2020 0 2020 286 289 36 56.11111111 0.826589595 0.905956113 FALSE 2
1106264 NORTH EAST DELHI 110093 7030126405 Govt. Co-ed. Sr. Sec. School, Sunder Nagari, Delhi 264-HARSH VIHAR 28.69398604 77.32169605 TRUE 2015-16 3295 0 3295 239 188 60 54.91666667 0.773462783 0.620462046 FALSE 1
1104008 NORTH EAST DELHI 110053 7030125609 Govt. Boys Sr. Sec. School No.2, Yamuna Vihar, C-Block, Delhi 256-YAMUNA VIHAR 28.70037397 77.2768138 FALSE 2015-16 3768 0 3768 354 299 69 54.60869565 0.428053204 0.433962264 FALSE 1
1413320 NORTH WEST DELHI 110085 7010102106 Govt. Co-ed. Middle School, Sect-15, Pkt-F&G, Rohini, Delhi 021-ROHINI NA NA FALSE 2015-16 381 0 381 0 0 7 54.42857143 NA NA FALSE 0
1104419 NORTH EAST DELHI 110094 7030126701 Govt. Girls Sr. Sec. School No.2, Tukhmirpur, Delhi 267-NEHRU VIHAR 28.699877 77.270506 TRUE 2015-16 3637 0 3637 400 554 67 54.28358209 0.796812749 0.85625966 FALSE 11
1310408 NORTH WEST DELHI 110040 7010100103 Govt. Sarvodaya Vidyalaya, Sect. B-4, Narela, Delhi 001-NARELA 28.85825695 77.08528283 FALSE 2015-16 976 201 775 110 0 18 54.22222222 0.93220339 NA FALSE 1
1925401 SOUTH DELHI 110044 7090120408 Govt. Girls Sr. Sec. School No.1, Molar Band, New Delhi 204-MOLARBAND 28.5053722 77.3116222 TRUE 2015-16 3616 0 3616 431 503 69 52.4057971 #N/A #N/A #N/A 0
1310414 NORTH WEST DELHI 110039 7010102805 Govt. Girls Sr. Sec. School No.1, Bawana J. J. Colony , Delhi 028-BAWANA 28.80789911 77.05146307 TRUE 2015-16 2905 0 2905 349 113 56 51.875 1.026470588 0.474789916 FALSE 5
1207230 NORTH DELHI 110042 7020100601 Govt. Girls Sec. School, Mukund Pur Village, Delhi 6-MUKANDPUR 28.7491315 77.18178062 TRUE 2015-16 2327 0 2327 0 0 45 51.71111111 NA NA FALSE 3
1104014 NORTH EAST DELHI 110094 7030126802 Govt. Boys Sec. School, Mustafabad, Gali No.19, Delhi 268-MUSTAFABAD 28.71092521 77.27559674 TRUE 2015-16 2369 0 2369 200 0 47 50.40425532 0.372439479 NA FALSE 3
1207236 NORTH DELHI 110084 7020100602 Govt. Boys Sec. School, Mukund Pur Village, Delhi 6-MUKANDPUR 28.74916672 77.18181607 TRUE 2015-16 2317 0 2317 0 0 46 50.36956522 NA NA FALSE 4
1104022 NORTH EAST DELHI 110094 7030126902 Govt. Sarvodaya Kanya Vidyalaya, Khajoori Khas Delhi 269-KHAZOORI KHAS 28.70999607 77.25776651 TRUE 2015-16 5234 386 4848 536 299 104 50.32692308 0.71657754 0.7475 FALSE 9
1925400 SOUTH DELHI 110044 7090120407 Govt. Girls Sr. Sec. School No.4, Molar Band, New Delhi 204-MOLARBAND 28.5053722 77.3116222 TRUE 2015-16 4383 0 4383 377 406 88 49.80681818 #N/A #N/A #N/A 0
1104335 NORTH EAST DELHI 110094 7030127202 Govt. Girls Sr. Sec. School, Sonia Vihar, 4 1/2 Pusta, Delhi 272-SONIA VIHAR 28.7333916 77.24847891 TRUE 2015-16 4422 0 4422 699 500 90 49.13333333 0.985895628 0.961538462 FALSE 13
1925402 SOUTH DELHI 110044 7090120409 Govt. Sarvodaya Bal Vidyalaya No.2, Molar Band, New Delhi 204-MOLARBAND 28.493449 77.326605 TRUE 2015-16 1955 53 1902 310 0 40 48.875 #N/A #N/A #N/A 4
1104011 NORTH EAST DELHI 110094 7030127103 Govt. Girls Sr. Sec. School, Sabhapur, Delhi 271-KARAWAL NAGAR (WEST) 28.74786787 77.25699393 TRUE 2015-16 1746 0 1746 195 165 36 48.5 0.890410959 0.91160221 FALSE 3
1413317 NORTH WEST DELHI 110085 7010102109 Govt. Boys Middle School, Sect-24, Rohini, Delhi 021-ROHINI 28.726588 77.0873555 FALSE 2015-16 767 0 767 0 0 16 47.9375 NA NA FALSE 0
1104142 NORTH EAST DELHI 110094 7030127102 Govt. Girls Sr. Sec. School, Karawal Nagar, Delhi 271-KARAWAL NAGAR (WEST) 28.73374762 77.26551387 TRUE 2015-16 6381 0 6381 892 759 134 47.61940299 0.883168317 0.83960177 FALSE 24
1925404 SOUTH DELHI 110076 7090120705 Govt. Girls Sr. Sec. School, Madanpur Khadar New Delhi 207-MADANPUR KHADAR 28.5422605 77.2974259 TRUE 2015-16 1407 0 1407 167 0 30 46.9 #N/A #N/A #N/A 4
1208229 NORTH DELHI 110052 7020107305 Govt. Sarvodaya Bal Vidyalaya, Lalita Block, Shastri Nagar Delhi 73-SHASTRI NAGAR 28.67703074 77.17812525 FALSE 2015-16 466 232 234 0 0 10 46.6 NA NA FALSE 0
1104336 NORTH EAST DELHI 110094 7030127201 Govt. Boys Sr. Sec. School, Sonia Vihar, 4 1/2 Pusta, Delhi 272-SONIA VIHAR 28.73327709 77.24826337 TRUE 2015-16 3385 0 3385 496 264 74 45.74324324 0.764252696 0.605504587 FALSE 10
1105241 NORTH EAST DELHI 110053 7030125406 Govt. Boys Sr. Sec. School, X-Block, Brahmpuri, Delhi 254-BRAHAMPURI 28.67900771 77.26616616 TRUE 2015-16 956 0 956 30 42 21 45.52380952 0.508474576 0.552631579 FALSE 1
1617222 WEST DELHI 110041 7070104311 Govt. Sarvodaya Kanya Vidyalaya, Shiv Ram Park, Nangloi-Najafgarh Road, New Delhi 043-NANGLOI EAST 28.64253328 77.05869637 TRUE 2015-16 1656 384 1272 45 0 37 44.75675676 0.692307692 NA FALSE 3
1106120 NORTH EAST DELHI 110093 7030126302 Govt. Boys Sr. Sec. School, Saboli, Delhi 263-SABOLI 28.70127874 77.30396193 TRUE 2015-16 2458 0 2458 276 49 55 44.69090909 0.438791733 0.731343284 FALSE 3
1106014 NORTH EAST DELHI 110093 7030124310 Govt. Boys Sec. School, Nand Nagri Extn., Block F1-F2, Delhi 243-NANG NAGRI 28.69290251 77.31477889 TRUE 2015-16 1371 0 1371 113 0 31 44.22580645 0.44140625 NA FALSE 0
1104406 NORTH EAST DELHI 110094 7030126208 Govt. Boys Sr. Sec. School, East Gokul Pur, Delhi 262-GOKULPUR 28.70371667 77.29081704 TRUE 2015-16 3604 0 3604 320 267 82 43.95121951 0.462427746 0.590707965 FALSE 2
1104002 NORTH EAST DELHI 110094 7030126904 Govt. Sarvodaya Bal Vidyalaya, Khajoori Khas, Delhi 269-KHAZOORI KHAS 28.71019039 77.25752471 TRUE 2015-16 3992 239 3753 251 258 91 43.86813187 0.306097561 0.556034483 FALSE 6
1104028 NORTH EAST DELHI 110094 7030126801 Govt. Girls Sec. School, Mustufabad, Delhi 268-MUSTAFABAD 28.71086778 77.27571727 TRUE 2015-16 2826 0 2826 374 0 65 43.47692308 0.601286174 NA FALSE 2
1925012 SOUTH DELHI 110019 7090119607 Govt. Boys Sr. Sec. School , Block-G, Kalkaji New Delhi 196-KALKAJI 28.54294699 77.25971444 TRUE 2015-16 1172 0 1172 88 73 27 43.40740741 0.376068376 0.496598639 FALSE 4
1310415 NORTH WEST DELHI 110039 7010102804 Govt. Boys Sr. Sec. School No.2 , Bawana J. J. Colony, Delhi 028-BAWANA 28.80789613 77.0519097 TRUE 2015-16 3151 0 3151 246 158 73 43.16438356 0.675824176 0.748815166 FALSE 7
1925053 SOUTH DELHI 110044 7090120402 Govt. Girls Sr. Sec. School No.2, Molar Band, New Delhi 204-MOLARBAND 28.4946702 77.32607848 TRUE 2015-16 3166 0 3166 233 355 75 42.21333333 0.188358933 0.291700904 TRUE 1
1104261 NORTH EAST DELHI 110094 7030127001 Govt. Boys Sr. Sec. School, Tukhmirpur, Delhi 270-TUKHMIRPUR 28.7107077 77.26426236 TRUE 2015-16 2489 0 2489 170 311 59 42.18644068 0.388127854 0.625754527 FALSE 5
1106021 NORTH EAST DELHI 110095 7030124201 Govt. Sarvodaya Kanya Vidyalaya (Vishwamitra), Seemapuri, Delhi 242-NEW SEEMA PURI 28.67861101 77.32682329 TRUE 2015-16 4295 391 3904 366 339 103 41.69902913 0.802631579 0.733766234 FALSE 5
1411022 NORTH WEST DELHI 110052 7010106704 Govt. Boys Sr. Sec. School, Wazirpur, JJ Colony, Delhi 067-WAZIRPUR 28.6833851 77.16936035 TRUE 2015-16 1539 0 1539 160 67 37 41.59459459 0.506329114 0.446666667 FALSE 2
1925027 SOUTH DELHI 110020 7090119901 Govt. Girls Sr. Sec. School, Tekhand, Okhla Phase-I, New Delhi 199-TEHKHAND 28.52472272 77.28375167 TRUE 2015-16 1861 0 1861 215 70 45 41.35555556 0.911016949 0.514705882 FALSE 3
1104420 NORTH EAST DELHI 110094 7030126702 Govt. Boys Sr. Sec. School No.2, Tukhmirpur, Delhi 267-NEHRU VIHAR 28.7106998 77.264704 TRUE 2015-16 2887 0 2887 310 397 70 41.24285714 0.698198198 0.661666667 FALSE 7
1925353 SOUTH DELHI 110025 7090120802 Govt. Boys Sr. Sec. School, Jasola Village (Shaheen Bagh), New Delhi 208-SARITA VIHAR 28.54554219 77.29612799 TRUE 2015-16 1731 0 1731 246 38 42 41.21428571 0.845360825 0.2375 FALSE 2
1104029 NORTH EAST DELHI 110053 7030125203 Govt. Girls Sr. Sec. School, Vijay Park, Maujpur, Delhi 252-MAUZPUR 28.6961607 77.27654287 FALSE 2015-16 1813 0 1813 219 229 44 41.20454545 0.688679245 0.713395639 FALSE 1
1413077 NORTH WEST DELHI 110086 7010102702 Govt. Boys Sr. Sec. School, Begumpur, Delhi 027-BEGUMPUR 28.72381433 77.06690808 FALSE 2015-16 2181 0 2181 177 157 53 41.1509434 0.384782609 0.625498008 FALSE 5
1105236 NORTH EAST DELHI 110053 7030123401 Govt. Sarvodaya Kanya Vidyalaya, Buland Masjid, Shastri Park, Delhi 234-GANDHI NAGAR 28.67207108 77.25238057 TRUE 2015-16 1399 613 786 94 18 34 41.14705882 0.862385321 1 FALSE 2
1106118 NORTH EAST DELHI 110093 7030124601 Govt. Boys Sr. Sec. School, DDA Flats, East of Loni Road Delhi 246-ASHOK NAGAR 28.69571104 77.30563829 FALSE 2015-16 2664 0 2664 251 272 65 40.98461538 0.339648173 0.467353952 FALSE 2
1104400 NORTH EAST DELHI 110094 7030126201 Govt. Girls Sr. Sec. School, East Gokul Pur, Delhi 262-GOKULPUR 28.70394697 77.29064771 TRUE 2015-16 2077 0 2077 232 219 51 40.7254902 0.516703786 0.649851632 FALSE 1
1106258 NORTH EAST DELHI 110093 7030126403 Govt. Boys Sec. School, A-Block, Harsh Vihar, Delhi 264-HARSH VIHAR 28.70184741 77.32427808 TRUE 2015-16 1219 0 1219 180 0 30 40.63333333 0.649819495 NA FALSE 1
1925399 SOUTH DELHI 110044 7090120406 Govt. Boys Sr. Sec. School No.3, Molar Band, New Delhi 204-MOLARBAND 28.5071713 77.2993247 TRUE 2015-16 2943 0 2943 389 378 73 40.31506849 #N/A #N/A #N/A 0
1925360 SOUTH DELHI 110044 7090120307 Govt. Boys Sr. Sec. School, Tajpur Pahri, Badarpur, New Delhi 203-BADARPUR 28.5071713 77.2993247 TRUE 2015-16 1446 0 1446 126 13 36 40.16666667 0.446808511 0.342105263 FALSE 0
1412253 NORTH WEST DELHI 110081 7010103301 Govt. Girls Sr. Sec. School No.2, Mubarakpur Dabas Delhi 033-PRATAP VIHAR 28.71191459 77.04112307 TRUE 2015-16 1486 0 1486 169 0 37 40.16216216 0.824390244 NA FALSE 3
1925339 SOUTH DELHI 110076 7090120601 Govt. Boys Sec. School, Madanpur Khadar Extn. J.J.Colony New Delhi 206-OKHLA 28.53112637 77.31008305 TRUE 2015-16 2203 0 2203 285 0 55 40.05454545 0.796089385 NA FALSE 1
1104153 NORTH EAST DELHI 110094 7030126901 Govt. Girls Sr. Sec. School, Khajoori Khas, Delhi 269-KHAZOORI KHAS 28.71088155 77.25748864 TRUE 2015-16 2515 0 2515 296 318 63 39.92063492 0.840909091 0.861788618 FALSE 2
1925356 SOUTH DELHI 110020 7090119902 Govt. Boys Sr. Sec. School, Tekhand, Okhla Phase-I, New Delhi 199-TEHKHAND 28.5246832 77.28379541 TRUE 2015-16 1828 0 1828 192 30 46 39.73913043 0.6 0.212765957 FALSE 2
1925040 SOUTH DELHI 110044 7090119704 Govt. Sarvodaya Kanya Vidyalaya, Tuglakabad Village New Delhi 197-TUGLAKABAD 28.51023074 77.26666155 TRUE 2015-16 2335 195 2140 246 163 59 39.57627119 0.911111111 0.708695652 FALSE 2
1105239 NORTH EAST DELHI 110032 7030125903 Govt. Co-ed. Sr. Sec. School, New Jafrabad, Delhi 259-JANTA COLONY 28.68272533 77.27688974 TRUE 2015-16 1028 0 1028 32 44 26 39.53846154 0.47761194 0.666666667 FALSE 2
1106117 NORTH EAST DELHI 110093 7030126303 Govt. Girls Sr. Sec. School, Saboli, Delhi 263-SABOLI 28.70140763 77.30390355 TRUE 2015-16 2955 0 2955 494 38 75 39.4 0.851724138 0.703703704 FALSE 1
1617223 WEST DELHI 110041 7070104401 Govt. Sarvodaya Bal Vidyalaya, Nihal Vilar, Nangloi, New Delhi 044-QUAMMRUDDIN NGR 28.66306814 77.0792067 TRUE 2015-16 983 46 937 48 0 25 39.32 0.685714286 NA FALSE 4
1412089 NORTH WEST DELHI 110086 7010103901 Govt. Girls Sr. Sec. School, Block-F, Sultanpuri, Delhi 039-SULTANPUR MAJRA 28.68995626 77.0703093 TRUE 2015-16 1295 0 1295 121 131 33 39.24242424 0.633507853 0.727777778 FALSE 2
1412085 NORTH WEST DELHI 110086 7010103903 Govt. Boys Sr. Sec. School, Block-D, Sultanpuri, Delhi 039-SULTANPUR MAJRA 28.70174527 77.07714173 FALSE 2015-16 902 0 902 96 98 23 39.2173913 0.732824427 0.748091603 FALSE 0
1104003 NORTH EAST DELHI 110053 7030125610 Govt. Sarvodaya Bal Vidyalaya No.2, Yamuna Vihar, B-Block, Delhi 256-YAMUNA VIHAR 28.69970293 77.27024285 TRUE 2015-16 3678 289 3389 456 376 94 39.12765957 0.527777778 0.659649123 FALSE 4
1002005 EAST DELHI 110092 7040121701 Govt. Sarvodaya Bal Vidyalaya, West Vinod Nagar, Delhi 217-VINOD NAGAR 28.62164984 77.29751809 FALSE 2015-16 1677 339 1338 138 173 43 39 0.582278481 0.535603715 FALSE 0
1413319 NORTH WEST DELHI 110085 7010102107 Govt. Boys Middle School, Sect-16, Pkt-D, Rohini, Delhi 021-ROHINI NA NA FALSE 2015-16 273 0 273 0 0 7 39 NA NA FALSE 1
1412131 NORTH WEST DELHI 110086 7010103501 Govt. Girls Sr. Sec. School, Nithari Delhi 035-KIRARI SULEMAN NGR. 28.70822832 77.05634514 TRUE 2015-16 4045 0 4045 459 490 104 38.89423077 0.754934211 0.839041096 FALSE 2
1413316 NORTH WEST DELHI 110085 7010102110 Govt. Girls Middle School, Sect-24, Rohini, Delhi 021-ROHINI 28.7443932 77.1002004 FALSE 2015-16 583 0 583 0 0 15 38.86666667 #N/A #N/A #N/A 0
1822245 SOUTH WEST DELHI 110043 7080113403 Govt. Co-ed. Sec. School, Vill. Nangli Sakrawati , New Delhi 134-NANGLI SAKRAWATI 28.62473591 77.01986015 TRUE 2015-16 1976 0 1976 231 0 51 38.74509804 0.553956835 NA FALSE 2
1104021 NORTH EAST DELHI 110094 7030126202 Govt. Sarvodaya Kanya Vidyalaya, Gokal Pur Village, Delhi 262-GOKULPUR 28.70241373 77.28730741 TRUE 2015-16 4182 292 3890 1045 644 108 38.72222222 0.957836847 0.99229584 FALSE 3
1412092 NORTH WEST DELHI 110086 7010103403 Govt. Sarvodaya Bal Vidyalaya, Nithari Delhi 034-NITHARI 28.70871332 77.05533258 TRUE 2015-16 2744 79 2665 213 330 71 38.64788732 0.505938242 0.617977528 FALSE 1
1104417 NORTH EAST DELHI 110094 7030127104 Govt. Boys Sr. Sec. School, Sabhapur, Delhi 271-KARAWAL NAGAR (WEST) 28.74785772 77.25718203 TRUE 2015-16 1813 0 1813 183 151 47 38.57446809 0.544642857 0.68018018 FALSE 3
1821022 SOUTH WEST DELHI 110037 7080114303 Govt. Sarvodaya Kanya Vidyalaya, Samalka New Delhi 143-KAPASHERA 28.53194295 77.08588815 FALSE 2015-16 4200 389 3811 304 223 109 38.53211009 0.551724138 0.825925926 FALSE 6
1310458 NORTH WEST DELHI 110040 7010100406 Govt. Sarvodaya Bal Vidyalaya , Tikri Khurd, Delhi 004-BAKHTAWARPUR 28.8504108 77.0731084 FALSE 2015-16 1037 110 927 99 67 27 38.40740741 #N/A #N/A #N/A 5
1309262 NORTH WEST DELHI 110042 7010101802 Govt. Boys Sr. Sec. School, Libaspur, Delhi 018-LIBASPUR 28.74901062 77.14312873 TRUE 2015-16 2607 0 2607 280 165 68 38.33823529 0.775623269 0.574912892 FALSE 0
1617001 WEST DELHI 110041 7070103005 Govt. Boys Sr. Sec. School, Tikri Kalan, Delhi 030-MUNDKA 28.68621722 76.96313363 FALSE 2015-16 1684 0 1684 164 110 44 38.27272727 0.901098901 0.859375 FALSE 1
1618281 WEST DELHI 110059 7070112406 Govt. Sarvodaya Bal Vidyalaya, Hastsal, Janta Flats, New Delhi 124-VIKAS NAGAR 28.62617056 77.06338467 TRUE 2015-16 1721 115 1606 160 152 45 38.24444444 0.535117057 0.591439689 FALSE 6
1104024 NORTH EAST DELHI 110053 7030125605 Govt. Sarvodaya Kanya Vidyalaya No.2, Yamuna Vihar, C-Block, Delhi 256-YAMUNA VIHAR 28.69970479 77.27682924 TRUE 2015-16 3472 344 3128 438 340 91 38.15384615 0.658646617 0.7852194 FALSE 3
1925340 SOUTH DELHI 110076 7090120701 Govt. Girls Sec. School, Madanpur Khadar Extn. J.J.Colony New Delhi 207-MADANPUR KHADAR 28.53108193 77.30992432 TRUE 2015-16 2402 0 2402 357 0 63 38.12698413 0.854066986 NA FALSE 2
1925359 SOUTH DELHI 110044 7090120306 Govt. Girls Sr. Sec. School, Tajpur Pahri, Badarpur, New Delhi 203-BADARPUR 28.4947856 77.3058772 TRUE 2015-16 1334 0 1334 103 53 35 38.11428571 0.609467456 0.5 FALSE 2
1925345 SOUTH DELHI 110025 7090120801 Govt. Girls Sr. Sec. School, Jasola Village Shaheen Bagh, New Delhi 208-SARITA VIHAR 28.54557551 77.29617237 TRUE 2015-16 1749 0 1749 142 108 46 38.02173913 0.531835206 0.486486486 FALSE 2
1411035 NORTH WEST DELHI 110052 7010106701 Govt. Sarvodaya Vidyalaya , Wazirpur Village, Delhi 067-WAZIRPUR 28.69013242 77.17228595 FALSE 2015-16 1061 238 823 61 41 28 37.89285714 0.535087719 0.445652174 FALSE 0
1104150 NORTH EAST DELHI 110053 7030125601 Govt. Boys Sr. Sec. School (RDJK), Bhajanpura, D- Block, Delhi 256-YAMUNA VIHAR 28.69845256 77.26049958 FALSE 2015-16 1015 0 1015 106 76 27 37.59259259 0.394052045 0.503311258 FALSE 2
1618063 WEST DELHI 110059 7070112504 Govt. Sarvodaya Kanya Vidyalaya, Mohan Garden, Uttam Nagar, New Delhi 125-MOHAN GARDEN 28.62564938 77.04628469 TRUE 2015-16 4395 362 4033 440 400 117 37.56410256 0.573663625 0.747663551 FALSE 4
1925035 SOUTH DELHI 110025 7090120603 Govt. Sarvodaya Kanya Vidyalaya, Noor Nagar, Jamia Nagar, New Delhi 206-OKHLA 28.55868946 77.28760664 TRUE 2015-16 2738 511 2227 201 311 73 37.50684932 0.555248619 0.767901235 FALSE 3
1617021 WEST DELHI 110041 7070104304 Govt. Girls Sr. Sec. School, Nangloi Delhi 043-NANGLOI EAST 28.68474347 77.06646811 TRUE 2015-16 1987 0 1987 190 126 53 37.49056604 0.591900312 0.594339623 FALSE 0
1208095 NORTH DELHI 110052 7020107302 Govt. Sarvodaya Kanya Vidyalaya, Lalita Block, Shastri Nagar Delhi 73-SHASTRI NAGAR 28.67717986 77.17822006 TRUE 2015-16 1462 260 1202 133 150 39 37.48717949 0.726775956 0.925925926 FALSE 1
1309255 NORTH WEST DELHI 110033 7010100506 Govt. Boys Sr. Sec. School, D-Block,Jahangirpuri, Delhi 005-BHALASWA JAHANGIRPURI 28.72889265 77.17376125 TRUE 2015-16 2731 0 2731 334 205 73 37.4109589 0.53525641 0.554054054 FALSE 2
1925009 SOUTH DELHI 110044 7090120405 Govt. Sarvodaya Bal Vidyalaya No.1 , Molar Band, New Delhi 204-MOLARBAND 28.49528621 77.32636202 TRUE 2015-16 3741 49 3692 322 703 100 37.41 0.274042553 0.616666667 FALSE 0
1516140 WEST DELHI 110008 7070109405 Govt. Boys Sr. Sec. School, West Patel Nagar, New Delhi 094-WEST PATEL NAGAR 28.65424147 77.16527966 TRUE 2015-16 2207 0 2207 127 257 59 37.40677966 0.291954023 0.523421589 FALSE 1
1412248 NORTH WEST DELHI 110086 7010102504 Govt. Sarvodaya Bal Vidyalaya, Pooth Kalan, Rohini Extn.,Sector 20, Delhi 025-POOTH KALA 28.71043096 77.07651414 TRUE 2015-16 2728 0 2728 261 121 73 37.36986301 0.48603352 0.630208333 FALSE 0
1925342 SOUTH DELHI 110020 7090120001 Govt. Boys Sr. Sec. School, Harkesh Nagar New Delhi 200-HARKESH NAGAR 28.54404749 77.2764403 TRUE 2015-16 2352 0 2352 144 108 63 37.33333333 0.301886792 0.545454545 FALSE 4
1617030 WEST DELHI 110043 7070112201 Govt. Co-ed. Sr. Sec. School, Baprola, New Delhi 122-HASTSAL 28.6396911 77.00848629 TRUE 2015-16 5071 0 5071 266 416 136 37.28676471 0.322033898 0.581818182 FALSE 9
1104015 NORTH EAST DELHI 110094 7030126903 Govt. Boys Sr. Sec. School, Khajoori Khas, Delhi 269-KHAZOORI KHAS 28.71095384 77.25804352 TRUE 2015-16 2348 0 2348 297 210 63 37.26984127 0.700471698 0.573770492 FALSE 3
1516013 WEST DELHI 110008 7070109406 Govt. Boys Sr. Sec. School, Prem Nagar, New Delhi 094-WEST PATEL NAGAR 28.6617736 77.16273952 TRUE 2015-16 1638 0 1638 108 82 44 37.22727273 0.241610738 0.759259259 FALSE 5
1104023 NORTH EAST DELHI 110053 7030125606 Govt. Girls Sr. Sec. School No.1, B-Block, Yamuna Vihar, Delhi 256-YAMUNA VIHAR 28.69907818 77.27090305 TRUE 2015-16 2931 0 2931 263 478 79 37.10126582 0.422150883 0.829861111 FALSE 2
1618058 WEST DELHI 110059 7070112401 Govt. Boys Sr. Sec. School, Hastsal, Janta Flats, New Delhi 124-VIKAS NAGAR 28.63767169 77.0575855 TRUE 2015-16 2410 0 2410 165 270 65 37.07692308 0.426356589 0.502793296 FALSE 5
1309279 NORTH WEST DELHI 110033 7010101602 Govt. Sarvodaya Kanya Vidyalaya, Block-A, Plot No.5, Jahangirpuri, Delhi 016-JAHANGIRPURI - I 28.7115748 77.1860118 TRUE 2015-16 889 146 743 0 14 24 37.04166667 NA 0.424242424 FALSE 3
1923066 SOUTH DELHI 110062 7090118202 Govt. Boys Sr. Sec. School No.3, Sect-V, Dr. Ambedkar Nagar, New Delhi 182-AMBEDKAR NGR. 28.51965383 77.24192231 FALSE 2015-16 1259 0 1259 164 115 34 37.02941176 0.788461538 0.727848101 FALSE 1
1310008 NORTH WEST DELHI 110039 7010102705 Govt. Boys Sr. Sec. School, Pooth Khurd, Delhi 027-BEGUMPUR 28.76555937 77.04809204 FALSE 2015-16 740 0 740 76 49 20 37 0.775510204 0.662162162 FALSE 2
1413268 NORTH WEST DELHI 110086 7010102701 Govt. Girls Sr. Sec. School, Begampur, Delhi 027-BEGUMPUR 28.72374643 77.06698602 FALSE 2015-16 3057 0 3057 265 255 83 36.8313253 0.505725191 0.6 FALSE 0
1411038 NORTH WEST DELHI 110034 7010106301 Govt. Girls Sr. Sec. School, Anandwas, (Currently at Kohat Enclave), Delhi 063-KOHAT ENCLAVE 28.68693657 77.14438997 FALSE 2015-16 1252 0 1252 127 64 34 36.82352941 0.579908676 0.603773585 FALSE 5
1923042 SOUTH DELHI 110062 7090117801 Govt. Sarvodaya Kanya Vidyalaya (Bachan Prasad) , Deoli, New Delhi 178-DEVLI 28.49965274 77.23830555 TRUE 2015-16 4629 402 4227 518 409 126 36.73809524 0.687915007 0.749084249 FALSE 1
1925045 SOUTH DELHI 110019 7090119601 Govt. Girls Sec. School, DDA Flats, Phase-II, Kalkaji, New Delhi 196-KALKAJI 28.53412997 77.25612929 TRUE 2015-16 1322 0 1322 212 0 36 36.72222222 0.818532819 NA FALSE 0
1925049 SOUTH DELHI 110025 7090120602 Govt. Girls Sr. Sec. School, Joga Bai, Jamia Nagar New Delhi 206-OKHLA 28.56533137 77.2851853 TRUE 2015-16 2497 0 2497 174 203 68 36.72058824 0.491525424 0.640378549 FALSE 3
1925006 SOUTH DELHI 110076 7090120703 Govt. Sarvodaya Bal Vidyalaya (Rama Krishna) , Madanpur Khadar New Delhi 207-MADANPUR KHADAR 28.52938126 77.28886567 TRUE 2015-16 2276 181 2095 153 581 62 36.70967742 0.30417495 0.690844233 FALSE 4
1309273 NORTH WEST DELHI 110088 7010105505 Govt. Boys Sr. Sec. School, Shalamar Village, Delhi 055-SHALIMAR BAGH (NORTH) 28.7192534 77.15974397 TRUE 2015-16 1502 0 1502 168 123 41 36.63414634 0.664031621 0.621212121 FALSE 4
1002181 EAST DELHI 110092 7040122002 Govt. Boys Sr. Sec. School No.3, Joshi Colony, Mandawali, Delhi 220-PATPARGANJ 28.63072449 77.29508196 FALSE 2015-16 1354 0 1354 72 99 37 36.59459459 0.322869955 0.475961538 FALSE 1
1207111 NORTH DELHI 110084 7020100704 Govt. Girls Sr. Sec. School, Near Sant Nagar, Tomer Colony, Nathupura, Delhi 7-BURARI 28.74982213 77.19700267 TRUE 2015-16 2084 0 2084 226 231 57 36.56140351 0.591623037 0.73566879 FALSE 5
1309259 NORTH WEST DELHI 110033 7010100505 Govt. Boys Sr. Sec. School, Block-K, Jahangirpuri, Delhi 005-BHALASWA JAHANGIRPURI 28.73025361 77.16716632 TRUE 2015-16 4419 0 4419 577 764 121 36.52066116 0.712345679 1.166412214 FALSE 5
1412259 NORTH WEST DELHI 110081 7010103405 Govt. Boys Sec. School, Nithari Delhi 034-NITHARI 28.6158702 77.0906212 TRUE 2015-16 2336 0 2336 373 0 64 36.5 0.663701068 NA FALSE 2
1412132 NORTH WEST DELHI 110086 7010103401 Govt. Boys Sr. Sec. School No.2, Nithari Delhi 034-NITHARI 28.6809646 77.1957825 TRUE 2015-16 2514 0 2514 230 371 69 36.43478261 0.424354244 0.687037037 FALSE 6
1207117 NORTH DELHI 110084 7020100702 Govt. Girls Sec. School, Burari, Delhi 7-BURARI 28.74897173 77.19750007 TRUE 2015-16 2693 0 2693 409 0 74 36.39189189 0.798828125 NA FALSE 1
1309022 NORTH WEST DELHI 110009 7010101002 Govt. Boys Secondary School, Dhakka, Delhi 010-TIMARPUR 28.7084651 77.20742091 FALSE 2015-16 727 0 727 87 0 20 36.35 0.639705882 NA FALSE 3
1105008 NORTH EAST DELHI 110053 7030125002 Govt. Sarvodaya Bal Vidyalaya, Jafrabad, Delhi 250-JAFFRABAD 28.68337636 77.27383097 TRUE 2015-16 2977 130 2847 388 213 82 36.30487805 0.725233645 0.540609137 FALSE 11
1105023 NORTH EAST DELHI 110053 7030125103 Govt. Girls Sr. Sec. School, Gautam Puri, Near Water Tank, Delhi 251-NEW USMANPUR 28.68058701 77.26233174 TRUE 2015-16 1231 0 1231 184 127 34 36.20588235 0.691729323 0.729885057 FALSE 1
1310410 NORTH WEST DELHI 110040 7010100101 Govt. Girls Sr. Sec. School, Sect. A-6, Pocket-2, Narela, Delhi 001-NARELA 28.8508005 77.10354023 FALSE 2015-16 1483 0 1483 148 136 41 36.17073171 0.751269036 0.804733728 FALSE 0
1105229 NORTH EAST DELHI 110053 7030125403 Govt. Girls Sr. Sec. School, X-Block, Brahmpuri, Delhi 254-BRAHAMPURI 28.67906715 77.26616582 TRUE 2015-16 1302 0 1302 182 153 36 36.16666667 0.722222222 0.938650307 FALSE 0
1925062 SOUTH DELHI 110076 7090120702 Govt. Sarvodaya Kanya Vidyalaya, Madanpur Khadar New Delhi 207-MADANPUR KHADAR 28.52948583 77.28879747 TRUE 2015-16 3833 302 3531 234 585 106 36.16037736 0.3046875 0.528933092 FALSE 1
1310395 NORTH WEST DELHI 110042 7010102602 Govt. Boys Sr. Sec. School, Shahabad Dairy, Delhi 026-SAHIBABAD DAULATPUR 28.74422432 77.10052377 TRUE 2015-16 3001 0 3001 239 213 83 36.15662651 0.456978967 0.742160279 FALSE 5
1411018 NORTH WEST DELHI 110035 7010106204 Govt. Boys Sr. Sec. School, Rampura, Delhi 062-RAM PURA 28.67667806 77.15309389 FALSE 2015-16 325 0 325 20 7 9 36.11111111 0.444444444 Inf FALSE 2
1618277 WEST DELHI 110059 7070112505 Govt. Boys Sr. Sec. School No.2, P-Block Mohan Garden, New Delhi 125-MOHAN GARDEN 28.62514046 77.04623013 FALSE 2015-16 1623 0 1623 131 128 45 36.06666667 0.374285714 0.695652174 FALSE 3
1309130 NORTH WEST DELHI 110033 7010101401 Govt. Boys Sec. School, Azadpur Village Delhi 014-ADARSH NAGAR 28.70714156 77.17759511 TRUE 2015-16 1370 0 1370 202 0 38 36.05263158 0.759398496 NA FALSE 2
1925061 SOUTH DELHI 110019 7090118504 Govt. Sarvodaya Kanya Vidyalaya (Aruna Asif Ali), Tughlakabad Extn. New Delhi 185-TUGLAKABAD EXT. 28.52487321 77.26234423 TRUE 2015-16 2776 412 2364 189 361 77 36.05194805 0.697416974 0.699612403 FALSE 1
1412091 NORTH WEST DELHI 110081 7010103008 Govt. Boys Sr. Sec. School, Mubarakpur Dabas Delhi 030-MUNDKA 28.71218163 77.0424112 TRUE 2015-16 1507 0 1507 162 137 42 35.88095238 0.432 0.619909502 FALSE 4
1925033 SOUTH DELHI 110025 7090120604 Govt. Sarvodaya Kanya Vidyalaya, New Friends Colony New Delhi 206-OKHLA 28.56296286 77.27254701 TRUE 2015-16 1929 209 1720 177 125 54 35.72222222 0.463350785 0.555555556 FALSE 2
1309037 NORTH WEST DELHI 110009 7010101001 Govt. Girls Sec. School, Dhakka, Delhi 010-TIMARPUR 28.7089783 77.20736046 TRUE 2015-16 893 0 893 109 0 25 35.72 0.605555556 NA FALSE 0
1923017 SOUTH DELHI 110062 7090118209 Govt. Boys Sr. Sec. School, Dr. Ambedkar Nagar, Sector-IV, (Tigari), New Delhi 182-AMBEDKAR NGR. 28.51798722 77.23352972 FALSE 2015-16 964 0 964 89 58 27 35.7037037 0.43627451 0.479338843 FALSE 1
1925341 SOUTH DELHI 110020 7090120002 Govt. Girls Sr. Sec. School, Harkesh Nagar New Delhi 200-HARKESH NAGAR 28.54411636 77.27647186 TRUE 2015-16 2529 0 2529 254 97 71 35.61971831 0.513131313 0.373076923 FALSE 3
1618060 WEST DELHI 110059 7070112801 Govt. Girls Sr. Sec. School, Near DDA Flats, Bindapur, New Delhi 128-BINDAPUR (WEST) 28.6098459 77.06823915 FALSE 2015-16 2276 0 2276 290 297 64 35.5625 0.755208333 0.846153846 FALSE 0
1002006 EAST DELHI 110091 7040120902 Govt. Sarvodaya Bal Vidyalaya (Prem Chand), Mayur Vihar, Phase I, Pkt. II, Delhi 209-MAYUR VIHAR PHASE-I 28.60989819 77.30251337 FALSE 2015-16 2346 423 1923 111 257 66 35.54545455 0.275434243 0.744927536 FALSE 0
1104004 NORTH EAST DELHI 110094 7030126206 Govt. Boys Sr. Sec. School, Gokalpur Village, Delhi 262-GOKULPUR 28.70234783 77.2866141 TRUE 2015-16 2663 0 2663 258 295 75 35.50666667 0.568281938 0.423242468 FALSE 4
1310429 NORTH WEST DELHI 110082 7010100311 Govt. Boys Sr. Sec. School, Block B, Holambi Kalan, Delhi 003-ALIPUR 28.81101048 77.09402807 TRUE 2015-16 1207 0 1207 143 131 34 35.5 0.641255605 0.642156863 FALSE 3
1106116 NORTH EAST DELHI 110093 7030124301 Govt. Girls Sr. Sec. School, Block-A, Nand Nagri, Delhi 243-NANG NAGRI 28.69590791 77.30624838 TRUE 2015-16 2164 0 2164 139 235 61 35.47540984 0.317351598 0.741324921 FALSE 0
1617037 WEST DELHI 110041 7070103101 Govt. Boys Sr. Sec. School, J. J. Colony, Nangloi, Delhi 031-NANGLOI JAT 28.68323886 77.05673984 TRUE 2015-16 3367 0 3367 307 259 95 35.44210526 0.565377532 0.580717489 FALSE 1
1310430 NORTH WEST DELHI 110040 7010100111 Govt. Boys Sr. Sec. School, Sect. A-6, Pocket-2, Narela, Delhi 001-NARELA 28.8470921 77.0943522 TRUE 2015-16 1594 0 1594 214 110 45 35.42222222 0.990740741 0.662650602 FALSE 1
1618061 WEST DELHI 110058 7070112403 Govt. Sarvodaya Kanya Vidyalaya, Hastasal Village, New Delhi 124-VIKAS NAGAR 28.63650616 77.05784351 TRUE 2015-16 3433 391 3042 312 365 97 35.39175258 0.78 0.858823529 FALSE 1
1105117 NORTH EAST DELHI 110053 7030125101 Govt. Girls Sr. Sec. School, Gautam Puri (New Usmanpur), Delhi 251-NEW USMANPUR 28.68143803 77.2617524 TRUE 2015-16 2052 0 2052 238 188 58 35.37931034 0.7752443 0.917073171 FALSE 4
1002352 EAST DELHI 110096 7040121602 Govt. Girls Sec. School, Gharoli, Mayur Vihar, Phase III, Delhi 216-GHAROLI 28.60485804 77.33467667 FALSE 2015-16 1449 0 1449 215 0 41 35.34146341 0.802238806 NA FALSE 1
1106256 NORTH EAST DELHI 110093 7030126402 Govt. Girls Sec. School, A-Block, Harsh Vihar, Delhi 264-HARSH VIHAR 28.70184741 77.32427808 TRUE 2015-16 1272 0 1272 286 0 36 35.33333333 0.953333333 NA FALSE 0
1002354 EAST DELHI 110096 7040121601 Govt. Boys Sec. School, Mayur Vihar, Phase III, Delhi 216-GHAROLI 28.6088946 77.32922631 TRUE 2015-16 1554 0 1554 276 0 44 35.31818182 0.92 NA FALSE 3
1105014 NORTH EAST DELHI 110053 7030125006 Govt. Boys Sec. School, New Seelam Pur, Delhi 250-JAFFRABAD 28.67344127 77.26433362 TRUE 2015-16 600 0 600 44 0 17 35.29411765 0.4 NA FALSE 0
1412087 NORTH WEST DELHI 110086 7010103701 Govt. Sarvodaya Bal Vidyalaya, Block-A, Sultanpuri, Delhi 037-SULTANPURI EAST 28.69913272 77.07681117 TRUE 2015-16 1623 12 1611 199 75 46 35.2826087 0.603030303 0.614754098 FALSE 4
1412090 NORTH WEST DELHI 110083 7010104601 Govt. Sarvodaya Bal Vidyalaya, Block P, Mangolpuri, Delhi 046-MANGOLPURI EAST 28.69344762 77.08715477 TRUE 2015-16 1129 0 1129 155 104 32 35.28125 0.654008439 0.562162162 FALSE 5
1514004 WEST DELHI 110018 7070110803 Govt. Boys Sr. Sec. School No.2, Khyala , New Delhi 108-KHYALA WEST 28.65620351 77.10391621 TRUE 2015-16 952 0 952 94 55 27 35.25925926 0.606451613 0.44 FALSE 2
1413267 NORTH WEST DELHI 110081 7010103001 Govt. Sarvodaya Vidyalaya , Sawda Ghewara JJColonoy, H-Block, Delhi 030-MUNDKA 28.70053854 76.97628706 FALSE 2015-16 1126 261 865 74 44 32 35.1875 0.795698925 0.771929825 FALSE 1
1516010 WEST DELHI 110015 7070109902 Govt. Sarvodaya Bal Vidyalaya, Block-18, Moti Nagar, New Delhi 099-MOTI NAGAR 28.6614484 77.13885455 TRUE 2015-16 1935 195 1740 181 206 55 35.18181818 0.515669516 0.78030303 FALSE 1
1105018 NORTH EAST DELHI 110053 7030125001 Govt. Sarvodaya Kanya Vidyalaya (Zeenat Mahal) (Urdu Medium), Jafrabad, Delhi 250-JAFFRABAD 28.68342232 77.27364691 TRUE 2015-16 4850 456 4394 703 451 138 35.14492754 0.918954248 0.759259259 FALSE 5
1310025 NORTH WEST DELHI 110042 7010102811 Govt. Girls Sr. Sec. School, Shahabad Dairy, Delhi 028-BAWANA 28.74415483 77.10052482 TRUE 2015-16 3690 0 3690 378 207 105 35.14285714 0.667844523 0.568681319 FALSE 4
1923052 SOUTH DELHI 110080 7090117701 Govt. Girls Sr. Sec. School, Sangam Vihar, C-Block, New Delhi 177-SANGAM VIHAR 28.49891109 77.23921296 TRUE 2015-16 5867 0 5867 547 615 167 35.13173653 0.534701857 0.618712274 FALSE 0
1925024 SOUTH DELHI 110019 7090119606 Govt. Boys Sec. School, DDA, Phase-II, Kalkaji, New Delhi 196-KALKAJI 28.53384951 77.25546896 FALSE 2015-16 701 0 701 83 0 20 35.05 0.399038462 NA FALSE 0
1310002 NORTH WEST DELHI 110042 7010102603 Govt. Sarvodaya Bal Vidyalaya, Prahalad Pur Delhi 026-SAHIBABAD DAULATPUR 28.75308343 77.07659985 TRUE 2015-16 1891 222 1669 185 193 54 35.01851852 0.844748858 0.750972763 FALSE 6
1106009 NORTH EAST DELHI 110095 7030124202 Govt. Boys Sr. Sec. School, Seemapuri, Delhi 242-NEW SEEMA PURI 28.67875097 77.32730886 FALSE 2015-16 3115 0 3115 230 315 89 35 0.373376623 0.478723404 FALSE 1
1104018 NORTH EAST DELHI 110053 7030125607 Govt. Sarvodaya Kanya Vidyalaya No.1, Yamuna Vihar, C-Block, Delhi 256-YAMUNA VIHAR 28.69870207 77.27646363 TRUE 2015-16 3880 337 3543 544 544 111 34.95495495 0.784992785 0.808320951 FALSE 1
1105238 NORTH EAST DELHI 110053 7030125008 Govt. Girls Sec. School No.1, New Seelampur, Delhi 250-JAFFRABAD 28.67359176 77.26427653 TRUE 2015-16 769 0 769 121 0 22 34.95454545 0.902985075 NA FALSE 1
1105003 NORTH EAST DELHI 110053 7030125402 Govt. Sarvodaya Bal Vidyalaya, Braham Puri, Delhi 254-BRAHAMPURI 28.6754503 77.26240863 TRUE 2015-16 1537 374 1163 225 180 44 34.93181818 0.953389831 0.927835052 FALSE 0
1104027 NORTH EAST DELHI 110053 7030125604 Govt. Girls Sr. Sec. School No.2, Yamuna Vihar, B-Block, Delhi 256-YAMUNA VIHAR 28.69967111 77.27054992 TRUE 2015-16 2792 0 2792 172 305 80 34.9 0.243281471 0.584291188 FALSE 5
1925057 SOUTH DELHI 110044 7090120201 Govt. Boys Sr. Sec. School No.2, Molar Band, New Delhi 202-MITHA PUR 28.49458535 77.32619786 TRUE 2015-16 2756 0 2756 279 370 79 34.88607595 0.271929825 0.354745925 TRUE 0
1925046 SOUTH DELHI 110044 7090119702 Govt. Girls Sr. Sec. School No.2, Railway Colony, Tughlakabad New Delhi 197-TUGLAKABAD 28.50687613 77.28998157 TRUE 2015-16 3449 0 3449 337 298 99 34.83838384 0.588132635 0.628691983 FALSE 1
1516143 WEST DELHI 110008 7070109402 Govt. Sarvodaya Bal Vidyalaya, West Patel Nagar, New Delhi 094-WEST PATEL NAGAR 28.6537421 77.16636591 TRUE 2015-16 2331 374 1957 238 93 67 34.79104478 0.527716186 0.845454545 FALSE 4
1208016 NORTH DELHI 110006 7020108803 Govt. Sarvodaya Kanya Vidyalaya, Ahata Kedara, Idgah Road Delhi 88-KASABPURA 28.65683283 77.20610222 TRUE 2015-16 1179 344 835 72 72 34 34.67647059 0.566929134 0.545454545 FALSE 2
1104009 NORTH EAST DELHI 110053 7030125608 Govt. Boys Sr. Sec. School No.1, Yamuna Vihar, C-Block, Delhi 256-YAMUNA VIHAR 28.69887233 77.27600221 FALSE 2015-16 2600 0 2600 394 390 75 34.66666667 0.530282638 0.627009646 FALSE 0
1413013 NORTH WEST DELHI 110085 7010102205 Govt. Boys Sr. Sec. School, Vill & P.O. Rithala, Delhi 022-RITHALA 28.71377023 77.10356718 FALSE 2015-16 2183 0 2183 310 239 63 34.65079365 0.647181628 0.667597765 FALSE 3
1002184 EAST DELHI 110096 7040122702 Govt. Sarvodaya Kanya Vidyalaya, Gazipur, Delhi 227-I.P. EXTENSION 28.63622948 77.31861841 TRUE 2015-16 2215 489 1726 164 135 64 34.609375 0.555932203 0.741758242 FALSE 2
1923033 SOUTH DELHI 110068 7090117406 Govt. Co-ed. Sec. School, Maidan Garhi, New Delhi 174-CHHATTARPUR 28.4987227 77.19855357 FALSE 2015-16 969 0 969 115 0 28 34.60714286 0.653409091 NA FALSE 0
1925052 SOUTH DELHI 110025 7090120501 Govt. Boys Sr. Sec. School, Joga Bai, Jamia Nagar New Delhi 205-ZAKIR NAGAR 28.56542781 77.28509305 TRUE 2015-16 1625 0 1625 84 91 47 34.57446809 0.254545455 0.705426357 FALSE 2
1925017 SOUTH DELHI 110044 7090119706 Govt. Sarvodaya Bal Vidyalaya , Railway Colony, Tughlakabad New Delhi 197-TUGLAKABAD 28.50672503 77.28941205 TRUE 2015-16 2834 64 2770 164 226 82 34.56097561 0.348195329 0.582474227 FALSE 0
1617035 WEST DELHI 110041 7070104301 Govt. Girls Sr. Sec. School, J. J. Colony, Nangloi, Delhi 043-NANGLOI EAST 28.68323886 77.05673984 TRUE 2015-16 3938 0 3938 311 366 114 34.54385965 0.390703518 0.724752475 FALSE 1
1413004 NORTH WEST DELHI 110085 7010102206 Govt. Sarvodaya Vidyalaya , Sector-6, Rohini, Delhi 022-RITHALA 28.71033894 77.11216689 FALSE 2015-16 3799 416 3383 323 301 110 34.53636364 0.556896552 0.708235294 FALSE 3
1309011 NORTH WEST DELHI 110009 7010107205 Govt. Boys Sr. Sec. School No.2, Block-R, Model Town-III, Delhi 072-MODEL TOWN 28.71219989 77.18618665 FALSE 2015-16 794 0 794 36 50 23 34.52173913 0.117647059 0.331125828 FALSE 0
1002013 EAST DELHI 110096 7040121403 Govt. Sarvodaya Bal Vidyalaya, Dallupura, Delhi 214-KHICHRI PUR 28.60886386 77.32138046 TRUE 2015-16 2272 96 2176 206 217 66 34.42424242 0.555256065 0.923404255 FALSE 2
1309264 NORTH WEST DELHI 110036 7010100701 Govt. Boys Sr. Sec. School, Qadipur, P. O. Alipur, Delhi 007-BURARI 28.7743286 77.17046905 TRUE 2015-16 1890 0 1890 294 248 55 34.36363636 0.91588785 0.867132867 FALSE 5
1104005 NORTH EAST DELHI 110094 7030126205 Govt. Boys Sr. Sec. School, Gokal Puri, Delhi 262-GOKULPUR 28.7037034 77.28476025 TRUE 2015-16 2678 0 2678 327 319 78 34.33333333 0.522364217 0.634194831 FALSE 1
1106026 NORTH EAST DELHI 110093 7030124302 Govt. Girls Sec. School, Nand Nagri Extn., Block FI-F2, Delhi 243-NANG NAGRI 28.69290251 77.31477889 TRUE 2015-16 1682 0 1682 230 0 49 34.32653061 0.534883721 NA FALSE 0
1208219 NORTH DELHI 110035 7020107402 Govt. Boys Sr. Sec. School, Tulsi Nagar, Delhi 74-INDERLOK COLONY 28.6725559 77.16418008 TRUE 2015-16 823 0 823 62 77 24 34.29166667 0.504065041 0.777777778 FALSE 3
1104025 NORTH EAST DELHI 110053 7030125504 Govt. Girls Sr. Sec. School No.1, Ghonda, Yamuna Vihar, Delhi 255-GHONDA 28.69297196 77.26941315 TRUE 2015-16 1919 0 1919 234 196 56 34.26785714 0.747603834 0.682926829 FALSE 2
1412027 NORTH WEST DELHI 110086 7010102502 Govt. Sarvodaya Kanya Vidyalaya, V. & P. O. Pooth Kalan, Nangoli Road, Delhi 025-POOTH KALA 28.70725882 77.07326798 TRUE 2015-16 3255 399 2856 361 357 95 34.26315789 0.820454545 0.952 FALSE 1
1207114 NORTH DELHI 110054 7020101001 Govt. Boys Sr. Sec. School, Lancer Road, Near DU metro station, Delhi 10-TIMARPUR 28.69613523 77.21588703 FALSE 2015-16 959 0 959 117 66 28 34.25 0.473684211 0.536585366 FALSE 1
1923359 SOUTH DELHI 110047 7090117506 Govt. Sarvodaya Bal Vidyalaya, Jonapur Village, New Delhi 175-AAYA NAGAR 28.5032915 77.1819575 TRUE 2015-16 1093 205 888 40 112 32 34.15625 0.27027027 0.903225806 FALSE 2
1923018 SOUTH DELHI 110062 7090117803 Govt. Boys Sr. Sec. School, Deoli Village New Delhi 178-DEVLI 28.49955834 77.23830982 TRUE 2015-16 2766 0 2766 194 200 81 34.14814815 0.341549296 0.416666667 FALSE 0
1618267 WEST DELHI 110059 7070112404 Govt. Boys Sec. School, Shiv Vihar Uttam Nagar, New Delhi 124-VIKAS NAGAR 28.6452342 77.05526107 TRUE 2015-16 1400 0 1400 156 0 41 34.14634146 0.545454545 NA FALSE 3
1617018 WEST DELHI 110041 7070103001 Govt. Boys Sr. Sec. School, Mundka Delhi 030-MUNDKA 28.68296659 77.02676716 TRUE 2015-16 1945 0 1945 176 76 57 34.12280702 0.511627907 0.584615385 FALSE 0
1002183 EAST DELHI 110096 7040121203 Govt. Sarvodaya Kanya Vidyalaya, New Ashok Nagar,Delhi 212-NEW ASHOK NAGAR 28.58896416 77.30549811 TRUE 2015-16 2762 161 2601 285 284 81 34.09876543 0.602536998 0.747368421 FALSE 4
1105026 NORTH EAST DELHI 110053 7030125401 Govt. Girls Sr. Sec. School, Braham Puri, Gautampuri Gali No -7, Delhi 254-BRAHAMPURI 28.67545801 77.26230458 TRUE 2015-16 2182 0 2182 299 353 64 34.09375 0.713603819 0.830588235 FALSE 3
1720028 SOUTH WEST DELHI 110038 7080117203 Govt. Boys Sr. Sec. School, Rajokari (Near Shiv Mandir), New Delhi 172-KISHAN GARH 28.51806958 77.10957185 FALSE 2015-16 1124 0 1124 109 66 33 34.06060606 0.475982533 0.568965517 FALSE 0
1821242 SOUTH WEST DELHI 110078 7080113607 Govt. Co-ed. Sec. School, Dwarka Sector-16A, New Delhi 136-MATIALA 28.61245798 77.02125852 FALSE 2015-16 783 0 783 69 0 23 34.04347826 0.503649635 NA FALSE 0
1923074 SOUTH DELHI 110017 7090116901 Govt. Boys Sr. Sec. School, Block-J, Saket, New Delhi 169-LADO SARAI 28.5237524 77.21295081 FALSE 2015-16 986 0 986 144 157 29 34 0.712871287 0.643442623 FALSE 0
1925014 SOUTH DELHI 110044 7090119707 Govt. Boys Sr. Sec. School, Tuglakabad Village New Delhi 197-TUGLAKABAD 28.51106097 77.26600537 TRUE 2015-16 1598 0 1598 133 129 47 34 0.424920128 0.490494297 FALSE 3
1002368 EAST DELHI 110092 7040121805 Govt. Sarvodaya Kanya Vidyalaya, No.2, I.P.Extn, Mandawali, Delhi 218-MANDAVALI 28.6305028 77.29796647 FALSE 2015-16 1290 180 1110 131 52 38 33.94736842 0.715846995 0.764705882 FALSE 1
1923027 SOUTH DELHI 110062 7090117802 Govt. Boys Sr. Sec. School, Sangam Vihar, C-Block, New Delhi 178-DEVLI 28.49896667 77.23910812 TRUE 2015-16 3563 0 3563 336 334 105 33.93333333 0.397633136 0.680244399 FALSE 4
1309263 NORTH WEST DELHI 110042 7010101801 Govt. Girls Sr. Sec. School, Libaspur, Delhi 018-LIBASPUR 28.75980956 77.16514303 TRUE 2015-16 2779 0 2779 273 168 82 33.8902439 0.608017817 0.541935484 FALSE 2
1516030 WEST DELHI 110008 7070109401 Govt. Girls Sr. Sec. School, Prem Nagar, New Delhi 094-WEST PATEL NAGAR 28.66204192 77.16276811 TRUE 2015-16 2099 0 2099 167 92 62 33.85483871 0.469101124 0.427906977 FALSE 2
1104020 NORTH EAST DELHI 110094 7030126203 Govt. Sarvodaya Kanya Vidyalaya, Gokalpuri, Delhi 262-GOKULPUR 28.70338474 77.28475668 TRUE 2015-16 3586 355 3231 427 569 106 33.83018868 0.647951442 0.86870229 FALSE 1
1002004 EAST DELHI 110092 7040122302 Govt. Sarvodaya Bal Vidyalaya No.2 (Ishwar Chand), Shakarpur, Delhi 223-SHAKARPUR 28.63436138 77.28478859 FALSE 2015-16 1825 268 1557 172 146 54 33.7962963 0.417475728 0.45625 FALSE 0
1617211 WEST DELHI 110043 7070112203 Govt. Co-ed. Sec. School, Baprola Vihar, New Delhi 122-HASTSAL 28.63220536 77.01603665 TRUE 2015-16 1621 0 1621 249 0 48 33.77083333 0.565909091 NA FALSE 8
1720173 SOUTH DELHI 110070 7090116404 Govt. Boys Sr. Sec. School, B-1, Vasant Kunj, New Delhi 164-HAUZ KHAS 28.52153463 77.16208866 TRUE 2015-16 1587 0 1587 73 46 47 33.76595745 #N/A #N/A #N/A 1
1923005 SOUTH DELHI 110062 7090118213 Govt. Sarvodaya Vidyalaya (Yogi Arvind), Sect-IV, Dr. Ambedkar Nagar, New Delhi 182-AMBEDKAR NGR. 28.52105682 77.23551287 TRUE 2015-16 2057 375 1682 287 229 61 33.72131148 0.797222222 0.617250674 FALSE 0
1105109 NORTH EAST DELHI 110094 7030125802 Govt. Boys Sr. Sec. School, West Jyoti Nagar, Shahdara, Delhi 258-KARDAMPURI 28.69124862 77.28877829 FALSE 2015-16 1382 0 1382 114 72 41 33.70731707 0.378737542 0.648648649 FALSE 1
1104151 NORTH EAST DELHI 110053 7030125202 Govt. Boys Sr. Sec. School, Maujpur, Vijay Park, Delhi 252-MAUZPUR 28.69669788 77.27593694 FALSE 2015-16 1112 0 1112 139 122 33 33.6969697 0.628959276 0.655913978 FALSE 0
1923069 SOUTH DELHI 110062 7090118101 Govt. Boys Sec. School No.2, Khanpur, New Delhi 181-KHANPUR 28.51005164 77.22810111 FALSE 2015-16 1280 0 1280 211 0 38 33.68421053 0.790262172 NA FALSE 0
1106263 NORTH EAST DELHI 110095 7030124002 Govt. Boys Sec. School, Old Seemapuri, Block GH, Delhi 240-DILSHAD COLONY 28.68101041 77.32877336 FALSE 2015-16 1684 0 1684 224 0 50 33.68 0.871595331 NA FALSE 1
1105011 NORTH EAST DELHI 110053 7030125105 Govt. Boys Sr. Sec. School, Shastri Park, Delhi 251-NEW USMANPUR 28.67626983 77.2584965 TRUE 2015-16 1785 0 1785 201 150 53 33.67924528 0.628125 0.815217391 FALSE 6
1310036 NORTH WEST DELHI 110040 7010100108 Govt. Sarvodaya Kanya Vidyalaya No.1, Narela, Delhi 001-NARELA 28.84641838 77.08987478 TRUE 2015-16 3332 394 2938 350 370 99 33.65656566 0.983146067 0.927318296 FALSE 2
1923070 SOUTH DELHI 110030 7090117002 Govt. Boys Sec. School No.3, DESU Office Road, Mehrauli, New Delhi 170-MEHRAULI 28.52741822 77.18764417 FALSE 2015-16 807 0 807 122 0 24 33.625 0.767295597 NA FALSE 1
1923031 SOUTH DELHI 110068 7090117301 Govt. Co-ed. Sec. School, Near IGNOU, Neb Sarai New Delhi 173-SAID-UL-AJAIB 28.50374778 77.20063156 FALSE 2015-16 1513 0 1513 230 0 45 33.62222222 0.809859155 NA FALSE 0
1002197 EAST DELHI 110091 7040121101 Govt. Boys Sec. School, Block-27, Trilokpuri, Delhi 211-TRILOK PURI 28.60713763 77.30487306 TRUE 2015-16 1244 0 1244 131 0 37 33.62162162 0.447098976 NA FALSE 2
1412093 NORTH WEST DELHI 110086 7010103402 Govt. Sarvodaya Kanya Vidyalaya, Nithari Delhi 034-NITHARI 28.70871085 77.05541782 TRUE 2015-16 4366 402 3964 324 566 130 33.58461538 0.385255648 0.629588432 FALSE 4
1720005 SOUTH WEST DELHI 110012 7080115002 Govt. Boys Sec. School, I.A.R.I. Campus, PUSA New Delhi 150-PUSA 28.63618966 77.16247319 FALSE 2015-16 873 0 873 94 0 26 33.57692308 0.467661692 NA FALSE 2
1310049 NORTH WEST DELHI 110040 7010100202 Govt. Girls Sr. Sec. School, Bankner, Delhi 002-BANKNER 28.85043049 77.07313832 FALSE 2015-16 1274 0 1274 184 130 38 33.52631579 0.948453608 0.948905109 FALSE 4
1310045 NORTH WEST DELHI 110042 7010101702 Govt. Girls Sr. Sec. School, Samaipur, Delhi 017-SAMAYPUR BADLI 28.74235603 77.14269116 TRUE 2015-16 3151 0 3151 401 263 94 33.5212766 0.853191489 0.894557823 FALSE 1
1002187 EAST DELHI 110096 7040121202 Govt. Boys Sr. Sec. School, New Ashok Nagar, Delhi 212-NEW ASHOK NAGAR 28.58897873 77.30556178 TRUE 2015-16 1776 0 1776 291 172 53 33.50943396 0.786486486 0.778280543 FALSE 4
1617017 WEST DELHI 110041 7070104310 Govt. Boys Sr. Sec. School, S. P. Road, Nangloi Delhi 043-NANGLOI EAST 28.68460985 77.06890597 TRUE 2015-16 1306 0 1306 119 132 39 33.48717949 0.61025641 0.666666667 FALSE 0
1002028 EAST DELHI 110091 7040121902 Govt. Sarvodaya Kanya Vidyalaya (Ravindra Nath Thakur), East Vinod Nagar Delhi 219-MAYUR VIHAR PHASE-II 28.62081823 77.30608516 FALSE 2015-16 2409 312 2097 220 350 72 33.45833333 0.455486542 0.815850816 FALSE 1
1617028 WEST DELHI 110087 7070104201 Govt. Sarvodaya Vidyalaya, Peera Garhi Village, New Delhi 042-PEERA GARHI 28.6743765 77.08713575 FALSE 2015-16 2308 155 2153 116 233 69 33.44927536 0.483333333 0.487447699 FALSE 1
1310031 NORTH WEST DELHI 110036 7010100306 Govt. Sarvodaya Kanya Vidyalaya, Alipur Delhi 003-ALIPUR 28.79690502 77.13835168 TRUE 2015-16 2473 306 2167 273 188 74 33.41891892 0.701799486 0.912621359 FALSE 4
1925250 SOUTH DELHI 110019 7090118502 Govt. Girls Sr. Sec. School No.2, Tughlakabad Extn. New Delhi 185-TUGLAKABAD EXT. 28.5245103 77.26265131 TRUE 2015-16 2339 0 2339 300 372 70 33.41428571 0.746268657 0.678832117 FALSE 2
1002263 EAST DELHI 110096 7040121501 Govt. Boys Sec. School, Gharoli, Mayur vihar, Phase-III, Delhi 215-KONDLI 28.60884332 77.32959921 FALSE 2015-16 969 0 969 201 0 29 33.4137931 0.901345291 NA FALSE 1
1413006 NORTH WEST DELHI 110085 7010104501 Govt. Sarvodaya Vidyalaya , Sector-2, Rohini, Delhi 045-ROHINI SOUTH 28.69955283 77.10076533 FALSE 2015-16 2773 49 2724 356 318 83 33.40963855 0.684615385 0.637274549 FALSE 0
1207116 NORTH DELHI 110084 7020100703 Govt. Boys Sec. School, Burari, Delhi 7-BURARI 28.74897173 77.19676733 FALSE 2015-16 1502 0 1502 251 0 45 33.37777778 0.699164345 NA FALSE 0
1002363 EAST DELHI 110096 7040122703 Govt. Boys Sr. Sec. School, Gazipur, Delhi 227-I.P. EXTENSION 28.63626107 77.31859219 TRUE 2015-16 1635 0 1635 116 112 49 33.36734694 0.444444444 0.466666667 FALSE 1
1310014 NORTH WEST DELHI 110036 7010100309 Govt. Boys Sr. Sec. School, Aalipur, Delhi 003-ALIPUR 28.79750737 77.13830457 TRUE 2015-16 2201 0 2201 225 238 66 33.34848485 0.614754098 0.621409922 FALSE 6
1925058 SOUTH DELHI 110044 7090119801 Govt. Boys Sr. Sec. School No.2, Railway Colony, Tughlakabad New Delhi 198-PRAHLADPUR 28.50670039 77.29001105 FALSE 2015-16 1967 0 1967 205 172 59 33.33898305 0.548128342 0.589041096 FALSE 1
1720029 SOUTH WEST DELHI 110037 7080114402 Govt. Boys Sr. Sec. School, Mahipalpur New Delhi 144-MAHIPAL PUR 28.54494049 77.12665909 FALSE 2015-16 2667 0 2667 216 139 80 33.3375 0.395604396 0.574380165 FALSE 2
1821234 SOUTH WEST DELHI 110045 7080112902 Govt. Boys Sr. Sec. School, Pappan Kalan, Sect. -I, Pkt. VII, Dabri Extn New Delhi 129-DABRI 28.60169812 77.08387785 FALSE 2015-16 1933 0 1933 138 78 58 33.32758621 0.378082192 0.369668246 FALSE 1
1207008 NORTH DELHI 110054 7020107704 Govt. Sarvodaya Vidyalaya (Shaeed Bhai Bal Mukund), Shankaracharya Marg, Delhi 77-KASHMERE GATE 28.68029887 77.22666855 FALSE 2015-16 1233 217 1016 125 135 37 33.32432432 0.612745098 0.636792453 FALSE 2
1925016 SOUTH DELHI 110019 7090119201 Govt. Boys Sr. Sec. School, DDA Flats, Phase-II, Kalkaji, New Delhi 192-GREATER KAILASH-I 28.53349264 77.2568578 TRUE 2015-16 1299 0 1299 129 155 39 33.30769231 0.589041096 0.756097561 FALSE 1
1617219 WEST DELHI 110041 7070103202 Govt. Sarvodaya Bal Vidyalaya, Nilothi, Delhi 032-NILOTHI 28.64599268 77.05982693 TRUE 2015-16 1498 193 1305 105 98 45 33.28888889 0.466666667 0.644736842 FALSE 2
1411001 NORTH WEST DELHI 110034 7010106302 Govt. Sarvodaya Bal Vidyalaya, Anandvas, Lok Vihar Delhi 063-KOHAT ENCLAVE 28.69066752 77.13788667 TRUE 2015-16 2230 164 2066 194 162 67 33.28358209 0.615873016 0.710526316 FALSE 2
1720002 SOUTH WEST DELHI 110028 7080115203 Govt. Sarvodaya Bal Vidyalaya (1st Shift), Naraina, New Delhi 152-NARAINA 28.62586179 77.13936415 TRUE 2015-16 1925 369 1556 92 157 58 33.18965517 0.262857143 0.513071895 FALSE 8
1923048 SOUTH DELHI 110074 7090117405 Govt. Girls Sr. Sec. School, Chattarpur, New Delhi 174-CHHATTARPUR 28.50352881 77.1816601 FALSE 2015-16 2821 0 2821 270 310 85 33.18823529 0.556701031 0.704545455 FALSE 0
1207036 NORTH DELHI 110084 7020100705 Govt. Sarvodaya Kanya Vidyalaya, Burari, Delhi 7-BURARI 28.74967238 77.19655875 FALSE 2015-16 3086 399 2687 319 566 93 33.1827957 0.617021277 0.730322581 FALSE 2
1002014 EAST DELHI 110096 7040121505 Govt. Boys Sr. Sec. School, B-Block ,New Kondli Delhi 215-KONDLI 28.60406299 77.33311721 TRUE 2015-16 3115 0 3115 255 324 94 33.13829787 0.382882883 0.69527897 FALSE 1
1618067 WEST DELHI 110059 7070112101 Govt. Co-ed. Sec. School, Vikas Nagar, New Delhi 121-KANWAR SINGH NAGAR 28.63696321 77.03229319 FALSE 2015-16 1124 0 1124 181 0 34 33.05882353 0.621993127 NA FALSE 1
1309257 NORTH WEST DELHI 110033 7010100504 Govt. Boys Sec. School, Block-E, Jahangirpuri, Delhi 005-BHALASWA JAHANGIRPURI 28.73191886 77.17582422 TRUE 2015-16 760 0 760 101 0 23 33.04347826 0.655844156 NA FALSE 0
1207110 NORTH DELHI 110084 7020100701 Govt. Boys Sr. Sec. School, Near Sant Nagar, Tomer Colony, Nathupura, Delhi 7-BURARI 28.74987937 77.19673244 FALSE 2015-16 1553 0 1553 140 99 47 33.04255319 0.471380471 0.502538071 FALSE 0
1720174 SOUTH WEST DELHI 110057 7080116502 Govt. Co-ed. Middle School, Vasant Vihar, C-4, New Delhi 165-VASANT VIHAR 28.6111445 77.0974604 FALSE 2015-16 594 0 594 0 0 18 33 NA NA FALSE 1
1411015 NORTH WEST DELHI 110052 7010106805 Govt. Boys Sr. Sec. School, B-1, Ashok Vihar Phase-II, Delhi 068-ASHOK VIHAR 28.69600983 77.17790956 TRUE 2015-16 1416 0 1416 128 95 43 32.93023256 0.449122807 0.463414634 FALSE 3
1618269 WEST DELHI 110059 7070112803 Govt. Co-ed. Sec. School, Binda Pur, Pocket-III, New Delhi 128-BINDAPUR (WEST) 28.60896766 77.06721649 FALSE 2015-16 1020 0 1020 160 0 31 32.90322581 0.816326531 NA FALSE 0
1515019 WEST DELHI 110027 7070110603 Govt. Co-ed. Sec. School, Raghubir Nagar, New Delhi 106-TAGORE GARDEN 28.65684638 77.11311845 FALSE 2015-16 954 0 954 64 0 29 32.89655172 0.653061224 NA FALSE 0
1002027 EAST DELHI 110096 7040121402 Govt. Sarvodaya Kanya Vidyalaya, Dallupura, Delhi 214-KHICHRI PUR 28.60834295 77.32069012 TRUE 2015-16 2730 240 2490 300 190 83 32.89156627 0.632911392 0.542857143 FALSE 1
1309027 NORTH WEST DELHI 110009 7010101202 Govt. Sarvodaya Kanya Vidyalaya, Guru Teg Bahadur Nagar, Delhi 012-G.T.B. NAGAR 28.7011589 77.20953237 TRUE 2015-16 2368 340 2028 285 222 72 32.88888889 0.95959596 0.813186813 FALSE 3
1923019 SOUTH DELHI 110062 7090118208 Govt. Sarvodaya Bal Vidyalaya, Sect-IV, Dr. Ambedkar Nagar New Delhi 182-AMBEDKAR NGR. 28.51931773 77.23311812 FALSE 2015-16 789 40 749 88 0 24 32.875 0.494382022 NA FALSE 0
1411011 NORTH WEST DELHI 110034 7010106402 Govt. Boys Sr. Sec. School No.2, Shakurpur Delhi 064-SHAKAR PUR 28.68165738 77.14112654 FALSE 2015-16 1149 0 1149 109 83 35 32.82857143 0.592391304 0.754545455 FALSE 2
1618059 WEST DELHI 110058 7070112802 Govt. Boys Sr. Sec. School, DDA Flats, Bindapur, New Delhi 128-BINDAPUR (WEST) 28.61007271 77.06852621 FALSE 2015-16 1870 0 1870 123 141 57 32.80701754 0.403278689 0.530075188 FALSE 0
1923071 SOUTH DELHI 110017 7090118401 Govt. Sarvodaya Kanya Vidyalaya, Sec-I, M.B.Road, Pushp Vihar, New Delhi 184-PUSHP VIHAR 28.52510011 77.22130752 FALSE 2015-16 1640 384 1256 203 120 50 32.8 0.818548387 0.736196319 FALSE 4
1413074 NORTH WEST DELHI 110085 7010105201 Govt. Sarvodaya Vidyalaya , Sector-7, Rohini, Delhi 052-NAHARPUR 28.70950408 77.11706298 FALSE 2015-16 2488 379 2109 174 208 76 32.73684211 0.497142857 0.643962848 FALSE 2
1310169 NORTH WEST DELHI 110082 7010100303 Govt. Girls Sr. Sec. School, Block B, Holambi Kalan, Delhi 003-ALIPUR 28.81101009 77.09399174 TRUE 2015-16 1309 0 1309 195 141 40 32.725 0.919811321 0.875776398 FALSE 2
1002010 EAST DELHI 110091 7040120904 Govt. Sarvodaya Bal Vidyalaya, Trilokpuri, Block 20, Delhi 209-MAYUR VIHAR PHASE-I 28.60453808 77.30613999 TRUE 2015-16 1896 353 1543 124 74 58 32.68965517 0.307692308 0.402173913 FALSE 4
1413027 NORTH WEST DELHI 110085 7010105101 Govt. Sarvodaya Vidyalaya , Scct-8, Rohini, Delhi 051-ROHINI EAST 28.70436438 77.12326706 FALSE 2015-16 1893 351 1542 97 145 58 32.63793103 0.400826446 0.630434783 FALSE 3
1412086 NORTH WEST DELHI 110086 7010104001 Govt. Boys Sr. Sec. School, Block-E, Sultanpuri, Delhi 040-SULTANPURI SOUTH 28.69356047 77.06919828 TRUE 2015-16 1305 0 1305 164 75 40 32.625 0.658634538 0.72815534 FALSE 1
1105020 NORTH EAST DELHI 110053 7030125003 Govt. Sarvodaya Kanya Vidyalaya No.1 (C.R.Dass), New Seelampur, Delhi 250-JAFFRABAD 28.67336913 77.26460767 TRUE 2015-16 1598 397 1201 98 125 49 32.6122449 0.553672316 0.534188034 FALSE 3
1925005 SOUTH DELHI 110025 7090120605 Govt. Boys Sr. Sec. School (Chander Shekhar Azad), New Friends Colony, New Delhi 206-OKHLA 28.56293737 77.27296845 TRUE 2015-16 1597 0 1597 97 104 49 32.59183673 0.246819338 0.364912281 FALSE 2
1002182 EAST DELHI 110091 7040121201 Govt. Co-ed. Sr. Sec. School, Chilla Village, Delhi 212-NEW ASHOK NAGAR 28.59809098 77.29613096 FALSE 2015-16 1921 0 1921 220 194 59 32.55932203 0.556962025 0.700361011 FALSE 3
1003009 EAST DELHI 110031 7040123003 Govt. Boys Sr. Sec. School, Block-13, Geeta Colony, Delhi 230-GEETA COLONY 28.64742439 77.27638791 FALSE 2015-16 944 0 944 83 97 29 32.55172414 0.477011494 0.801652893 FALSE 0
1411008 NORTH WEST DELHI 110034 7010105403 Govt. Sarvodaya Vidyalaya , FU Block, Pitampura, Delhi 054-PITAMPURA (NORTH) 28.71149517 77.14327939 FALSE 2015-16 2082 338 1744 136 209 64 32.53125 0.422360248 0.665605096 FALSE 1
1106122 NORTH EAST DELHI 110095 7030124001 Govt. Girls Sec. School, GH Block, Old Seemapuri, Delhi 240-DILSHAD COLONY 28.68097634 77.3287073 TRUE 2015-16 1658 0 1658 266 0 51 32.50980392 0.707446809 NA FALSE 0
1617015 WEST DELHI 110087 7070104309 Govt. Boys Sr. Sec. School, Amalwas, Jawalapuri Camp No.4, New Delhi 043-NANGLOI EAST 28.67806723 77.07864175 TRUE 2015-16 2405 0 2405 252 135 74 32.5 0.515337423 0.373961219 FALSE 3
1002002 EAST DELHI 110091 7040122005 Govt. Sarvodaya Bal Vidyalaya (Genda Lal Dixit), Patpar Ganj, Delhi 220-PATPARGANJ 28.6140064 77.29089993 FALSE 2015-16 1819 326 1493 151 198 56 32.48214286 0.470404984 0.614906832 FALSE 3
1618070 WEST DELHI 110059 7070113601 Govt. Sarvodaya Kanya Vidyalaya, Matiala Village, New Delhi 136-MATIALA 28.61307921 77.04636894 FALSE 2015-16 2662 316 2346 160 231 82 32.46341463 0.371229698 0.568965517 FALSE 2
1617003 WEST DELHI 110063 7070105805 Govt. Sarvodaya Vidyalaya, A-2,Paschim Vihar, New Delhi 058-PASCHIM VIHAR (NORTH) 28.67231599 77.10093303 FALSE 2015-16 1492 279 1213 118 193 46 32.43478261 0.519823789 0.717472119 FALSE 1
1104010 NORTH EAST DELHI 110094 7030127004 Govt. Boys Sr. Sec. School, Dayalpur Village, Delhi 270-TUKHMIRPUR 28.71729168 77.26388624 FALSE 2015-16 2431 0 2431 215 231 75 32.41333333 0.330261137 0.606299213 FALSE 3
1309129 NORTH WEST DELHI 110033 7010101402 Govt. Girls Sec. School, Azadpur Village Delhi 014-ADARSH NAGAR 28.70725472 77.17747612 TRUE 2015-16 1393 0 1393 212 0 43 32.39534884 0.890756303 NA FALSE 0
1413318 NORTH WEST DELHI 110085 7010102108 Govt. Girls Middle School, Sect-16, Pkt-D, Rohini, Delhi 021-ROHINI 28.6765018 77.0785712 FALSE 2015-16 259 0 259 0 0 8 32.375 NA NA FALSE 1
1412084 NORTH WEST DELHI 110086 7010102501 Govt. Sarvodaya Kanya Vidyalaya, Pooth Kalan, Rohini Extn. Sec-20, Delhi 025-POOTH KALA 28.7103923 77.07651337 TRUE 2015-16 2751 0 2751 337 173 85 32.36470588 0.73580786 0.652830189 FALSE 0
1106261 NORTH EAST DELHI 110094 7030126304 Govt. Boys Sec. School, Meet Nagar, Block B, Delhi 263-SABOLI 28.70026989 77.30028486 FALSE 2015-16 712 0 712 77 0 22 32.36363636 0.463855422 NA FALSE 0
1412014 NORTH WEST DELHI 110083 7010104706 Govt. Sarvodaya Bal Vidyalaya, Block-O, Mangolpuri, Delhi 047-MANGOLPURI 28.69260906 77.08740467 TRUE 2015-16 1261 0 1261 136 74 39 32.33333333 0.405970149 0.355769231 FALSE 2
1310431 NORTH WEST DELHI 110042 7010102604 Govt. Boys Sr. Sec. School, Shahbad Daulatpur, Delhi 026-SAHIBABAD DAULATPUR NA NA TRUE 2015-16 903 0 903 76 53 28 32.25 0.393782383 0.509615385 FALSE 4
1309253 NORTH WEST DELHI 110033 7010101501 Govt. Sarvodaya Bal Vidyalaya, A-Block, Jahangirpuri, Delhi 015-SARAI PEPAL THALLA 28.72800753 77.16633771 TRUE 2015-16 2869 129 2740 319 311 89 32.23595506 0.725 0.820580475 FALSE 2
1515017 WEST DELHI 110027 7070110202 Govt. Boys Sec. School, J. J. Colony, Raghubir Nagar, New Delhi 102-RAGHUBIR NAGAR 28.65692084 77.11309376 FALSE 2015-16 838 0 838 59 0 26 32.23076923 0.421428571 NA FALSE 1
1002026 EAST DELHI 110091 7040121504 Govt. Sarvodaya Kanya Vidyalaya (Jeeja Bai), Kondli, Near Kalyanpuri Bus Terminal, Delhi 215-KONDLI 28.61349559 77.32271686 TRUE 2015-16 2961 374 2587 299 204 92 32.18478261 0.613963039 0.465753425 FALSE 0
1106024 NORTH EAST DELHI 110093 7030124603 Govt. Sarvodaya Kanya Vidyalaya, DDA Flats, East of Loni Road, Delhi 246-ASHOK NAGAR 28.69565743 77.30564001 FALSE 2015-16 3344 351 2993 409 572 104 32.15384615 0.78805395 0.754617414 FALSE 1
1617014 WEST DELHI 110041 7070103002 Govt. Sarvodaya Kanya Vidyalaya , Mundka Village, Delhi 030-MUNDKA 28.68348806 77.02720857 TRUE 2015-16 2892 384 2508 251 261 90 32.13333333 0.624378109 0.735211268 FALSE 6
1002186 EAST DELHI 110096 7040121503 Govt. Girls Sr. Sec. School, B-Block, New Kondli, Delhi 215-KONDLI 28.60371777 77.33388093 TRUE 2015-16 3855 0 3855 465 488 120 32.125 0.644937587 0.879279279 FALSE 0
1310032 NORTH WEST DELHI 110042 7010102809 Govt. Sarvodaya Kanya Vidyalaya, Prahalad Pur Delhi 028-BAWANA 28.75257885 77.0740028 TRUE 2015-16 1831 196 1635 238 164 57 32.12280702 0.918918919 0.886486486 FALSE 5
1105009 NORTH EAST DELHI 110053 7030125007 Govt. Boys Sr. Sec. School No.2, New Seelampur, Delhi 250-JAFFRABAD 28.6729932 77.26463723 TRUE 2015-16 1252 0 1252 123 45 39 32.1025641 0.6 0.432692308 FALSE 1
1923355 SOUTH DELHI 110030 7090117407 Govt. Boys Sr. Sec. School, Sultanpur P.O. Mehrauli, New Delhi 174-CHHATTARPUR 28.49452693 77.16416861 FALSE 2015-16 930 0 930 116 34 29 32.06896552 0.859259259 0.523076923 FALSE 0
1617005 WEST DELHI 110041 7070112102 Govt. Sarvodaya Kanya Vidyalaya , Main Najafgarh Road, Ranhola, New Delhi 121-KANWAR SINGH NAGAR 28.66438922 77.04383509 TRUE 2015-16 1635 224 1411 113 220 51 32.05882353 0.684848485 0.753424658 FALSE 4
1412079 NORTH WEST DELHI 110083 7010104703 Govt. Boys Sr. Sec. School, Mangolpur Khurd, Delhi 047-MANGOLPURI 28.69674561 77.09336979 FALSE 2015-16 961 0 961 118 96 30 32.03333333 0.611398964 0.721804511 FALSE 2
1104026 NORTH EAST DELHI 110094 7030127003 Govt. Girls Sr. Sec. School, Dayalpur, Delhi 270-TUKHMIRPUR 28.71715797 77.26405095 TRUE 2015-16 3810 0 3810 380 575 119 32.01680672 0.594679186 0.828530259 FALSE 4
1617214 WEST DELHI 110041 7070112103 Govt. Co-ed. Sec. School, Kunwar Singh Nagar, Ranhola, Delhi 121-KANWAR SINGH NAGAR 28.66445303 77.04397276 FALSE 2015-16 1600 0 1600 349 0 50 32 0.616607774 NA FALSE 1
1618072 WEST DELHI 110059 7070112503 Govt. Boys Sr. Sec. School No.1, Mohan Garden, New Delhi 125-MOHAN GARDEN 28.6254887 77.04628858 TRUE 2015-16 3038 0 3038 153 261 95 31.97894737 0.297087379 0.737288136 FALSE 3
1618191 WEST DELHI 110059 7070112701 Govt. Co-ed. Sr. Sec. School, Bindapur, New Delhi 127-UTTAM NAGAR 28.60999454 77.06957095 FALSE 2015-16 2588 0 2588 300 230 81 31.95061728 0.616016427 0.761589404 FALSE 2
1720022 SOUTH WEST DELHI 110028 7080115201 Govt. Sarvodaya Kanya Vidyalaya, Block-C, Naraina, New Delhi 152-NARAINA 28.62662974 77.14282281 TRUE 2015-16 2586 382 2204 232 209 81 31.92592593 0.657223796 0.785714286 FALSE 7
1310009 NORTH WEST DELHI 110042 7010101704 Govt. Boys Sr. Sec. School, Badli, Delhi 017-SAMAYPUR BADLI 28.7323709 77.13783291 FALSE 2015-16 2201 0 2201 265 236 69 31.89855072 0.510597303 0.830985915 FALSE 0
1207107 NORTH DELHI 110054 7020107702 Govt. Sarvodaya Vidyalaya (Shaeed Amir Chand), Ludlow Castle, Sham Nath Marg, Delhi 77-KASHMERE GATE 28.67113436 77.22546783 FALSE 2015-16 1371 307 1064 148 112 43 31.88372093 0.619246862 0.592592593 FALSE 0
1001002 EAST DELHI 110095 7040123806 Govt. Sarvodaya Bal Vidyalaya, Near Ram Mandir, Vivek Vihar, Delhi 238-JHIL MIL 28.6684278 77.31796661 FALSE 2015-16 2008 411 1597 78 151 63 31.87301587 0.202597403 0.695852535 FALSE 1
1925247 SOUTH DELHI 110044 7090120302 Govt. Boys Sr. Sec. School No.3, Badarpur New Delhi 203-BADARPUR 28.5070431 77.29957547 FALSE 2015-16 2095 0 2095 162 362 66 31.74242424 0.296703297 0.714003945 FALSE 0
1412002 NORTH WEST DELHI 110083 7010104707 Govt. Sarvodaya Bal Vidyalaya, Mangolpuri, Block K-1, Delhi 047-MANGOLPURI 28.69285571 77.08326808 FALSE 2015-16 2284 386 1898 146 283 72 31.72222222 0.41954023 0.681927711 FALSE 2
1207004 NORTH DELHI 110054 7020101101 Govt. Sarvodaya Kanya Vidyalaya , Nehru Vihar Delhi 11-MUKHERJI NAGAR 28.70956567 77.22049427 TRUE 2015-16 2534 408 2126 228 188 80 31.675 0.697247706 0.74015748 FALSE 2
1106119 NORTH EAST DELHI 110093 7030124305 Govt. Boys Sr. Sec. School, Block-A, Nand Nagar, Near Sabzi Mandi, Delhi 243-NANG NAGRI 28.69591202 77.30614775 FALSE 2015-16 1710 0 1710 141 141 54 31.66666667 0.399433428 0.526119403 FALSE 1
1516002 WEST DELHI 110015 7070109703 Govt. Sarvodaya Bal Vidyalaya, Ramesh Nagar, New Delhi 097-KIRTI NAGAR 28.6466643 77.12718923 FALSE 2015-16 1646 199 1447 125 237 52 31.65384615 0.581395349 0.642276423 FALSE 3
1002362 EAST DELHI 110096 7040121404 Govt. Boys Sr. Sec. School, Vasundhra Enclave, Delhi 214-KHICHRI PUR 28.61125882 77.3215408 TRUE 2015-16 1740 0 1740 89 256 55 31.63636364 0.363265306 0.711111111 FALSE 4
1923059 SOUTH DELHI 110074 7090117404 Govt. Sarvodaya Kanya Vidyalaya (Priya Darshini) , Fatehpur Beri, New Delhi 174-CHHATTARPUR 28.4584672 77.18333915 TRUE 2015-16 2716 396 2320 251 197 86 31.58139535 0.751497006 0.674657534 FALSE 1
1413023 NORTH WEST DELHI 110085 7010102103 Govt. Co-ed. Sr. Sec. School, Sect-11, Rohini, Delhi 021-ROHINI 28.73135165 77.11216296 FALSE 2015-16 1642 0 1642 129 132 52 31.57692308 0.465703971 0.66 FALSE 1
1412007 NORTH WEST DELHI 110086 7010102503 Govt. Sarvodaya Bal Vidyalaya, V. & P. O. Pooth Kalan, Nangoli Road, Delhi 025-POOTH KALA 28.70740072 77.0739996 TRUE 2015-16 2684 395 2289 178 360 85 31.57647059 0.489010989 0.825688073 FALSE 5
1310015 NORTH WEST DELHI 110082 7010100308 Govt. Boys Sr. Sec. School, Khera Khurd, Delhi 003-ALIPUR 28.77751865 77.09885264 FALSE 2015-16 442 0 442 45 68 14 31.57142857 0.725806452 0.764044944 FALSE 2
1106012 NORTH EAST DELHI 110095 7030124103 Govt. Boys Sr. Sec. School, Dilshad Garden, J&K Block, Delhi 241-DILSHAD GARDEN 28.68355388 77.32385242 FALSE 2015-16 2997 0 2997 180 187 95 31.54736842 0.213270142 0.377777778 FALSE 3
1821244 SOUTH WEST DELHI 110037 7080114305 Govt. Boys Sr. Sec. School No.2, Samalka New Delhi 143-KAPASHERA 28.53244583 77.08652206 FALSE 2015-16 1923 0 1923 97 77 61 31.52459016 0.313915858 0.418478261 FALSE 2
1412080 NORTH WEST DELHI 110083 7010104802 Govt. Sarvodaya Kanya Vidyalaya, Block-Q, Mangolpuri, Delhi 048-MANGOLPURI WEST 28.68904127 77.0908141 TRUE 2015-16 2394 384 2010 180 187 76 31.5 0.586319218 0.670250896 FALSE 2
1104006 NORTH EAST DELHI 110053 7030125503 Govt. Boys Sr. Sec. School No.1, Ghonda, Delhi 255-GHONDA 28.69313205 77.26966067 TRUE 2015-16 1732 0 1732 96 183 55 31.49090909 0.2382134 0.594155844 FALSE 2
1105116 NORTH EAST DELHI 110053 7030125102 Govt. Girls Sr. Sec. School, Brahmapuri, Delhi 251-NEW USMANPUR 28.67543439 77.26313971 TRUE 2015-16 913 0 913 127 84 29 31.48275862 0.709497207 0.79245283 FALSE 2
1411034 NORTH WEST DELHI 110052 7010106502 Govt. Sarvodaya Kanya Vidyalaya, J. J. Colony, Wazirpur, Delhi 065-NEEMRI COLONY 28.68331525 77.16929304 TRUE 2015-16 2768 382 2386 243 145 88 31.45454545 0.457627119 0.551330798 FALSE 2
1720024 SOUTH WEST DELHI 110057 7080116501 Govt. Sarvodaya Vidyalaya, Vasant Vihar , New Delhi 165-VASANT VIHAR 28.55632569 77.15969469 TRUE 2015-16 2230 395 1835 260 163 71 31.4084507 0.62052506 0.68487395 FALSE 7
1106123 NORTH EAST DELHI 110094 7030126301 Govt. Girls Sec. School, B-Block Meet Nagar Delhi 263-SABOLI 28.7002779 77.30020706 FALSE 2015-16 785 0 785 124 0 25 31.4 0.553571429 NA FALSE 0
1925002 SOUTH DELHI 110025 7090120606 Govt. Sarvodaya Bal Vidyalaya (Rama Krishna) , Noor Nagar, Okhla, New Delhi 206-OKHLA 28.55864885 77.28779443 TRUE 2015-16 2134 71 2063 201 101 68 31.38235294 0.43412527 0.166666667 FALSE 0
1720032 SOUTH WEST DELHI 110037 7080114401 Govt. Sarvodaya Kanya Vidyalaya, Mahipalpur, New Delhi 144-MAHIPAL PUR 28.54515905 77.1263591 FALSE 2015-16 3232 363 2869 201 266 103 31.37864078 0.374301676 0.726775956 FALSE 0
1310017 NORTH WEST DELHI 110040 7010100110 Govt. Sarvodaya Bal Vidyalaya, Narela, Delhi 001-NARELA 28.84611702 77.0937439 FALSE 2015-16 2101 141 1960 225 340 67 31.35820896 0.833333333 0.878552972 FALSE 0
1207019 NORTH DELHI 110007 7020106903 Govt. Boys Sr. Sec. School No.1, Shakti Nagar, Delhi 69-KAMLA NAGAR 28.6809553 77.19568475 FALSE 2015-16 1191 0 1191 98 181 38 31.34210526 0.410041841 0.60738255 FALSE 3
1310042 NORTH WEST DELHI 110039 7010102807 Govt. Sarvodaya Kanya Vidyalaya (Ravi Shankar), Bawana, Delhi 028-BAWANA 28.79516467 77.03813835 FALSE 2015-16 1942 388 1554 157 151 62 31.32258065 0.839572193 0.751243781 FALSE 2
1309265 NORTH WEST DELHI 110036 7010100702 Govt. Girls Sr. Sec. School, Qadipur, P. O. Alipur, Delhi 007-BURARI 28.7746328 77.17053309 TRUE 2015-16 2189 0 2189 349 244 70 31.27142857 0.923280423 0.877697842 FALSE 3
1309128 NORTH WEST DELHI 110033 7010107201 Govt. Boys Sr. Sec. School, Azadpur Colony Delhi 072-MODEL TOWN 28.70889431 77.18136822 FALSE 2015-16 938 0 938 141 80 30 31.26666667 0.909677419 0.842105263 FALSE 0
1105019 NORTH EAST DELHI 110032 7030126002 Govt. Sarvodaya Kanya Vidyalaya, Babarpur, Delhi 260-BABARPUR 28.68468145 77.28081598 FALSE 2015-16 2126 338 1788 231 219 68 31.26470588 0.93902439 0.935897436 FALSE 1
1002367 EAST DELHI 110092 7040121804 Govt. Sarvodaya Bal Vidyalaya, No.2, Mandawali Fazalpur, Delhi 218-MANDAVALI 28.63099735 77.29769849 TRUE 2015-16 969 84 885 105 44 31 31.25806452 0.458515284 0.494382022 FALSE 0
1002016 EAST DELHI 110091 7040122004 Govt. Sarvodaya Bal Vidyalaya (Shaheed Capt.Hanifuddin) Mayur Vihar Ph-I Pocket-IV, Delhi 220-PATPARGANJ 28.60273634 77.29427713 FALSE 2015-16 1156 19 1137 115 104 37 31.24324324 0.421245421 0.684210526 FALSE 1
1412035 NORTH WEST DELHI 110086 7010103702 Govt. Girls Sr. Sec. School, Block BC, Sultanpuri, , Delhi 037-SULTANPURI EAST 28.69932432 77.07740398 TRUE 2015-16 2124 0 2124 324 221 68 31.23529412 0.762352941 0.739130435 FALSE 2
1720021 SOUTH WEST DELHI 110058 7080111002 Govt. Girls Sr. Sec. School No.2, Block-D, Janak Puri, New Delhi 110-NANGAL RAI 28.61065333 77.10618244 FALSE 2015-16 874 0 874 97 85 28 31.21428571 0.591463415 0.825242718 FALSE 0
1106019 NORTH EAST DELHI 110093 7030124309 Govt. Sarvodaya Kanya Vidyalaya, Mandoli, Delhi 243-NANG NAGRI 28.70569958 77.31069799 TRUE 2015-16 2621 372 2249 196 335 84 31.20238095 0.673539519 0.791962175 FALSE 3
1925051 SOUTH DELHI 110044 7090120304 Govt. Boys Sr. Sec. School No.2, Near DDA Flats, Badarpur New Delhi 203-BADARPUR 28.50480281 77.30260755 FALSE 2015-16 2090 0 2090 298 298 67 31.19402985 0.467817896 0.649237473 FALSE 0
1720023 SOUTH WEST DELHI 110012 7080115102 Govt. Boys Sr. Sec. School, J.J. Camp, Naraina New Delhi 151-INDER PURI 28.62944669 77.1444483 TRUE 2015-16 873 0 873 64 26 28 31.17857143 0.326530612 0.5 FALSE 1
1413069 NORTH WEST DELHI 110085 7010102301 Govt. Girls Sr. Sec. School, Opp. Block-D, Sector-I, Avantika, Delhi 023-BUDH VIHAR 28.70420853 77.09613704 FALSE 2015-16 2276 0 2276 311 96 73 31.17808219 0.708428246 0.705882353 FALSE 0
1618020 WEST DELHI 110078 7070113501 Govt. Sarvodaya Kanya Vidyalaya, Kakrola, New Delhi 135-KAKROLA 28.61191574 77.02375329 FALSE 2015-16 3740 382 3358 273 335 120 31.16666667 0.512195122 0.641762452 FALSE 2
1207009 NORTH DELHI 110084 7020100706 Govt. Sarvodaya Bal Vidyalaya, Burari, Delhi 7-BURARI 28.74955142 77.19654673 FALSE 2015-16 2618 301 2317 261 228 84 31.16666667 0.496197719 0.688821752 FALSE 1
1925190 SOUTH DELHI 110044 7090120401 Govt. Girls Sec. School No.3, Molar Band, New Delhi 204-MOLARBAND 28.49488202 77.32678525 TRUE 2015-16 1900 0 1900 340 0 61 31.14754098 0.80760095 NA FALSE 1
1925003 SOUTH DELHI 110048 7090119202 Govt. Sarvodaya Bal Vidyalaya (Kautilya), Chirag Enclave, New Delhi 192-GREATER KAILASH-I 28.54768245 77.24503076 TRUE 2015-16 2086 161 1925 177 238 67 31.13432836 0.537993921 0.678062678 FALSE 1
1412133 NORTH WEST DELHI 110081 7010103006 Govt. Girls Sr. Sec. School, Mubarakpur Dabas Delhi 030-MUNDKA 28.71218138 77.04271892 TRUE 2015-16 1836 0 1836 284 273 59 31.11864407 0.8875 0.720316623 FALSE 2
1002007 EAST DELHI 110091 7040121908 Govt. Sarvodaya Bal Vidyalaya (Jai Prakash Narayan), East Vinod Nagar, Delhi 219-MAYUR VIHAR PHASE-II 28.62107819 77.30543587 FALSE 2015-16 2115 228 1887 264 252 68 31.10294118 0.615384615 0.544276458 FALSE 4
1821035 SOUTH WEST DELHI 110077 7080114103 Govt. Girls Sr. Sec. School, Bharthal, Bijwasan, New Delhi 141-BIJWASAN 28.53950826 77.05241896 TRUE 2015-16 1959 0 1959 193 205 63 31.0952381 0.605015674 0.907079646 FALSE 3
1923050 SOUTH DELHI 110062 7090118002 Govt. Girls Sr. Sec. School No.2, Sect-V, Dr. Ambedkar Nagar, New Delhi 180-DAKSHIN PURI EXT. 28.51969208 77.24180311 TRUE 2015-16 1460 0 1460 140 135 47 31.06382979 0.595744681 0.655339806 FALSE 1
1105021 NORTH EAST DELHI 110053 7030125104 Govt. Sarvodaya Kanya Vidyalaya, Shastri Park, Delhi 251-NEW USMANPUR 28.67602977 77.25844897 TRUE 2015-16 2019 352 1667 161 180 65 31.06153846 0.619230769 0.9375 FALSE 1
1516142 WEST DELHI 110008 7070109403 Govt. Sarvodaya Kanya Vidyalaya, West Patel Nagar, New Delhi 094-WEST PATEL NAGAR 28.65213934 77.16549248 FALSE 2015-16 2637 389 2248 281 176 85 31.02352941 0.586638831 0.715447154 FALSE 3
1925031 SOUTH DELHI 110044 7090119705 Govt. Sarvodaya Kanya Vidyalaya (Rani Jhansi) , Railway Colony, Tughlakabad New Delhi 197-TUGLAKABAD 28.50692262 77.28933069 TRUE 2015-16 3412 357 3055 323 321 110 31.01818182 0.607142857 0.769784173 FALSE 1
1412009 NORTH WEST DELHI 110083 7010104806 Govt. Boys Sr. Sec. School, Block-U, Mangolpuri, Delhi 048-MANGOLPURI WEST 28.6910667 77.07867825 TRUE 2015-16 1487 0 1487 155 152 48 30.97916667 0.61752988 0.64957265 FALSE 1
1923079 SOUTH DELHI 110030 7090117001 Govt. Sarvodaya Kanya Vidyalaya No.2, Main Bazar, Mehrauli, New Delhi 170-MEHRAULI 28.52661145 77.18451913 TRUE 2015-16 1456 198 1258 196 0 47 30.9787234 0.731343284 NA FALSE 2
1106023 NORTH EAST DELHI 110095 7030124102 Govt. Sarvodaya Kanya Vidyalaya (St. Eknath) , Dilshad Garden, Delhi 241-DILSHAD GARDEN 28.68341785 77.32396921 TRUE 2015-16 3902 390 3512 407 448 126 30.96825397 0.59502924 0.640915594 FALSE 2
1002192 EAST DELHI 110092 7040122301 Govt. Sarvodaya Bal Vidyalaya No.1, Shakarpur,Vir Sawakar Block. Shakarpur,Delhi 223-SHAKARPUR 28.63394148 77.28446037 FALSE 2015-16 1145 248 897 79 100 37 30.94594595 0.436464088 0.588235294 FALSE 1
1310168 NORTH WEST DELHI 110040 7010100201 Govt. Sarvodaya Bal Vidyalaya, Bankner, Hakikat Nagar, Delhi 002-BANKNER 28.85053492 77.07317836 TRUE 2015-16 1980 283 1697 205 166 64 30.9375 0.911111111 0.576388889 FALSE 2
1923016 SOUTH DELHI 110062 7090118210 Govt. Boys Sec. School No.1, Sect-V, Dr. Ambedkar Nagar New Delhi 182-AMBEDKAR NGR. 28.51931333 77.24166036 TRUE 2015-16 773 0 773 120 0 25 30.92 0.603015075 NA FALSE 0
1617012 WEST DELHI 110041 7070103003 Govt. Sarvodaya Kanya Vidyalaya , Tikri Kalan Delhi 030-MUNDKA 28.6865365 76.96364317 TRUE 2015-16 1824 402 1422 142 70 59 30.91525424 0.811428571 0.673076923 FALSE 1
1106018 NORTH EAST DELHI 110095 7030124204 Govt. Sarvodaya Kanya Vidyalaya, New Seemapuri Delhi 242-NEW SEEMA PURI 28.69042811 77.32667257 FALSE 2015-16 2781 397 2384 231 168 90 30.9 0.710769231 0.685714286 FALSE 0
1309272 NORTH WEST DELHI 110088 7010105404 Govt. Boys Sec. School, Haider Pur, Delhi 054-PITAMPURA (NORTH) 28.72521784 77.14779337 FALSE 2015-16 834 0 834 124 0 27 30.88888889 0.696629213 NA FALSE 1
1720034 SOUTH WEST DELHI 110030 7080117401 Govt. Boys Sr. Sec. School, Ghitorni, M.G Road, New Delhi 174-CHHATTARPUR 28.48997191 77.13934709 FALSE 2015-16 803 0 803 53 37 26 30.88461538 0.323170732 0.327433628 FALSE 2
1514003 WEST DELHI 110018 7070111303 Govt. Boys Sr. Sec. School No.1, J. J. Colony, Khyala, New Delhi 113-MAHAVIR NAGAR 28.64941484 77.09789086 TRUE 2015-16 1328 0 1328 64 43 43 30.88372093 0.189910979 0.206730769 FALSE 2
2128014 CENTRAL DELHI 110005 7060109203 Govt. Sarvodaya Bal Vidyalaya , Ramjas Lane, Karol Bagh, New Delhi 092-DEV NAGAR 28.65669448 77.19156498 FALSE 2015-16 895 0 895 94 0 29 30.86206897 0.594936709 NA FALSE 0
1310034 NORTH WEST DELHI 110042 7010101703 Govt. Sarvodaya Kanya Vidyalaya, Badli, Delhi 017-SAMAYPUR BADLI 28.73255759 77.13851042 TRUE 2015-16 2746 455 2291 232 259 89 30.85393258 0.6884273 0.872053872 FALSE 3
1310166 NORTH WEST DELHI 110040 7010100106 Govt. Boys Sr. Sec. School (Mussadi Lal), Narela, Delhi 001-NARELA 28.84696299 77.09353851 FALSE 2015-16 1695 0 1695 194 150 55 30.81818182 0.488664987 0.652173913 FALSE 0
1413323 NORTH WEST DELHI 110081 7010103009 Govt. Sarvodaya Bal Vidyalaya, Sawda (Ghewara) J.J.Colonoy, B-Block, Delhi 030-MUNDKA NA NA TRUE 2015-16 1078 243 835 59 86 35 30.8 1.735294118 0.682539683 FALSE 1
1720010 SOUTH WEST DELHI 110028 7080115202 Govt. Boys Sr. Sec. School (2nd Shift), Naraina New Delhi 152-NARAINA 28.62570604 77.1397371 FALSE 2015-16 770 0 770 33 18 25 30.8 0.211538462 0.310344828 FALSE 2
1923080 SOUTH DELHI 110062 7090118201 Govt. Girls Sr. Sec. School, Dr. Ambedkar Nagar, Sec-IV, (Tigri), New Delhi 182-AMBEDKAR NGR. 28.51774145 77.23359224 FALSE 2015-16 1170 0 1170 103 72 38 30.78947368 0.412 0.428571429 FALSE 1
1309002 NORTH WEST DELHI 110088 7010105606 Govt. Boys Sr. Sec. School, B(AH)-Block, Shalimar Bagh, Delhi 056-SHALIMAR BAGH (SOUTH) 28.71246436 77.16637847 FALSE 2015-16 985 0 985 149 90 32 30.78125 0.730392157 0.841121495 FALSE 3
1617004 WEST DELHI 110041 7070104307 Govt. Co-ed. Sr. Sec. School, Kavita Colony, Nangloi, Delhi 043-NANGLOI EAST 28.68527871 77.06617289 FALSE 2015-16 2093 0 2093 201 144 68 30.77941176 0.45785877 0.475247525 FALSE 1
1925050 SOUTH DELHI 110044 7090120403 Govt. Boys Sec. School No.3, Molar Band, New Delhi 204-MOLARBAND 28.49495115 77.32607848 FALSE 2015-16 1600 0 1600 284 0 52 30.76923077 0.77173913 NA FALSE 2
1310411 NORTH WEST DELHI 110042 7010102601 Govt. Girls Sr. Sec. School, Shahbad Daulatpur, Delhi 026-SAHIBABAD DAULATPUR 28.74227534 77.11139612 TRUE 2015-16 892 0 892 74 41 29 30.75862069 0.643478261 0.640625 FALSE 1
1310399 NORTH WEST DELHI 110082 7010100302 Govt. Co-ed. Sr. Sec. School, Holambi Kalan, Metro Vihar, A-Block, Delhi 003-ALIPUR 28.81059019 77.09080373 FALSE 2015-16 1721 0 1721 204 134 56 30.73214286 0.623853211 0.697916667 FALSE 6
1411012 NORTH WEST DELHI 110035 7010106102 Govt. Boys Sr. Sec. School, Narang Colony, Tri Nagar, Delhi 061-TRINAGAR 28.68136731 77.16033874 FALSE 2015-16 768 0 768 78 63 25 30.72 0.896551724 0.9 FALSE 0
1309007 NORTH WEST DELHI 110088 7010105604 Govt. Boys Sr. Sec. School, AP-Block, Shalimar Bagh, Delhi 056-SHALIMAR BAGH (SOUTH) 28.70143275 77.15874707 FALSE 2015-16 645 0 645 63 59 21 30.71428571 0.940298507 0.880597015 FALSE 1
1002190 EAST DELHI 110092 7040121801 Govt. Sarvodaya Kanya Vidyalaya, No.3, Joshi Colony, Mandawali, Delhi 218-MANDAVALI 28.62877177 77.29523586 FALSE 2015-16 1597 0 1597 162 166 52 30.71153846 0.701298701 0.703389831 FALSE 4
1617027 WEST DELHI 110041 7070104101 Govt. Co-ed. Sr. Sec. School, Punjabi Basti, Nangloi Delhi 041-GURU HARI KISHAN NGR. 28.68437718 77.06838011 TRUE 2015-16 1351 0 1351 145 48 44 30.70454545 0.421511628 0.592592593 FALSE 0
1412088 NORTH WEST DELHI 110086 7010103902 Govt. Girls Sr. Sec. School, Block-D, Sultanpuri, Delhi 039-SULTANPUR MAJRA 28.70124763 77.07702194 TRUE 2015-16 1197 0 1197 164 48 39 30.69230769 0.728888889 0.705882353 FALSE 3
1821005 SOUTH WEST DELHI 110037 7080114304 Govt. Boys Sr. Sec. School No.1, Samalka, New Delhi 143-KAPASHERA 28.53278495 77.08631078 FALSE 2015-16 1810 0 1810 106 51 59 30.6779661 0.300283286 0.346938776 FALSE 4
1924042 SOUTH DELHI 110065 7090119301 Govt. Boys Sec. School, Garhi Jharia Maria, New Delhi 193-SRI NIWAS PURI 28.55630123 77.25177402 FALSE 2015-16 644 0 644 57 0 21 30.66666667 0.553398058 NA FALSE 0
1310420 NORTH WEST DELHI 110042 7010101804 Govt. Boys Sr. Sec. School, Siraspur, Delhi 018-LIBASPUR 28.76155498 77.1283874 TRUE 2015-16 919 0 919 103 47 30 30.63333333 0.792307692 0.886792453 FALSE 1
1104001 NORTH EAST DELHI 110053 7030125611 Govt. Sarvodaya Bal Vidyalaya No.1, B- Block, Yamuna Vihar, Delhi 256-YAMUNA VIHAR 28.70160939 77.27009803 FALSE 2015-16 2940 200 2740 391 353 96 30.625 0.440315315 0.597292724 FALSE 2
1411027 NORTH WEST DELHI 110052 7010106802 Govt. Sarvodaya Kanya Vidyalaya, Phase-II, Ashok Vihar, Delhi 068-ASHOK VIHAR 28.69637524 77.17797826 FALSE 2015-16 2204 400 1804 136 149 72 30.61111111 0.354166667 0.553903346 FALSE 4
1923047 SOUTH DELHI 110062 7090118205 Govt. Girls Sr. Sec. School, Sect-V, Dr. Ambedkar Nagar, New Delhi 182-AMBEDKAR NGR. 28.51903786 77.24021857 TRUE 2015-16 1559 0 1559 105 207 51 30.56862745 0.393258427 0.736654804 FALSE 2
1309267 NORTH WEST DELHI 110036 7010100402 Govt. Sarvodaya Kanya Vidyalaya (BMS), Bakhtawarpur, Delhi 004-BAKHTAWARPUR 28.82018989 77.17408668 FALSE 2015-16 1925 278 1647 227 223 63 30.55555556 0.834558824 0.899193548 FALSE 0
1002020 EAST DELHI 110091 7040121304 Govt. Boys Sr. Sec. School, Kalyanpuri, Delhi 213-KALYAN PURI 28.61405624 77.31906206 FALSE 2015-16 947 0 947 48 43 31 30.5483871 0.317880795 0.341269841 FALSE 0
1412095 NORTH WEST DELHI 110081 7010103007 Govt. Sarvodaya Vidyalaya , Rani Khera, Delhi 030-MUNDKA 28.70717526 77.02087432 TRUE 2015-16 2044 257 1787 182 107 67 30.50746269 0.579617834 0.587912088 FALSE 3
1617227 WEST DELHI 110041 7070112104 Govt. Sarvodaya Bal Vidyalaya, Main Najafgarh Road, Ranhola, New Delhi 121-KANWAR SINGH NAGAR 28.664253 77.044858 TRUE 2015-16 1891 178 1713 86 163 62 30.5 0.443298969 0.617424242 FALSE 1
1618001 WEST DELHI 110059 7070113603 Govt. Sarvodaya Bal Vidyalaya, Matiala, Near Uttam Nagar, New Delhi 136-MATIALA 28.61334503 77.04623422 TRUE 2015-16 2012 245 1767 202 127 66 30.48484848 0.442982456 0.445614035 FALSE 3
1617036 WEST DELHI 110087 7070104302 Govt. Sarvodaya Kanya Vidyalaya, Amalwas, Jawalapuri Camp No.4, New Delhi 043-NANGLOI EAST 28.67625083 77.07847113 TRUE 2015-16 3535 379 3156 257 317 116 30.47413793 0.388217523 0.607279693 FALSE 3
1515025 WEST DELHI 110027 7070110602 Govt. Sarvodaya Kanya Vidyalaya No.2, Tagore Garden, New Delhi 106-TAGORE GARDEN 28.64599811 77.10929021 FALSE 2015-16 1767 342 1425 150 92 58 30.46551724 0.397877984 0.554216867 FALSE 1
1822257 SOUTH WEST DELHI 110071 7080113405 Govt. Boys Sr. Sec. School, Goela Khurd, New Delhi 134-NANGLI SAKRAWATI 28.58903221 77.00648256 TRUE 2015-16 1645 0 1645 152 106 54 30.46296296 0.501650165 0.535353535 FALSE 0
1002185 EAST DELHI 110096 7040121401 Govt. Girls Sr. Sec. School, Vasundhara Enclave, Delhi 214-KHICHRI PUR 28.61130355 77.32169012 FALSE 2015-16 1673 0 1673 148 258 55 30.41818182 0.732673267 0.720670391 FALSE 0
1923014 SOUTH DELHI 110074 7090117602 Govt. Sarvodaya Bal Vidyalaya, Vill. & P. O. Fatehpur Beri New Delhi 176-BHATTI 28.4588899 77.18416595 TRUE 2015-16 1762 32 1730 102 86 58 30.37931034 0.301775148 0.344 FALSE 2
1923068 SOUTH DELHI 110017 7090116902 Govt. Boys Sr. Sec. School, Block-G, Saket, New Delhi 169-LADO SARAI 28.52277819 77.20915995 FALSE 2015-16 1031 0 1031 83 112 34 30.32352941 0.380733945 0.546341463 FALSE 1
1720017 SOUTH WEST DELHI 110012 7080115001 Govt. Sarvodaya Kanya Vidyalaya, I.A.R.I. Campus, PUSA New Delhi 150-PUSA 28.63594045 77.16255385 FALSE 2015-16 1364 207 1157 138 83 45 30.31111111 0.75 0.614814815 FALSE 1
1515006 WEST DELHI 110027 7070110503 Govt. Boys Sr. Sec. School, Rajouri Garden Extn., New Delhi 105-RAJOURI GARDEN 28.64420126 77.11544673 FALSE 2015-16 848 0 848 75 11 28 30.28571429 0.477707006 0.458333333 FALSE 2
1923354 SOUTH DELHI 110047 7090117504 Govt. Boys Sr. Sec. School, Aya Nagar New Delhi 175-AAYA NAGAR 28.47698048 77.12997346 FALSE 2015-16 1149 0 1149 84 69 38 30.23684211 0.35 0.644859813 FALSE 0
1105113 NORTH EAST DELHI 110053 7030125404 Govt. Boys Sr. Sec. School, Brahmapuri, Delhi 254-BRAHAMPURI 28.67552101 77.26242698 TRUE 2015-16 1028 0 1028 107 78 34 30.23529412 0.584699454 0.690265487 FALSE 1
1105108 NORTH EAST DELHI 110053 7030124801 Govt. Girls Sec. School, Welcome Colony , New Seelampur, Delhi 248-WELCOME COLONY 28.67299315 77.27139266 FALSE 2015-16 907 0 907 161 0 30 30.23333333 0.947058824 NA FALSE 0
1618270 WEST DELHI 110059 7070112804 Govt. Co-ed. Sec. School, Bindapur, Pocket-IV, New Delhi 128-BINDAPUR (WEST) 28.61134451 77.06997407 FALSE 2015-16 937 0 937 133 0 31 30.22580645 0.563559322 NA FALSE 0
1208090 NORTH DELHI 110035 7020107403 Govt. Sarvodaya Kanya Vidyalaya, Inder Lok, Delhi 74-INDERLOK COLONY 28.6731886 77.16894164 TRUE 2015-16 1358 394 964 90 66 45 30.17777778 0.692307692 0.725274725 FALSE 2
1207112 NORTH DELHI 110054 7020107803 Govt. Sarvodaya Kanya Vidyalaya, Magazine Road, Delhi 78-MAJNOO KA TILLA 28.70156922 77.2266427 TRUE 2015-16 1236 324 912 81 80 41 30.14634146 0.586956522 0.49382716 FALSE 3
1617019 WEST DELHI 110087 7070104103 Govt. Boys Sec. School, Ambika Vihar, New Delhi 041-GURU HARI KISHAN NGR. 28.66405506 77.081809 TRUE 2015-16 1145 0 1145 214 0 38 30.13157895 0.866396761 NA FALSE 0
1105001 NORTH EAST DELHI 110032 7030123704 Govt. Sarvodaya Bal Vidyalaya (Gandhi Memorial), G. T. Road, Shahadara, Delhi 237-SHAHDARA 28.67428534 77.28327199 FALSE 2015-16 1921 180 1741 145 154 64 30.015625 0.346889952 0.355658199 FALSE 6
1925056 SOUTH DELHI 110019 7090119701 Govt. Sarvodaya Bal Vidyalaya, Tughlakabad Extn. New Delhi 197-TUGLAKABAD 28.52396794 77.26230036 FALSE 2015-16 1921 81 1840 129 155 64 30.015625 0.25 0.348314607 FALSE 1
1411046 NORTH WEST DELHI 110034 7010106401 Govt. Girls Sr. Sec. School, Anandwas, B-Block Shakurpur, Delhi 064-SHAKAR PUR 28.69038024 77.13038309 FALSE 2015-16 1110 0 1110 132 86 37 30 0.781065089 0.716666667 FALSE 0
1618278 WEST DELHI 110059 7070112405 Govt. Girls Sr. Sec. School, Hastasal Village, New Delhi 124-VIKAS NAGAR 28.63645997 77.05770303 TRUE 2015-16 2519 0 2519 236 336 84 29.98809524 0.50862069 0.609800363 FALSE 4
1821237 SOUTH WEST DELHI 110075 7080113606 Govt. Boys Sr. Sec. School, Sector 3, Site-1, Dwarka, New Delhi 136-MATIALA 28.60727119 77.04648721 FALSE 2015-16 1678 0 1678 98 36 56 29.96428571 0.256544503 0.182741117 FALSE 0
1822177 SOUTH WEST DELHI 110043 7080113801 Govt. Girls Sr. Sec. School, Najafgarh Stadium, New Delhi 138-NAZAFGARH 28.61139118 76.98980807 FALSE 2015-16 1527 0 1527 126 112 51 29.94117647 0.382978723 0.541062802 FALSE 0
1925020 SOUTH DELHI 110019 7090118506 Govt. Boys Sr. Sec. School No.2, Tughlakabad Extn. New Delhi 185-TUGLAKABAD EXT. 28.50218853 77.28248165 FALSE 2015-16 1315 0 1315 166 96 44 29.88636364 0.512345679 0.662068966 FALSE 0
1514110 WEST DELHI 110018 7070110701 Govt. Sarvodaya Bal Vidyalaya, Chand Nagar, New Delhi 107-VISHNU GARDEN 28.64487975 77.09884733 TRUE 2015-16 2032 344 1688 191 79 68 29.88235294 0.481108312 0.383495146 FALSE 1
1105004 NORTH EAST DELHI 110053 7030125602 Govt. Sarvodaya Bal Vidyalaya No.1, New Seelampur, Delhi 256-YAMUNA VIHAR 28.67284817 77.26399411 FALSE 2015-16 1135 358 777 50 120 38 29.86842105 0.462962963 0.540540541 FALSE 0
1925041 SOUTH DELHI 110019 7090119602 Govt. Girls Sr. Sec. School, DDA Flats, Phase-II, Kalkaji, New Delhi 196-KALKAJI 28.53376625 77.25699573 FALSE 2015-16 1314 0 1314 131 222 44 29.86363636 0.723756906 0.790035587 FALSE 1
1822028 SOUTH WEST DELHI 110071 7080113402 Govt. Girls Sr. Sec. School, Goela Khurd, New Delhi 134-NANGLI SAKRAWATI 28.58917579 77.00616406 TRUE 2015-16 1463 0 1463 142 130 49 29.85714286 0.550387597 0.698924731 FALSE 2
1001004 EAST DELHI 110051 7040123503 Govt. Sarvodaya Bal Vidyalaya, Kanti Nagar, Delhi 235-AZAD NAGAR 28.66670886 77.28069572 TRUE 2015-16 1612 233 1379 94 101 54 29.85185185 0.356060606 0.63125 FALSE 1
1002180 EAST DELHI 110092 7040121702 Govt. Co-ed. Sr. Sec. School, West Vinod Nagar, E Block, Delhi 217-VINOD NAGAR 28.62261682 77.29257104 FALSE 2015-16 1311 0 1311 209 42 44 29.79545455 0.703703704 0.415841584 FALSE 1
1003205 EAST DELHI 110051 7040123101 Govt. Co-ed. Sr. Sec. School, Shivpuri, Delhi 231-GHONDLI 28.65075171 77.278804 FALSE 2015-16 834 0 834 85 35 28 29.78571429 0.464480874 0.411764706 FALSE 2
1309004 NORTH WEST DELHI 110009 7010107207 Govt. Sarvodaya Vidyalaya , King'sway Camp, New Police Line, Delhi 072-MODEL TOWN 28.69912128 77.20253557 FALSE 2015-16 1846 398 1448 153 194 62 29.77419355 0.495145631 0.611987382 FALSE 0
1002031 EAST DELHI 110092 7040122003 Govt. Sarvodaya Kanya Vidyalaya, Patpar Ganj, Delhi 220-PATPARGANJ 28.61390391 77.29128829 FALSE 2015-16 1935 395 1540 200 221 65 29.76923077 0.858369099 0.840304183 FALSE 0
1309023 NORTH WEST DELHI 110088 7010105503 Govt. Girls Sr. Sec. School, Shalamar Village, Delhi 055-SHALIMAR BAGH (NORTH) 28.71987632 77.15967212 FALSE 2015-16 1280 0 1280 98 179 43 29.76744186 0.576470588 0.87745098 FALSE 1
1923010 SOUTH DELHI 110017 7090116105 Govt. Boys Sr. Sec. School, Malviya Nagar, New Delhi 161-MALVIYA NAGAR 28.5345974 77.21205274 TRUE 2015-16 1131 0 1131 101 73 38 29.76315789 0.444933921 0.392473118 FALSE 0
1106007 NORTH EAST DELHI 110032 7030124703 Govt. Boys Sr. Sec. School No.2, Mansarovar Park, Sahadara, Delhi 247-RAM NAGAR 28.68108938 77.29908292 FALSE 2015-16 1308 0 1308 132 120 44 29.72727273 0.376068376 0.5 FALSE 0
1413019 NORTH WEST DELHI 110085 7010102204 Govt. Boys Sr. Sec. School No. 2, Sector-1, Avantika, Rohini, Delhi 022-RITHALA 28.70423005 77.09623123 FALSE 2015-16 1278 0 1278 157 110 43 29.72093023 0.413157895 0.484581498 FALSE 3
1309024 NORTH WEST DELHI 110088 7010105502 Govt. Girls Sec. School, Haider Pur- Delhi 055-SHALIMAR BAGH (NORTH) 28.72523025 77.14776288 FALSE 2015-16 1039 0 1039 163 0 35 29.68571429 0.670781893 NA FALSE 1
1514011 WEST DELHI 110018 7070110702 Govt. Sarvodaya Kanya Vidyalaya No.1, Chand Nagar, New Delhi 107-VISHNU GARDEN 28.64575362 77.09827411 FALSE 2015-16 2462 390 2072 239 205 83 29.6626506 0.680911681 0.82 FALSE 3
1821007 SOUTH WEST DELHI 110046 7080113103 Govt. Boys Sr. Sec. School No.2, Sagarpur, New Delhi 131-SAGARPUR 28.60123536 77.09937035 FALSE 2015-16 1779 0 1779 148 131 60 29.65 0.323851204 0.481617647 FALSE 0
1923020 SOUTH DELHI 110080 7090118103 Govt. Boys Sr. Sec. School No.1, Khanpur New Delhi 181-KHANPUR 28.51446686 77.22884332 FALSE 2015-16 1363 0 1363 122 113 46 29.63043478 0.458646617 0.402135231 FALSE 0
1001022 EAST DELHI 110095 7040123805 Govt. Sarvodaya Kanya Vidyalaya No.1, C-Block, Vivek Vihar, Delhi 238-JHIL MIL 28.66941069 77.30506118 FALSE 2015-16 2459 2 2457 293 366 83 29.62650602 0.605371901 0.772151899 FALSE 0
1310170 NORTH WEST DELHI 110040 7010100105 Govt. Sarvodaya Kanya Vidyalaya No.2, Narela, Delhi 001-NARELA 28.84632035 77.09016961 TRUE 2015-16 2429 388 2041 287 382 82 29.62195122 0.953488372 0.952618454 FALSE 1
1106022 NORTH EAST DELHI 110093 7030124308 Govt. Sarvodaya Kanya Vidyalaya (Raja Ravi Verma), B-Block, Nand Nagri, Delhi 243-NANG NAGRI 28.69382417 77.30698883 FALSE 2015-16 2397 382 2015 204 268 81 29.59259259 0.498777506 0.652068127 FALSE 2
1105015 NORTH EAST DELHI 110053 7030125005 Govt. Boys Sec. School, Welcome Colony , New Seelampur, Delhi 250-JAFFRABAD 28.6730503 77.27147861 FALSE 2015-16 680 0 680 86 0 23 29.56521739 0.651515152 NA FALSE 0
1821030 SOUTH WEST DELHI 110045 7080112901 Govt. Sarvodaya Kanya Vidyalaya, Pappan Kalan, Sect. -I, Pkt. VII, Dabri Extn New Delhi 129-DABRI 28.60147642 77.08377364 FALSE 2015-16 2128 342 1786 156 130 72 29.55555556 0.52 0.599078341 FALSE 1
1413284 NORTH WEST DELHI 110089 7010102105 Govt. Boys Sr. Sec. School, Rohini, Sector 16, Pocket A, Delhi 021-ROHINI 28.7364596 77.1260512 FALSE 2015-16 1241 0 1241 81 112 42 29.54761905 0.266447368 0.674698795 FALSE 0
1413002 NORTH WEST DELHI 110085 7010104502 Govt. Sarvodaya Vidyalaya , Sector-3, Rohini, Delhi 045-ROHINI SOUTH 28.70319673 77.10491896 FALSE 2015-16 3249 354 2895 357 313 110 29.53636364 0.617647059 0.690949227 FALSE 1
1923026 SOUTH DELHI 110074 7090117601 Govt. Co-ed. Sr. Sec. School, Sanjay Colony, Bhatti Mines New Delhi 176-BHATTI 28.42927961 77.22425223 TRUE 2015-16 1742 0 1742 95 77 59 29.52542373 0.264623955 0.385 FALSE 0
1618008 WEST DELHI 110059 7070112304 Govt. Sarvodaya Bal Vidyalaya, Uttam Nagar, New Delhi 123-VIKASPURI 28.6130051 77.0466008 FALSE 2015-16 1801 247 1554 122 111 61 29.52459016 0.356725146 0.451219512 FALSE 0
1514012 WEST DELHI 110018 7070110802 Govt. Girls Sr. Sec. School No.1, J. J. Colony, Khyala, New Delhi 108-KHYALA WEST 28.64941517 77.09796191 FALSE 2015-16 1741 0 1741 210 134 59 29.50847458 0.681818182 0.779069767 FALSE 1
1923081 SOUTH DELHI 110074 7090117401 Govt. Sarvodaya Bal Vidyalaya (Acharya Tulsi), Chhatarpur, New Delhi 174-CHHATTARPUR 28.50323748 77.182939 TRUE 2015-16 2685 402 2283 69 199 91 29.50549451 0.12754159 0.401209677 FALSE 1
1309258 NORTH WEST DELHI 110033 7010100502 Govt. Girls Sec. School, Block-E, Jahangirpuri, Delhi 005-BHALASWA JAHANGIRPURI 28.73198944 77.17577043 TRUE 2015-16 944 0 944 176 0 32 29.5 0.956521739 NA FALSE 1
1003153 EAST DELHI 110051 7040123102 Govt. Sarvodaya Kanya Vidyalaya, Radehy Shyam Park, Parwana Road, Khurenji, Delhi 231-GHONDLI 28.64603191 77.28349151 FALSE 2015-16 2002 233 1769 240 225 68 29.44117647 0.967741935 0.882352941 FALSE 1
1413079 NORTH WEST DELHI 110081 7010102902 Govt. Boys Sr. Sec. School, Karala, Delhi 029-KARALA 28.73193948 77.04017983 TRUE 2015-16 1207 0 1207 122 120 41 29.43902439 0.572769953 0.606060606 FALSE 0
1821006 SOUTH WEST DELHI 110046 7080113104 Govt. Boys Sr. Sec. School No.1, Sagarpur, New Delhi 131-SAGARPUR 28.60129493 77.1007153 FALSE 2015-16 2001 0 2001 109 168 68 29.42647059 0.221995927 0.538461538 FALSE 0
1617137 WEST DELHI 110063 7070105701 Govt. Co-ed. Sr. Sec. School, B-3, Paschim Vihar, New Delhi 057-PASCHIM VIHAR (SOUTH) 28.66672116 77.10307177 FALSE 2015-16 1206 0 1206 80 113 41 29.41463415 0.430107527 0.604278075 FALSE 1
1309127 NORTH WEST DELHI 110033 7010107202 Govt. Girls Sr. Sec. School, Azadpur Colony Delhi 072-MODEL TOWN 28.70887546 77.18154255 FALSE 2015-16 999 0 999 113 99 34 29.38235294 0.610810811 0.75 FALSE 3
1515001 WEST DELHI 110026 7070110002 Govt. Sarvodaya Vidyalaya , Jaidev Park, New Delhi 100-KARAM PURA 28.67237749 77.14352246 FALSE 2015-16 1498 346 1152 109 171 51 29.37254902 0.545 0.806603774 FALSE 2
1617013 WEST DELHI 110041 7070104305 Govt. Sarvodaya Kanya Vidyalaya , Sultanpuri Road, Nangloi, Delhi 043-NANGLOI EAST 28.68475318 77.06890066 TRUE 2015-16 2403 385 2018 207 290 82 29.30487805 0.704081633 0.886850153 FALSE 3
1822065 SOUTH WEST DELHI 110072 7080113902 Govt. Boys Sr. Sec. School, Jharoda Kalan, Najafgarh, New Delhi 139-DICHAON KALAN 28.6461592 76.95543776 FALSE 2015-16 996 0 996 123 128 34 29.29411765 0.773584906 0.785276074 FALSE 0
1618064 WEST DELHI 110058 7070111701 Govt. Girls Sr. Sec. School No.2, Block-A, Janakpuri, New Delhi 117-JANAKPURI (WEST) 28.62594365 77.07351417 FALSE 2015-16 1637 0 1637 176 219 56 29.23214286 0.698412698 0.793478261 FALSE 0
1618019 WEST DELHI 110018 7070111304 Govt. Sarvodaya Kanya Vidyalaya, Block-G, Vikas Puri, New Delhi 113-MAHAVIR NAGAR 28.64136348 77.0776939 FALSE 2015-16 1403 200 1203 159 162 48 29.22916667 0.742990654 0.76056338 FALSE 1
1923062 SOUTH DELHI 110062 7090118102 Govt. Sarvodaya Kanya Vidyalaya (Hakikat Rai), Khanpur, New Delhi 181-KHANPUR 28.51023976 77.22828186 TRUE 2015-16 1080 188 892 154 0 37 29.18918919 0.810526316 NA FALSE 0
1411003 NORTH WEST DELHI 110052 7010106807 Govt. Sarvodaya Bal Vidyalaya, Block-H, Phase-I, Ashok Vihar, Delhi 068-ASHOK VIHAR 28.68823933 77.16936265 TRUE 2015-16 963 182 781 67 88 33 29.18181818 0.403614458 0.739495798 FALSE 0
1001009 EAST DELHI 110092 7040122502 Govt. Sarvodaya Kanya Vidyalaya, Anand Vihar (Near Railway Station), Delhi 225-ANAND VIHAR 28.65258927 77.3162682 FALSE 2015-16 1780 289 1491 210 186 61 29.18032787 0.976744186 0.826666667 FALSE 0
1925007 SOUTH DELHI 110019 7090118501 Govt. Sarvodaya Bal Vidyalaya (Sardar Vallabhbhai Patel), Tuglakabad Extn. New Delhi 185-TUGLAKABAD EXT. 28.5242112 77.26243595 TRUE 2015-16 1896 399 1497 106 303 65 29.16923077 0.319277108 0.784974093 FALSE 0
1923063 SOUTH DELHI 110047 7090117501 Govt. Sarvodaya Kanya Vidyalaya, Aya Nagar New Delhi 175-AAYA NAGAR 28.51817973 77.20523267 FALSE 2015-16 1837 317 1520 128 119 63 29.15873016 0.516129032 0.538461538 FALSE 1
1412258 NORTH WEST DELHI 110081 7010103404 Govt. Girls Sec. School, Nithari Delhi 034-NITHARI 28.70820062 77.05486222 TRUE 2015-16 2739 0 2739 353 0 94 29.13829787 0.426328502 NA FALSE 1
1925029 SOUTH DELHI 110019 7090119605 Govt. Sarvodaya Kanya Vidyalaya No.1 (Veer Savarkar), Kalkaji New Delhi 196-KALKAJI 28.54544466 77.24997552 TRUE 2015-16 2240 391 1849 209 224 77 29.09090909 0.661392405 0.937238494 FALSE 1
1310164 NORTH WEST DELHI 110040 7010100107 Govt. Girls Sr. Sec. School, Pocket A-5&6, Narela, Delhi 001-NARELA 28.84824112 77.09397887 FALSE 2015-16 756 0 756 132 64 26 29.07692308 0.891891892 0.941176471 FALSE 1
1516017 WEST DELHI 110015 7070109702 Govt. Co-ed. Sec. School, Block-1 B, Saraswati Garden, Ramesh Nagar, New Delhi 097-KIRTI NAGAR 28.65070395 77.13554299 FALSE 2015-16 756 0 756 50 0 26 29.07692308 0.588235294 NA FALSE 0
1515007 WEST DELHI 110041 7070110403 Govt. Sarvodaya Bal Vidyalaya No.1, Madipur, J.J. Colony, Delhi 104-MADIPUR 28.66796171 77.11387702 FALSE 2015-16 1308 103 1205 72 62 45 29.06666667 0.279069767 0.410596026 FALSE 3
1105111 NORTH EAST DELHI 110094 7030125801 Govt. Girls Sr. Sec. School, West Jyoti Nagar, Shahdara, Delhi 258-KARDAMPURI 28.69113489 77.28894078 FALSE 2015-16 1453 0 1453 206 154 50 29.06 0.751824818 0.911242604 FALSE 1
1617026 WEST DELHI 110041 7070103201 Govt. Sarvodaya Kanya Vidyalaya , Pradhan Enclave, Nilothi, Delhi 032-NILOTHI 28.64582074 77.05983006 FALSE 2015-16 1915 246 1669 136 81 66 29.01515152 0.541832669 0.457627119 FALSE 2
1309125 NORTH WEST DELHI 110033 7010101403 Govt. Boys Sr. Sec. School No.2, Adarsh Nagar, Delhi 014-ADARSH NAGAR 28.71923832 77.17294798 FALSE 2015-16 1740 0 1740 164 255 60 29 0.327345309 0.726495726 FALSE 2
1105007 NORTH EAST DELHI 110032 7030126003 Govt. Boys Sr. Sec. School, Babarpur, Shahadara Delhi 260-BABARPUR 28.68494982 77.2808108 TRUE 2015-16 1305 0 1305 144 165 45 29 0.685714286 0.66 FALSE 1
1105022 NORTH EAST DELHI 110032 7030126001 Govt. Girls Sr. Sec. School, Shahadara, Shivaji Park, Delhi 260-BABARPUR 28.68285548 77.28820341 FALSE 2015-16 957 0 957 85 183 33 29 0.62962963 0.680297398 FALSE 0
1309260 NORTH WEST DELHI 110033 7010101901 Govt. Girls Sr. Sec. School, Block-K, Jahangirpuri, Delhi 019-BHALASWA 28.73027607 77.16720708 TRUE 2015-16 4116 0 4116 511 497 142 28.98591549 0.640350877 0.788888889 FALSE 5
1516141 WEST DELHI 110008 7070109404 Govt. Girls Sr. Sec. School, S-Block, West Patel Nagar, New Delhi 094-WEST PATEL NAGAR 28.65288298 77.16454112 FALSE 2015-16 1651 0 1651 159 120 57 28.96491228 0.528239203 0.582524272 FALSE 5
1207012 NORTH DELHI 110054 7020101004 Govt. Sarvodaya Bal Vidyalaya, Timar Pur, Near Balak Ram Hospital, Delhi 10-TIMARPUR 28.69574625 77.22677164 FALSE 2015-16 1216 147 1069 108 170 42 28.95238095 0.504672897 0.705394191 FALSE 1
1617024 WEST DELHI 110041 7070104303 Govt. Boys Sr. Sec. School, Phase-II, Nangloi Delhi 043-NANGLOI EAST 28.68527871 77.06617289 FALSE 2015-16 1534 0 1534 167 112 53 28.94339623 0.644787645 0.651162791 FALSE 0
1514013 WEST DELHI 110018 7070110801 Govt. Sarvodaya Kanya Vidyalaya No.2, Khyala , New Delhi 108-KHYALA WEST 28.65614308 77.10397915 FALSE 2015-16 2026 490 1536 131 109 70 28.94285714 0.472924188 0.703225806 FALSE 0
1412001 NORTH WEST DELHI 110086 7010103708 Govt. Sarvodaya Vidyalaya, Block-C, Sultanpuri, Delhi 037-SULTANPURI EAST 28.69982813 77.07712566 FALSE 2015-16 2369 370 1999 164 299 82 28.8902439 0.58781362 0.62033195 FALSE 0
1412083 NORTH WEST DELHI 110086 7010104002 Govt. Boys Sr. Sec. School, Block-F, Sultanpuri, Delhi 040-SULTANPURI SOUTH 28.68976553 77.07000358 TRUE 2015-16 780 0 780 99 50 27 28.88888889 0.7734375 0.877192982 FALSE 0
1514112 WEST DELHI 110064 7070111103 Govt. Boys Sr. Sec. School, Hari Nagar Clock Tower, Site-2, New Delhi 111-HARI NAGAR 28.62534686 77.11051611 FALSE 2015-16 1068 0 1068 75 92 37 28.86486486 0.31512605 0.681481481 FALSE 0
1618192 WEST DELHI 110059 7070112502 Govt. Co-ed. Sec. School, Razapur Khurd, New Delhi 125-MOHAN GARDEN 28.6300326 77.03287377 TRUE 2015-16 1414 0 1414 122 0 49 28.85714286 0.312820513 NA FALSE 1
1001024 EAST DELHI 110051 7040123501 Govt. Girls Sr. Sec. School, Kanti Nagar, Delhi 235-AZAD NAGAR 28.66638532 77.28052512 FALSE 2015-16 1702 0 1702 196 148 59 28.84745763 0.803278689 0.77486911 FALSE 0
1720030 SOUTH WEST DELHI 110038 7080117202 Govt. Sarvodaya Kanya Vidyalaya, Rajokari New Delhi 172-KISHAN GARH 28.51819769 77.10891845 FALSE 2015-16 1442 375 1067 85 64 50 28.84 0.541401274 0.5 FALSE 0
1514006 WEST DELHI 110018 7070111403 Govt. Sarvodaya Bal Vidyalaya No.2, Tilak Nagar New Delhi 114-TILAK NAGAR 28.64189401 77.09123233 FALSE 2015-16 1326 170 1156 106 148 46 28.82608696 0.512077295 0.704761905 FALSE 2
1821136 SOUTH WEST DELHI 110045 7080113001 Govt. Co-ed. Sec. School, Mahavir Enclave New Delhi 130-MANGLAPURI 28.59272581 77.08180031 FALSE 2015-16 806 0 806 93 0 28 28.78571429 0.422727273 NA FALSE 0
2128025 CENTRAL DELHI 110005 7060109102 Govt. Girls Sec. School, East Park Road, Karol Bagh New Delhi 091-KAROL BAGH 28.65096433 77.19669415 FALSE 2015-16 403 0 403 66 0 14 28.78571429 0.634615385 NA FALSE 0
1412016 NORTH WEST DELHI 110086 7010103905 Govt. Co-ed. Sec. School, Sultanpur Majra, Delhi 039-SULTANPUR MAJRA 28.68663677 77.07641861 TRUE 2015-16 604 0 604 73 0 21 28.76190476 0.675925926 NA FALSE 1
1617033 WEST DELHI 110087 7070104102 Govt. Girls Sr. Sec. School, Ambika Vihar, New Delhi 041-GURU HARI KISHAN NGR. 28.66391929 77.08178872 FALSE 2015-16 1639 0 1639 206 145 57 28.75438596 0.730496454 0.703883495 FALSE 0
1821016 SOUTH WEST DELHI 110046 7080113102 Govt. Sarvodaya Kanya Vidyalaya No.1, Sagarpur New Delhi 131-SAGARPUR 28.60150327 77.10089026 FALSE 2015-16 2587 386 2201 204 211 90 28.74444444 0.520408163 0.651234568 FALSE 2
1002012 EAST DELHI 110091 7040121901 Govt. Boys Sr. Sec. School, Khichripur, Delhi 219-MAYUR VIHAR PHASE-II 28.61803404 77.31468874 FALSE 2015-16 776 0 776 67 42 27 28.74074074 0.540322581 0.40776699 FALSE 0
1720026 SOUTH DELHI 110070 7090116403 Govt. Girls Sr. Sec. School, B-1, Vasant Kunj, New Delhi 164-HAUZ KHAS 28.52155529 77.16214044 FALSE 2015-16 1322 0 1322 126 59 46 28.73913043 #N/A #N/A #N/A 0
1412022 NORTH WEST DELHI 110083 7010104603 Govt. Sarvodaya Vidyalaya , Mangolpuri, Block-C, Delhi 046-MANGOLPURI EAST 28.69489167 77.0912969 FALSE 2015-16 2471 382 2089 295 244 86 28.73255814 0.639913232 0.85915493 FALSE 0
1413078 NORTH WEST DELHI 110081 7010102903 Govt. Sarvodaya Kanya Vidyalaya, Karala, Delhi 029-KARALA 28.7317955 77.04011603 FALSE 2015-16 2006 377 1629 134 185 70 28.65714286 0.362162162 0.629251701 FALSE 0
1411014 NORTH WEST DELHI 110052 7010106806 Govt. Boys Sr. Sec. School, Block-D, Ashok Vihar, Delhi 068-ASHOK VIHAR 28.69185534 77.16688021 FALSE 2015-16 945 0 945 109 99 33 28.63636364 0.721854305 0.876106195 FALSE 1
1412024 NORTH WEST DELHI 110083 7010103801 Govt. Sarvodaya Kanya Vidyalaya, Block-H, Mangolpuri, Delhi 038-MANGOLPURI NORTH 28.69832427 77.09114815 FALSE 2015-16 2434 395 2039 206 228 85 28.63529412 0.501216545 0.75 FALSE 1
1309261 NORTH WEST DELHI 110042 7010100501 Govt. Girls Sec. School No.1, J.J. Colony Bhalswa Dairy, Delhi 005-BHALASWA JAHANGIRPURI 28.75304927 77.16243106 TRUE 2015-16 944 0 944 112 0 33 28.60606061 0.933333333 NA FALSE 1
1104012 NORTH EAST DELHI 110053 7030125301 Govt. Co-ed. Sr. Sec. School (RDJK) , Bhajanpura, D- Block, Delhi 253-BHAJANPURA 28.69836152 77.26035052 FALSE 2015-16 1315 0 1315 110 145 46 28.58695652 0.410447761 0.662100457 FALSE 2
1412082 NORTH WEST DELHI 110083 7010104702 Govt. Sarvodaya Vidyalaya, Block-K-2, Mangolpuri, Delhi 047-MANGOLPURI 28.69336799 77.0830172 TRUE 2015-16 2487 462 2025 188 145 87 28.5862069 0.51226158 0.486577181 FALSE 4
1618193 WEST DELHI 110059 7070112402 Govt. Girls Sec. School, Shiv Vihar, Hastsal New Delhi 124-VIKAS NAGAR 28.64489617 77.05537429 TRUE 2015-16 1600 0 1600 253 0 56 28.57142857 0.596698113 NA FALSE 1
1720033 SOUTH WEST DELHI 110030 7080117402 Govt. Sarvodaya Kanya Vidyalaya, Ghitorni, M.G Road, New Delhi 174-CHHATTARPUR 28.4901526 77.13861315 FALSE 2015-16 1514 395 1119 136 127 53 28.56603774 0.701030928 0.705555556 FALSE 1
1310157 NORTH WEST DELHI 110042 7010101803 Govt. Girls Sr. Sec. School, Siraspur, Delhi 018-LIBASPUR 28.76129314 77.12839943 TRUE 2015-16 1399 0 1399 156 121 49 28.55102041 0.655462185 0.806666667 FALSE 4
1412033 NORTH WEST DELHI 110083 7010104704 Govt. Co-ed. Sr. Sec. School, Mangolpur Kalan, Delhi 047-MANGOLPURI 28.69367877 77.09869485 FALSE 2015-16 1399 0 1399 83 150 49 28.55102041 0.267741935 0.625 FALSE 4
1105114 NORTH EAST DELHI 110032 7030125901 Govt. Girls Sr. Sec. School, Jafrabad Extn. Shahdara Delhi 259-JANTA COLONY 28.68485831 77.28050379 TRUE 2015-16 885 0 885 150 85 31 28.5483871 0.69124424 0.6640625 FALSE 1
1925054 SOUTH DELHI 110044 7090120303 Govt. Girls Sr. Sec. School No.2, Badarpur New Delhi 203-BADARPUR 28.50515005 77.3027923 FALSE 2015-16 1683 0 1683 290 241 59 28.52542373 0.692124105 0.713017751 FALSE 0
1105024 NORTH EAST DELHI 110032 7030123703 Govt. Sarvodaya Kanya Vidyalaya, G. T. Road, Shahadara, Delhi 237-SHAHDARA 28.67418412 77.28354112 FALSE 2015-16 1824 191 1633 130 206 64 28.5 0.408805031 0.695945946 FALSE 1
1413016 NORTH WEST DELHI 110085 7010105102 Govt. Boys Sr. Sec. School, Prashant Vihar, Delhi 051-ROHINI EAST 28.71583574 77.13760216 FALSE 2015-16 1253 0 1253 155 155 44 28.47727273 0.714285714 0.759803922 FALSE 2
1310043 NORTH WEST DELHI 110039 7010102704 Govt. Sarvodaya Kanya Vidyalaya (Raja Ram Mohan Roy), Pooth Khurd, Delhi 027-BEGUMPUR 28.76555937 77.04809204 FALSE 2015-16 1138 374 764 65 62 40 28.45 0.601851852 0.696629213 FALSE 2
1002039 EAST DELHI 110091 7040121302 Govt. Girls Sr. Sec. School, Kalyanpuri, Delhi 213-KALYAN PURI 28.61392864 77.31882586 FALSE 2015-16 1052 0 1052 66 98 37 28.43243243 0.302752294 0.422413793 FALSE 0
1618264 WEST DELHI 110059 7070112501 Govt. Girls Sr. Sec. School, P-Block Mohan Garden, New Delhi 125-MOHAN GARDEN 28.62515114 77.046142 TRUE 2015-16 1990 0 1990 173 235 70 28.42857143 0.529051988 0.695266272 FALSE 1
1106025 NORTH EAST DELHI 110095 7030124101 Govt. Girls Sr. Sec. School, C-Block, Dilshad Garden, Delhi 241-DILSHAD GARDEN 28.68126444 77.31281613 FALSE 2015-16 2528 0 2528 366 349 89 28.40449438 0.75 0.672447013 FALSE 0
1924018 SOUTH DELHI 110013 7090115401 Govt. Boys Sec. School, Sarai Kale Khan, New Delhi 154-NIZAMUDDIN 28.58421483 77.25554594 FALSE 2015-16 511 0 511 63 0 18 28.38888889 0.636363636 NA FALSE 0
1002036 EAST DELHI 110091 7040122001 Govt. Sarvodaya Kanya Vidyalaya, Mayur Vihar, Phase I, Pkt. IV, Delhi 220-PATPARGANJ 28.60279122 77.29456431 FALSE 2015-16 1220 98 1122 121 87 43 28.37209302 0.74691358 0.480662983 FALSE 0
1207034 NORTH DELHI 110054 7020101002 Govt. Sarvodaya Kanya Vidyalaya, Timarpur, Delhi 10-TIMARPUR 28.70545514 77.2219355 FALSE 2015-16 1872 399 1473 151 193 66 28.36363636 0.531690141 0.704379562 FALSE 0
1309269 NORTH WEST DELHI 110036 7010100403 Govt. Boys Sr. Sec. School, Palla Majra, Delhi 004-BAKHTAWARPUR 28.84432514 77.18725354 FALSE 2015-16 624 0 624 49 42 22 28.36363636 0.392 0.777777778 FALSE 1
1105002 NORTH EAST DELHI 110053 7030125106 Govt. Sarvodaya Bal Vidyalaya, Gautampuri, Delhi 251-NEW USMANPUR 28.68070891 77.26182978 TRUE 2015-16 1672 347 1325 146 174 59 28.33898305 0.426900585 0.559485531 FALSE 0
1821203 SOUTH WEST DELHI 110078 7080113602 Govt. Girls Sr. Sec. School, Sector 3, Site-1, Dwarka, New Delhi 136-MATIALA 28.6073636 77.04649441 FALSE 2015-16 1813 0 1813 126 112 64 28.328125 0.39375 0.440944882 FALSE 1
1104007 NORTH EAST DELHI 110053 7030125502 Govt. Boys Sr. Sec. School No.2, Ghonda, Delhi 255-GHONDA 28.69338638 77.27002904 FALSE 2015-16 934 0 934 141 112 33 28.3030303 0.613043478 0.925619835 FALSE 0
1309030 NORTH WEST DELHI 110088 7010105501 Govt. Sarvodaya Kanya Vidyalaya, BL-Block, Shalimar Bagh, Delhi 055-SHALIMAR BAGH (NORTH) 28.71024757 77.16146916 FALSE 2015-16 1528 197 1331 161 158 54 28.2962963 0.71875 0.778325123 FALSE 0
1207032 NORTH DELHI 110054 7020101003 Govt. Sarvodaya Vidyalaya, Lancer Road, Near DU metro station, Delhi 10-TIMARPUR 28.69591594 77.21581751 FALSE 2015-16 1499 381 1118 67 124 53 28.28301887 0.323671498 0.488188976 FALSE 1
1925249 SOUTH DELHI 110019 7090118503 Govt. Boys Sr. Sec. School No.3, Tughlakabad Extn. New Delhi 185-TUGLAKABAD EXT. 28.52486125 77.26242399 FALSE 2015-16 1357 0 1357 254 218 48 28.27083333 0.872852234 0.626436782 FALSE 1
1618062 WEST DELHI 110018 7070111301 Govt. Sarvodaya Kanya Vidyalaya, Block-A, Vikaspuri, New Delhi 113-MAHAVIR NAGAR 28.62991378 77.06730328 FALSE 2015-16 2146 328 1818 174 288 76 28.23684211 0.602076125 0.765957447 FALSE 1
1720015 SOUTH WEST DELHI 110028 7080115103 Govt. Sarvodaya Kanya Vidyalaya, J.J. Camp, Naraina New Delhi 151-INDER PURI 28.6294226 77.14430437 TRUE 2015-16 1184 304 880 57 36 42 28.19047619 0.254464286 0.705882353 FALSE 1
1105005 NORTH EAST DELHI 110032 7030126004 Govt. Boys Sr. Sec. School, Shivaji Park, Shahadara Delhi 260-BABARPUR 28.68284664 77.28811814 FALSE 2015-16 958 0 958 164 124 34 28.17647059 0.510903427 0.52991453 FALSE 1
1617007 WEST DELHI 110056 7070105804 Govt. Sarvodaya Vidyalaya, New Multan Nagar, New Delhi 058-PASCHIM VIHAR (NORTH) 28.68004172 77.10959389 FALSE 2015-16 1944 375 1569 176 168 69 28.17391304 0.624113475 0.606498195 FALSE 3
1821017 SOUTH WEST DELHI 110046 7080113101 Govt. Sarvodaya Kanya Vidyalaya No.2, Sagarpur New Delhi 131-SAGARPUR 28.60148354 77.09956888 FALSE 2015-16 2760 388 2372 286 274 98 28.16326531 0.61637931 0.796511628 FALSE 2
1514021 WEST DELHI 110064 7070111102 Govt. Sarvodaya Kanya Vidyalaya, Hari Nagar, Clock Tower New Delhi 111-HARI NAGAR 28.62231073 77.1118275 FALSE 2015-16 1464 248 1216 131 90 52 28.15384615 0.579646018 0.775862069 FALSE 3
1001106 EAST DELHI 110092 7040122504 Govt. Sarvodaya Kanya Vidyalaya, Kiran Vihar, Delhi 225-ANAND VIHAR 28.65287457 77.30119582 FALSE 2015-16 1210 204 1006 94 106 43 28.13953488 0.576687117 0.768115942 FALSE 0
1822057 SOUTH WEST DELHI 110043 7080113804 Govt. Boys Sr. Sec. School No.3, Najafgarh, New Delhi 138-NAZAFGARH 28.61150579 76.9876914 FALSE 2015-16 1941 0 1941 176 198 69 28.13043478 0.423076923 0.591044776 FALSE 0
1925011 SOUTH DELHI 110019 7090119608 Govt. Boys Sr. Sec. School No.2, Kalkaji New Delhi 196-KALKAJI 28.54422217 77.26037418 FALSE 2015-16 1209 0 1209 85 273 43 28.11627907 0.467032967 0.662621359 FALSE 3
1617002 WEST DELHI 110041 7070104308 Govt. Sarvodaya Bal Vidyalaya, Nangloi, Delhi 043-NANGLOI EAST 28.68413417 77.06744004 TRUE 2015-16 3400 403 2997 286 401 121 28.09917355 0.513464991 0.650974026 FALSE 3
1925015 SOUTH DELHI 110044 7090120305 Govt. Boys Sr. Sec. School No.1, Badarpur New Delhi 203-BADARPUR 28.50743202 77.29915774 FALSE 2015-16 2247 0 2247 376 244 80 28.0875 0.666666667 0.5 FALSE 1
1515004 WEST DELHI 110026 7070110303 Govt. Sarvodaya Vidyalaya , East Punjabi Bagh, New Delhi 103-PUNJABI BAGH 28.66837759 77.14621519 FALSE 2015-16 983 274 709 63 76 35 28.08571429 0.594339623 0.745098039 FALSE 2
1923078 SOUTH DELHI 110062 7090118001 Govt. Girls Sec. School No.1, Sector-V, Dr. Ambedkar Nagar, New Delhi 180-DAKSHIN PURI EXT. 28.51925136 77.24182771 TRUE 2015-16 1010 0 1010 106 0 36 28.05555556 0.397003745 NA FALSE 1
1618005 WEST DELHI 110058 7070111803 Govt. Sarvodaya Bal Vidyalaya No.2, Block-C, Janakpuri, New Delhi 118-JANAKPURI (SOUTH) 28.62141807 77.09218654 FALSE 2015-16 1543 170 1373 120 125 55 28.05454545 0.510638298 0.621890547 FALSE 0
1106006 NORTH EAST DELHI 110032 7030124704 Govt. Boys Sr. Sec. School No.1, Mansarovar Park, Sahadara, Delhi 247-RAM NAGAR 28.68121154 77.29928048 FALSE 2015-16 1177 0 1177 127 200 42 28.02380952 0.466911765 0.660066007 FALSE 1
1106113 NORTH EAST DELHI 110093 7030124307 Govt. Sarvodaya Kanya Vidyalaya, Block-E, Nand Nagari, Delhi 243-NANG NAGRI 28.69466038 77.31390471 FALSE 2015-16 2942 361 2581 251 448 105 28.01904762 0.464814815 0.768439108 FALSE 0
1104019 NORTH EAST DELHI 110053 7030125501 Govt. Sarvodaya Kanya Vidyalaya No.2, A Block, Ghonda, Delhi 255-GHONDA 28.69364003 77.26993175 TRUE 2015-16 1541 359 1182 179 103 55 28.01818182 0.988950276 0.824 FALSE 0
2128020 CENTRAL DELHI 110005 7060109103 Govt. Sarvodaya Kanya Vidyalaya (Baba Ramdev), Prasad Nagar New Delhi 091-KAROL BAGH 28.647919 77.18151857 FALSE 2015-16 1232 133 1099 134 117 44 28 0.744444444 0.668571429 FALSE 0
1924037 SOUTH DELHI 110014 7090115709 Govt. Sarvodaya Kanya Vidyalaya (Kamla Nehru), Jungpura, New Delhi 157-KASTURBA NAGAR 28.58260953 77.24202221 FALSE 2015-16 1148 240 908 103 153 41 28 0.691275168 0.822580645 FALSE 1
1207005 NORTH DELHI 110084 7020100707 Govt. Sarvodaya Kanya Vidyalaya (Mahavir Singh), Gali No.9, Jagatpur, Delhi 7-BURARI 28.73977532 77.21642169 FALSE 2015-16 420 152 268 52 0 15 28 0.981132075 NA FALSE 1
1002199 EAST DELHI 110096 7040121603 Govt. Girls Sec. School, Mayur Vihar, Phase III, Delhi 216-GHAROLI 28.60892647 77.32920511 FALSE 2015-16 1343 0 1343 251 0 48 27.97916667 0.839464883 NA FALSE 0
1923003 SOUTH DELHI 110047 7090117503 Govt. Sarvodaya Kanya Vidyalaya (Baba Neem Karoli), Jonapur Village, New Delhi 175-AAYA NAGAR 28.46298234 77.15229765 FALSE 2015-16 1006 183 823 54 61 36 27.94444444 0.421875 0.61 FALSE 1
1309003 NORTH WEST DELHI 110009 7010101101 Govt. Boys Sr. Sec. School, Dr. Mukherjee Nagar, Near Batra Cinema, Delhi 011-MUKHERJI NAGAR 28.71437767 77.21732947 FALSE 2015-16 1842 0 1842 120 404 66 27.90909091 0.491803279 0.941724942 FALSE 1
1002175 EAST DELHI 110091 7040121103 Govt. Girls Sec. School, Block-27, Trilokpuri, Delhi 211-TRILOK PURI 28.60666802 77.30513146 FALSE 2015-16 1172 0 1172 210 0 42 27.9047619 0.664556962 NA FALSE 0
1309036 NORTH WEST DELHI 110033 7010101404 Govt. Girls Sec. School, Majlis Park, Gali No. 9, Delhi 014-ADARSH NAGAR 28.71784983 77.17962254 FALSE 2015-16 668 0 668 107 0 24 27.83333333 0.804511278 NA FALSE 1
1001109 EAST DELHI 110092 7040122503 Govt. Sarvodaya Bal Vidyalaya, Kiran Vihar, Delhi 225-ANAND VIHAR 28.65267268 77.30159036 FALSE 2015-16 1224 129 1095 52 94 44 27.81818182 0.225108225 0.472361809 FALSE 0
1207037 NORTH DELHI 110007 7020106901 Govt. Sarvodaya Kanya Vidyalaya No.1, Shakti Nagar; Delhi 69-KAMLA NAGAR 28.68108535 77.19591334 FALSE 2015-16 1808 427 1381 107 238 65 27.81538462 0.461206897 0.911877395 FALSE 1
1821031 SOUTH WEST DELHI 110075 7080113605 Govt. Co-ed. Sr. Sec. School, Sect-6, Site-2, Dwarka, Pappan Kalan, New Delhi 136-MATIALA 28.59140889 77.06246009 FALSE 2015-16 1863 0 1863 152 207 67 27.80597015 0.406417112 0.58974359 FALSE 0
1618002 WEST DELHI 110018 7070112306 Govt. Sarvodaya Bal Vidyalaya, Block-A, Vikas Puri, New Delhi 123-VIKASPURI 28.63066716 77.06665811 FALSE 2015-16 2002 294 1708 158 255 72 27.80555556 0.431693989 0.559210526 FALSE 1
1310019 NORTH WEST DELHI 110039 7010102812 Govt. Boys Sr. Sec. School, Bawana, Delhi 028-BAWANA 28.79211472 77.03113563 FALSE 2015-16 1584 0 1584 197 194 57 27.78947368 0.754789272 0.808333333 FALSE 1
1618003 WEST DELHI 110058 7070111703 Govt. Sarvodaya Vidyalaya , Possangipur, Janakpuri, New Delhi 117-JANAKPURI (WEST) 28.62796739 77.08492733 FALSE 2015-16 2223 384 1839 210 171 80 27.7875 0.654205607 0.52293578 FALSE 1
1309031 NORTH WEST DELHI 110033 7010101406 Govt. Sarvodaya Kanya Vidyalaya, Adarsh Nagar, Delhi 014-ADARSH NAGAR 28.71927841 77.17286756 FALSE 2015-16 2334 363 1971 205 291 84 27.78571429 0.619335347 0.76984127 FALSE 1
1003013 EAST DELHI 110051 7040122906 Govt. Sarvodaya Bal Vidyalaya, Krishna Nagar, Delhi 229-KRISHNA NAGAR 28.65943944 77.28252362 FALSE 2015-16 1278 124 1154 56 145 46 27.7826087 0.197183099 0.771276596 FALSE 2
1413003 NORTH WEST DELHI 110081 7010103005 Govt. Sarvodaya Vidyalaya, Ghevra, Delhi 030-MUNDKA 28.6949652 76.995145 FALSE 2015-16 1055 302 753 76 65 38 27.76315789 0.666666667 0.866666667 FALSE 0
1106011 NORTH EAST DELHI 110095 7030124203 Govt. Boys Sr. Sec. School, New Seemapuri Delhi 242-NEW SEEMA PURI 28.69080115 77.3266338 FALSE 2015-16 2330 0 2330 210 134 84 27.73809524 0.384615385 0.374301676 FALSE 1
1002032 EAST DELHI 110092 7040121703 Govt. Sarvodaya Kanya Vidyalaya, West Vinod Nagar, Delhi 217-VINOD NAGAR 28.62147524 77.29697454 FALSE 2015-16 2912 370 2542 224 373 105 27.73333333 0.442687747 0.825221239 FALSE 2
1413026 NORTH WEST DELHI 110085 7010102203 Govt. Sarvodaya Kanya Vidyalaya, Rithala, Delhi 022-RITHALA 28.71390767 77.1036315 TRUE 2015-16 3577 388 3189 317 321 129 27.72868217 0.481031866 0.554404145 FALSE 2
1309254 NORTH WEST DELHI 110033 7010101601 Govt. Sarvodaya Kanya Vidyalaya, A-Block, Jahangirpuri, Delhi 016-JAHANGIRPURI - I 28.72793234 77.16638166 TRUE 2015-16 2828 129 2699 259 314 102 27.7254902 0.428099174 0.928994083 FALSE 1
1412031 NORTH WEST DELHI 110083 7010104705 Govt. Sarvodaya Kanya Vidyalaya, Mangolpuri, Block -O, Delhi 047-MANGOLPURI 28.69260779 77.08717721 TRUE 2015-16 2910 545 2365 137 243 105 27.71428571 0.271825397 0.523706897 FALSE 0
1105017 NORTH EAST DELHI 110032 7030125902 Govt. Boys Sr. Sec. School, Jafrabad Extn., Shadara Delhi 259-JANTA COLONY 28.68508999 77.28048112 FALSE 2015-16 776 0 776 74 20 28 27.71428571 0.415730337 0.24691358 FALSE 2
1002351 EAST DELHI 110092 7040122801 Govt. Co-ed. Sr. Sec. School, D-Block, Preet Vihar, Delhi 228-PREET VIHAR 28.63603368 77.29528039 FALSE 2015-16 942 0 942 104 43 34 27.70588235 0.368794326 0.43 FALSE 0
1309008 NORTH WEST DELHI 110009 7010101205 Govt. Boys Sr. Sec. School, Guru Teg Bahadur Nagar, Delhi 012-G.T.B. NAGAR 28.7011589 77.20953237 FALSE 2015-16 1272 0 1272 141 89 46 27.65217391 0.615720524 0.456410256 FALSE 2
1310004 NORTH WEST DELHI 110040 7010100310 Govt. Sarvodaya Vidyalaya, Narela Bawana Road, Sannoth, Delhi 003-ALIPUR 28.81512112 77.07403438 TRUE 2015-16 718 167 551 54 59 26 27.61538462 0.710526316 0.662921348 FALSE 1
1412130 NORTH WEST DELHI 110083 7010104701 Govt. Boys Sr. Sec. School, Block D, Mongolpuri, Delhi 047-MANGOLPURI 28.69841115 77.09622823 FALSE 2015-16 938 0 938 110 134 34 27.58823529 0.502283105 0.606334842 FALSE 0
1720121 SOUTH WEST DELHI 110012 7080115101 Govt. Sarvodaya Vidyalaya, Block-C, Inder Puri, New Delhi 151-INDER PURI 28.6239421 77.14781938 FALSE 2015-16 1956 341 1615 178 198 71 27.54929577 0.528189911 0.725274725 FALSE 1
2127018 CENTRAL DELHI 110055 7060108702 Govt. Girls Sr. Sec. School No.1, Ram Nagar, Pahar Ganj, New Delhi 087-RAM NAGAR 28.64713661 77.21735083 TRUE 2015-16 964 0 964 101 68 35 27.54285714 0.448888889 0.68 FALSE 0
1309034 NORTH WEST DELHI 110033 7010101405 Govt. Girls Sr. Sec. School, Adarsh Nagar Delhi 014-ADARSH NAGAR 28.71888539 77.17201775 FALSE 2015-16 2090 0 2090 242 258 76 27.5 0.630208333 0.816455696 FALSE 0
1821204 SOUTH WEST DELHI 110077 7080114101 Govt. Co-ed. Sr. Sec. School, Dwarka Sector-22, New Delhi 141-BIJWASAN 28.55591217 77.05535058 FALSE 2015-16 990 0 990 133 79 36 27.5 0.675126904 0.963414634 FALSE 0
1310022 NORTH WEST DELHI 110040 7010100109 Govt. Co-ed. Sr. Sec. School, Alipur Road, Bhorgarh Village, Narela, Delhi 001-NARELA 28.83109611 77.09466027 FALSE 2015-16 1155 0 1155 130 97 42 27.5 0.902777778 0.906542056 FALSE 3
1413070 NORTH WEST DELHI 110089 7010102101 Govt. Sarvodaya Kanya Vidyalaya, Sector-16, Pocket-A, Rohini, Delhi 021-ROHINI 28.73637725 77.12618713 FALSE 2015-16 1540 376 1164 114 80 56 27.5 0.459677419 0.43715847 FALSE 0
1925248 SOUTH DELHI 110044 7090120301 Govt. Girls Sr. Sec. School No.3, Badarpur New Delhi 203-BADARPUR 28.50715354 77.29955146 FALSE 2015-16 2116 0 2116 227 460 77 27.48051948 0.39070568 0.752864157 FALSE 0
1106005 NORTH EAST DELHI 110093 7030126401 Govt. Boys Sr. Sec. School, Mandoli, Shahdara, Delhi 264-HARSH VIHAR 28.70568979 77.31089353 TRUE 2015-16 3215 0 3215 321 415 117 27.47863248 0.448951049 0.617559524 FALSE 2
1413266 NORTH WEST DELHI 110081 7010103002 Govt. Sarvodaya Kanya Vidyalaya, Sawda Ghewara JJColonoy, A-Block, Delhi 030-MUNDKA 28.70399975 76.98188164 FALSE 2015-16 1099 272 827 67 61 40 27.475 2.913043478 0.884057971 FALSE 2
1309013 NORTH WEST DELHI 110033 7010101407 Govt. Boys Sr. Sec. School No.1, Adarsh Nagar, Delhi 014-ADARSH NAGAR 28.71880304 77.17199452 TRUE 2015-16 1785 0 1785 125 168 65 27.46153846 0.400641026 0.583333333 FALSE 4
1923046 SOUTH DELHI 110017 7090116102 Govt. Sarvodaya Kanya Vidyalaya, Malviya Nagar , New Delhi 161-MALVIYA NAGAR 28.53239982 77.20729626 FALSE 2015-16 1729 192 1537 133 148 63 27.44444444 0.478417266 0.68202765 FALSE 1
1106003 NORTH EAST DELHI 110093 7030124303 Govt. Sarvodaya Bal Vidyalaya, E-Block, Nand Nagri, Delhi 243-NANG NAGRI 28.69460139 77.31389204 FALSE 2015-16 2387 222 2165 207 290 87 27.43678161 0.361256545 0.527272727 FALSE 1
1001006 EAST DELHI 110092 7040122601 Govt. Sarvodaya Bal Vidyalaya, A-Block, Surajmal Vihar, Delhi 226-VISHWAS NAGAR 28.65745551 77.30550888 FALSE 2015-16 1344 238 1106 144 107 49 27.42857143 0.527472527 0.52970297 FALSE 2
1002034 EAST DELHI 110091 7040120901 Govt. Sarvodaya Kanya Vidyalaya (Janki Devi), Pocket II Mayur Vihar Phase I, Delhi 209-MAYUR VIHAR PHASE-I 28.60973482 77.30212191 FALSE 2015-16 2715 387 2328 281 331 99 27.42424242 0.70959596 0.880319149 FALSE 2
1617029 WEST DELHI 110041 7070112202 Govt. Co-ed. Sr. Sec. School, Bakkarwala, Delhi 122-HASTSAL 28.65455127 77.01812445 TRUE 2015-16 1810 0 1810 150 160 66 27.42424242 0.451807229 0.632411067 FALSE 4
1310010 NORTH WEST DELHI 110039 7010102813 Govt. Boys Sr. Sec. School, Katewara, Delhi 028-BAWANA 28.80750258 76.96756663 FALSE 2015-16 520 0 520 51 62 19 27.36842105 0.62962963 0.720930233 FALSE 1
1001110 EAST DELHI 110031 7040123602 Govt. Sarvodaya Bal Vidyalaya, Rajgarh Colony, Delhi 236-RAGHUVARPURA 28.65961189 77.27267488 FALSE 2015-16 1176 223 953 112 97 43 27.34883721 0.484848485 0.502590674 FALSE 0
1923012 SOUTH DELHI 110017 7090116104 Govt. Boys Sr. Sec. School, Chirag Delhi, Soami Nagar, New Delhi 161-MALVIYA NAGAR 28.54104896 77.22817913 TRUE 2015-16 875 0 875 103 60 32 27.34375 0.639751553 0.555555556 FALSE 1
1516021 WEST DELHI 110008 7070109602 Govt. Sarvodaya Kanya Vidyalaya, Ranjit Nagar, New Delhi 096-NEW RANJIT NAGAR 28.64967536 77.15481078 FALSE 2015-16 1749 379 1370 90 48 64 27.328125 0.3 0.352941176 FALSE 5
1001026 EAST DELHI 110095 7040123802 Govt. Girls Sr. Sec. School, Jhilmil Colony, Vivek Vihar, Phase-II, Delhi 238-JHIL MIL 28.67013518 77.30921967 FALSE 2015-16 1065 0 1065 97 92 39 27.30769231 0.530054645 0.671532847 FALSE 0
1105110 NORTH EAST DELHI 110032 7030123701 Govt. Sarvodaya Kanya Vidyalaya (Mani Ben Patel Bharti Mahila), G T Road, Shahadara, Delhi 237-SHAHDARA 28.67428956 77.28949553 FALSE 2015-16 1854 420 1434 157 325 68 27.26470588 0.486068111 0.664621677 FALSE 1
1822061 SOUTH WEST DELHI 110043 7080113701 Govt. Sarvodaya Kanya Vidyalaya , Dharampura, Najafgarh, New Delhi 137-ROSHANPURA 28.60323176 77.00278721 FALSE 2015-16 1551 495 1056 109 194 57 27.21052632 0.434262948 0.737642586 FALSE 1
1411030 NORTH WEST DELHI 110034 7010106203 Govt. Sarvodaya Kanya Vidyalaya No.2, Shakurpur, Delhi 062-RAM PURA 28.67940335 77.12041828 FALSE 2015-16 1332 378 954 97 97 49 27.18367347 0.683098592 0.751937984 FALSE 1
1309032 NORTH WEST DELHI 110088 7010105603 Govt. Sarvodaya Kanya Vidyalaya, Block-B(AH), Shalimar Bagh, Delhi 056-SHALIMAR BAGH (SOUTH) 28.71248095 77.16573495 FALSE 2015-16 1276 349 927 77 140 47 27.14893617 0.631147541 0.748663102 FALSE 1
1413011 NORTH WEST DELHI 110085 7010102303 Govt. Boys Sr. Sec. School No. 1, Opp. Block-D, Sector-I, Avantika, Delhi 023-BUDH VIHAR 28.70388631 77.09532899 FALSE 2015-16 1330 0 1330 100 230 49 27.14285714 0.401606426 0.739549839 FALSE 0
1925038 SOUTH DELHI 110019 7090119604 Govt. Sarvodaya Kanya Vidyalaya No.2, Kalkaji New Delhi 196-KALKAJI 28.54409416 77.26033972 TRUE 2015-16 1357 195 1162 140 191 50 27.14 0.744680851 0.841409692 FALSE 1
1821032 SOUTH WEST DELHI 110077 7080114104 Govt. Sarvodaya Bal Vidyalaya, Bharthal, Bijwasan, New Delhi 141-BIJWASAN 28.54092966 77.05158487 FALSE 2015-16 1817 372 1445 61 92 67 27.11940299 0.192429022 0.564417178 FALSE 0
1925039 SOUTH DELHI 110019 7090119603 Govt. Girls Sr. Sec. School No.3, Kalkaji New Delhi 196-KALKAJI 28.5429913 77.25960612 FALSE 2015-16 1813 0 1813 200 129 67 27.05970149 0.576368876 0.581081081 FALSE 0
1923044 SOUTH DELHI 110062 7090118207 Govt. Girls Sr. Sec. School No.1, Sect-IV, Dr. Ambedkar Nagar, New Delhi 182-AMBEDKAR NGR. 28.51828617 77.23397079 FALSE 2015-16 1568 0 1568 147 169 58 27.03448276 0.628205128 0.623616236 FALSE 0
1002025 EAST DELHI 110091 7040120903 Govt. Sarvodaya Kanya Vidyalaya (Sharda Sen), Trilokpuri, Block 20, Delhi 209-MAYUR VIHAR PHASE-I 28.60477816 77.30644554 TRUE 2015-16 2216 385 1831 160 250 82 27.02439024 0.39800995 0.730994152 FALSE 1
1001208 EAST DELHI 110092 7040122505 Govt. Sarvodaya Bal Vidyalaya, Anand Vihar, Near Railway Station, Delhi 225-ANAND VIHAR 28.6525104 77.31634359 FALSE 2015-16 1108 0 1108 86 100 41 27.02439024 0.320895522 0.340136054 FALSE 3
1923060 SOUTH DELHI 110062 7090118204 Govt. Girls Sr. Sec. School No.3, Sect-IV, Dr. Ambedkar Nagar, New Delhi 182-AMBEDKAR NGR. 28.51883036 77.23443806 TRUE 2015-16 1728 0 1728 209 175 64 27 0.625748503 0.50872093 FALSE 1
1412006 NORTH WEST DELHI 110086 7010103706 Govt. Boys Sr. Sec. School, Block-BC, Sultanpuri, Delhi 037-SULTANPURI EAST 28.69916148 77.0778908 FALSE 2015-16 918 0 918 129 84 34 27 0.955555556 0.549019608 FALSE 2
1923021 SOUTH DELHI 110017 7090116202 Govt. Boys Sr. Sec. School, Hauz Rani Near Malviya Nagar, New Delhi 162-VILLAGE HAUZ RANI 28.53004708 77.21288343 FALSE 2015-16 701 0 701 45 42 26 26.96153846 0.46875 0.344262295 FALSE 1
1514008 WEST DELHI 110058 7070110904 Govt. Sarvodaya Bal Vidyalaya No.2 (Shaheed Capt. Anuj Nayyar) Block-B Janakpuri, New Delhi 109-JANAKPURI NORTH 28.62784804 77.08498775 FALSE 2015-16 1050 211 839 31 114 39 26.92307692 0.185628743 0.670588235 FALSE 6
1412008 NORTH WEST DELHI 110086 7010103705 Govt. Sarvodaya Bal Vidyalaya, Block-H, Sultanpuri. Delhi 037-SULTANPURI EAST 28.69263232 77.06828994 TRUE 2015-16 1990 30 1960 227 184 74 26.89189189 0.5 0.501362398 FALSE 5
1002350 EAST DELHI 110091 7040121903 Govt. Co-ed. Sec. School, Khichripur Village, Delhi 219-MAYUR VIHAR PHASE-II 28.62073776 77.31325429 FALSE 2015-16 672 0 672 104 0 25 26.88 0.753623188 NA FALSE 0
1924001 SOUTH DELHI 110065 7090119303 Govt. Sarvodaya Bal Vidyalaya (Govind Ballabh Pant) , Sri Niwaspuri, New Delhi 193-SRI NIWAS PURI 28.56341822 77.25507982 TRUE 2015-16 1799 350 1449 167 261 67 26.85074627 0.818627451 0.619952494 FALSE 2
1310041 NORTH WEST DELHI 110082 7010100304 Govt. Sarvodaya Kanya Vidyalaya, Khera Khurd Delhi 003-ALIPUR 28.7781896 77.09906005 FALSE 2015-16 671 240 431 45 50 25 26.84 0.75 0.724637681 FALSE 2
1515030 WEST DELHI 110027 7070110201 Govt. Girls Sec. School, J. J. Colony, Raghubir Nagar, New Delhi 102-RAGHUBIR NAGAR 28.65683905 77.11317426 FALSE 2015-16 993 0 993 153 0 37 26.83783784 0.653846154 NA FALSE 0
1002003 EAST DELHI 110091 7040121909 Govt. Sarvodaya Bal Vidyalaya (Raj Bihari Bose), Kalyanvas, Delhi 219-MAYUR VIHAR PHASE-II 28.61979034 77.30922361 FALSE 2015-16 1717 160 1557 105 161 64 26.828125 0.270618557 0.529605263 FALSE 2
1003025 EAST DELHI 110051 7040123104 Govt. Sarvodaya Kanya Vidyalaya, Chander Nagar, Delhi 231-GHONDLI 28.65341115 77.28123649 FALSE 2015-16 1555 340 1215 141 158 58 26.81034483 0.734375 0.840425532 FALSE 1
1412018 NORTH WEST DELHI 110083 7010103802 Govt. Sarvodaya Bal Vidyalaya, Block-Y, Mangolpuri, Delhi 038-MANGOLPURI NORTH 28.69783952 77.09113265 FALSE 2015-16 965 0 965 145 34 36 26.80555556 0.680751174 0.666666667 FALSE 0
1207013 NORTH DELHI 110007 7020107005 Govt. Sarvodaya Vidyalaya No.4, Roop Nagar, Delhi 70-MODEL TOWN 28.68458296 77.19976032 FALSE 2015-16 1259 400 859 71 108 47 26.78723404 0.29338843 0.509433962 FALSE 1
1719125 SOUTH WEST DELHI 110067 7080116601 Govt. Sarvodaya Vidyalaya , Munirka New Delhi 166-MUNIRKA 28.55225657 77.17001334 FALSE 2015-16 1259 417 842 67 46 47 26.78723404 0.443708609 0.541176471 FALSE 0
1923360 SOUTH DELHI 110074 7090117507 Govt. Boys Sr. Sec. School, Dera, Village, New Delhi 175-AAYA NAGAR 28.5650315 77.1980759 FALSE 2015-16 455 0 455 44 48 17 26.76470588 0.556962025 0.452830189 FALSE 2
1617010 WEST DELHI 110041 7070104306 Govt. Sarvodaya Kanya Vidyalaya , Nangloi, Delhi 043-NANGLOI EAST 28.68412427 77.06729081 TRUE 2015-16 3154 392 2762 232 349 118 26.72881356 0.515555556 0.767032967 FALSE 4
1309028 NORTH WEST DELHI 110007 7010107101 Govt. Sarvodaya Kanya Vidyalaya, Rana Partap Bagh, Delhi 071-SANGAM PARK 28.68830602 77.1912475 FALSE 2015-16 1176 263 913 112 63 44 26.72727273 0.794326241 0.583333333 FALSE 2
1002029 EAST DELHI 110091 7040121906 Govt. Sarvodaya Kanya Vidyalaya, Mayur Vihar, Phase II, Pkt. B, Delhi 219-MAYUR VIHAR PHASE-II 28.61775328 77.30333063 FALSE 2015-16 1202 253 949 79 160 45 26.71111111 0.443820225 0.754716981 FALSE 0
1413010 NORTH WEST DELHI 110085 7010102104 Govt. Sarvodaya Vidyalaya (Shaheed Capt. Sanjeev Dahiya), Rohini, Sec.- 9, Delhi 021-ROHINI 28.71556473 77.12132648 FALSE 2015-16 2377 396 1981 114 224 89 26.70786517 0.339285714 0.56281407 FALSE 1
1412011 NORTH WEST DELHI 110083 7010104805 Govt. Sarvodaya Bal Vidyalaya, Block-R, Mangolpuri, Delhi 048-MANGOLPURI WEST 28.69173336 77.09062234 FALSE 2015-16 1760 335 1425 162 153 66 26.66666667 0.591240876 0.570895522 FALSE 2
1001194 EAST DELHI 110051 7040123502 Govt. Co-ed. Sec. School, West Azad Nagar, Delhi 235-AZAD NAGAR 28.6632924 77.2780303 FALSE 2015-16 640 0 640 112 0 24 26.66666667 0.772413793 NA FALSE 1
1923009 SOUTH DELHI 110062 7090118211 Govt. Boys Sr. Sec. School No.2, Sect-IV, Dr. Ambedkar Nagar, New Delhi 182-AMBEDKAR NGR. 28.51866995 77.23289971 FALSE 2015-16 693 0 693 48 155 26 26.65384615 0.578313253 0.93373494 FALSE 2
1002198 EAST DELHI 110091 7040121502 Govt. Sarvodaya Bal Vidyalaya, Kondli, near Kalyan Puri Bus Terminal, Delhi 215-KONDLI 28.6133419 77.32281681 FALSE 2015-16 2025 168 1857 188 122 76 26.64473684 0.307692308 0.353623188 FALSE 0
1821206 SOUTH WEST DELHI 110075 7080113601 Govt. Co-ed. Sr. Sec. School, Dwarka Sector-6,(Site-1), New Delhi 136-MATIALA 28.59432776 77.06422265 FALSE 2015-16 2211 0 2211 167 321 83 26.63855422 0.280672269 0.61849711 FALSE 0
1822060 SOUTH WEST DELHI 110043 7080113803 Govt. Girls Sr. Sec. School No.3, Najafgarh, New Delhi 138-NAZAFGARH 28.61149923 76.98784516 FALSE 2015-16 1864 0 1864 155 256 70 26.62857143 0.369047619 0.675461741 FALSE 2
1413071 NORTH WEST DELHI 110089 7010104901 Govt. Co-ed. Sr. Sec. School, Block-F, Sector-15, Rohini, Delhi 049-ROHINI NORTH 28.73471064 77.13075181 FALSE 2015-16 1411 0 1411 139 174 53 26.62264151 0.526515152 0.517857143 FALSE 3
1412029 NORTH WEST DELHI 110086 7010103703 Govt. Sarvodaya Kanya Vidyalaya, Block-H, D-41, Sultan Puri, Delhi 037-SULTANPURI EAST 28.69244522 77.06822689 TRUE 2015-16 4605 385 4220 396 227 173 26.61849711 0.474820144 0.469008264 FALSE 3
1719022 SOUTH WEST DELHI 110022 7080116802 Govt. Sarvodaya Vidyalaya No.3, Sector-7, R. K. Puram, New Delhi 168-NANAK PURA 28.56789795 77.16677363 FALSE 2015-16 1464 195 1269 128 137 55 26.61818182 0.373177843 0.614349776 FALSE 0
1002024 EAST DELHI 110091 7040121104 Govt. Sarvodaya Kanya Vidyalaya, Trilokpuri, Block -27, Delhi 211-TRILOK PURI 28.60614757 77.30558813 FALSE 2015-16 2422 381 2041 195 272 91 26.61538462 0.535714286 0.595185996 FALSE 1
1412030 NORTH WEST DELHI 110083 7010104804 Govt. Sarvodaya Kanya Vidyalaya, Block-U, Mangolpuri, Delhi 048-MANGOLPURI WEST 28.69114948 77.07905672 TRUE 2015-16 1969 548 1421 157 202 74 26.60810811 0.442253521 0.653721683 FALSE 3
1002189 EAST DELHI 110092 7040122701 Govt. Sarvodaya Vidyalaya, I. P. Extn., Patparganj, Delhi 227-I.P. EXTENSION 28.63130126 77.31316224 FALSE 2015-16 1250 57 1193 119 0 47 26.59574468 0.472222222 NA FALSE 0
1002033 EAST DELHI 110091 7040121905 Govt. Sarvodaya Kanya Vidyalaya, Kalyan Vas Delhi 219-MAYUR VIHAR PHASE-II 28.61991814 77.30922876 FALSE 2015-16 1886 247 1639 157 230 71 26.56338028 0.419786096 0.818505338 FALSE 1
1822066 SOUTH WEST DELHI 110072 7080113901 Govt. Girls Sr. Sec. School, Jharoda Kalan, New Delhi 139-DICHAON KALAN 28.6460042 76.95564457 FALSE 2015-16 823 0 823 71 73 31 26.5483871 0.507142857 0.608333333 FALSE 1
1923056 SOUTH DELHI 110017 7090116903 Govt. Sarvodaya Bal Vidyalaya (Vir Chander Singh Garhwali), Block-J, Saket, New Delhi 169-LADO SARAI 28.52376998 77.21344898 FALSE 2015-16 1804 157 1647 186 285 68 26.52941176 0.441805226 0.652173913 FALSE 0
1310039 NORTH WEST DELHI 110082 7010100305 Govt. Sarvodaya Kanya Vidyalaya (Baba Nane Nath) , Khera Kalan Delhi 003-ALIPUR 28.77178876 77.11751505 FALSE 2015-16 795 220 575 91 77 30 26.5 0.91 0.974683544 FALSE 3
1002022 EAST DELHI 110091 7040121303 Govt. Sarvodaya Kanya Vidyalaya (Mother Teresa), Kalyanpuri, Delhi 213-KALYAN PURI 28.61419536 77.31912454 TRUE 2015-16 2145 374 1771 141 234 81 26.48148148 0.432515337 0.632432432 FALSE 1
1924031 SOUTH DELHI 110065 7090119302 Govt. Girls Sr. Sec. School, Sri Niwaspuri, New Delhi 193-SRI NIWAS PURI 28.56370951 77.25598145 FALSE 2015-16 1218 0 1218 126 118 46 26.47826087 0.7875 0.634408602 FALSE 1
1106001 NORTH EAST DELHI 110093 7030124311 Govt. Sarvodaya Bal Vidyalaya (B.P), Block-B, Nand Nagri, Delhi 243-NANG NAGRI 28.69384478 77.30740176 FALSE 2015-16 2721 458 2263 250 295 103 26.41747573 0.483558994 0.65701559 FALSE 0
1411007 NORTH WEST DELHI 110034 7010105301 Govt. Sarvodaya Vidyalaya, Pitampura, GP Block, Delhi 053-PITAM PURA (SOUTH) 28.70018272 77.14956624 FALSE 2015-16 1717 278 1439 129 128 65 26.41538462 0.597222222 0.731428571 FALSE 1
1925060 SOUTH DELHI 110019 7090119001 Govt. Sarvodaya Kanya Vidyalaya (Shyama Prasad Mukherjee), Chitranjan Park New Delhi 190-CHHITRANJAN PARK 28.54094534 77.24547699 FALSE 2015-16 1372 374 998 101 110 52 26.38461538 0.590643275 0.75862069 FALSE 1
1923015 SOUTH DELHI 110030 7090117004 Govt. Boys Sr. Sec. School No.2, Main Bazar, Mehrauli, New Delhi 170-MEHRAULI 28.52666882 77.18455298 FALSE 2015-16 949 0 949 87 125 36 26.36111111 0.915789474 0.510204082 FALSE 2
1208015 NORTH DELHI 110035 7020107401 Govt. Sarvodaya Kanya Vidyalaya, Sarai Rohilla, Delhi 74-INDERLOK COLONY 28.66923703 77.18237446 FALSE 2015-16 1423 376 1047 95 135 54 26.35185185 0.416666667 0.912162162 FALSE 1
1822258 SOUTH WEST DELHI 110043 7080113702 Govt. Boys Sr. Sec. School, Najafgarh, Dharampura, New Delhi 137-ROSHANPURA 28.60323656 77.00246274 FALSE 2015-16 1264 0 1264 114 155 48 26.33333333 0.419117647 0.670995671 FALSE 1
1515022 WEST DELHI 110027 7070110501 Govt. Sarvodaya Kanya Vidyalaya, Block-F, Near Main Market, Rajouri Garden New Delhi 105-RAJOURI GARDEN 28.64488869 77.11651997 FALSE 2015-16 1500 385 1115 101 65 57 26.31578947 0.351916376 0.451388889 FALSE 0
1411002 NORTH WEST DELHI 110034 7010106205 Govt. Sarvodaya Bal Vidyalaya No.1, Shakurpur Delhi 062-RAM PURA 28.67939064 77.11916885 FALSE 2015-16 1263 320 943 96 98 48 26.3125 0.48 0.443438914 FALSE 0
1309167 NORTH WEST DELHI 110009 7010101201 Govt. Sarvodaya Kanya Vidyalaya, Vijay Nagar, Delhi 012-G.T.B. NAGAR 28.69168533 77.20231158 FALSE 2015-16 894 180 714 76 50 34 26.29411765 0.575757576 0.602409639 FALSE 1
1002195 EAST DELHI 110092 7040122401 Govt. Sarvodaya Bal Vidyalaya, School Block, Shakar Pur, Delhi 224-PANDAV NAGAR 28.63442378 77.28814659 FALSE 2015-16 946 132 814 82 31 36 26.27777778 0.532467532 0.407894737 FALSE 1
1516018 WEST DELHI 110015 7070109901 Govt. Sarvodaya Kanya Vidyalaya, Moti Nagar, New Delhi 099-MOTI NAGAR 28.66111371 77.13790045 FALSE 2015-16 1497 281 1216 118 117 57 26.26315789 0.529147982 0.806896552 FALSE 1
1207255 NORTH DELHI 110084 7020100801 Govt. Boys Sec. School, Gali No.9, Jagatpur, Delhi 8-JHARODA 28.7399081 77.2164686 FALSE 2015-16 499 0 499 52 0 19 26.26315789 0.722222222 NA FALSE 0
1821025 SOUTH WEST DELHI 110045 7080114702 Govt. Sarvodaya Kanya Vidyalaya, Vijay Enclave Palam New Delhi 147-MAHAVIR ENCLAVE 28.60464553 77.07623791 FALSE 2015-16 1811 235 1576 134 157 69 26.24637681 0.422712934 0.490625 FALSE 0
2127179 CENTRAL DELHI 110006 7060108604 Govt. Sarvodaya Kanya Vidyalaya No.2, Zeenat Mahal, Lal Kuan, Delhi 086-BALLIMARAN 28.65052446 77.22492297 TRUE 2015-16 997 344 653 99 63 38 26.23684211 0.44 0.417218543 FALSE 1
1923057 SOUTH DELHI 110017 7090116101 Govt. Sarvodaya Kanya Vidyalaya, MMTC/STC Colony, Begumpur, New Delhi 161-MALVIYA NAGAR 28.53339412 77.20029772 FALSE 2015-16 892 180 712 59 145 34 26.23529412 0.479674797 0.64159292 FALSE 1
1515006 WEST DELHI 110027 7070110504 Govt. Boys Sr. Sec. School, Rajouri Garden Extn. New Delhi 105-RAJOURI GARDEN 28.64420126 77.11544673 FALSE 2015-16 1233 0 1233 73 167 47 26.23404255 0.293172691 0.542207792 FALSE 2
1925055 SOUTH DELHI 110019 7090119002 Govt. Boys Sr. Sec. School, Block-B, Chitranjan Park New Delhi 190-CHHITRANJAN PARK 28.54084342 77.24547179 FALSE 2015-16 1180 0 1180 119 141 45 26.22222222 0.572115385 0.632286996 FALSE 2
1516022 WEST DELHI 110008 7070109601 Govt. Sarvodaya Kanya Vidyalaya, Shadi Khampur, New Delhi 096-NEW RANJIT NAGAR 28.64427956 77.16205581 TRUE 2015-16 1204 383 821 29 41 46 26.17391304 0.159340659 0.282758621 FALSE 0
1309256 NORTH WEST DELHI 110033 7010100503 Govt. Sarvodaya Kanya Vidyalaya (Rani Chennama), D-Block,Jahangirpuri, Delhi 005-BHALASWA JAHANGIRPURI 28.72826498 77.173768 TRUE 2015-16 3343 399 2944 435 489 128 26.1171875 0.635964912 0.801639344 FALSE 3
1925042 SOUTH DELHI 110044 7090119703 Govt. Girls Sr. Sec. School No.1, Badarpur New Delhi 197-TUGLAKABAD 28.50756985 77.29942018 TRUE 2015-16 2324 0 2324 288 320 89 26.11235955 0.653061224 0.782396088 FALSE 0
1002193 EAST DELHI 110092 7040122304 Govt. Sarvodaya Kanya Vidyalaya No.2, Madhuban Road, Shakarpur, Delhi 223-SHAKARPUR 28.63390924 77.2854446 FALSE 2015-16 1723 250 1473 200 195 66 26.10606061 0.677966102 0.693950178 FALSE 0
1925048 SOUTH DELHI 110019 7090118505 Govt. Girls Sec. School, Tughlakabad Extn. New Delhi 185-TUGLAKABAD EXT. 28.52449036 77.26160645 TRUE 2015-16 1253 0 1253 436 0 48 26.10416667 0.927659574 NA FALSE 0
1001105 EAST DELHI 110095 7040123801 Govt. Sarvodaya Bal Vidyalaya, Jhilmil Colony, Delhi 238-JHIL MIL 28.67053939 77.30917356 FALSE 2015-16 1408 263 1145 92 159 54 26.07407407 0.455445545 0.481818182 FALSE 0
1003024 EAST DELHI 110031 7040123002 Govt. Sarvodaya Kanya Vidyalaya, B-13, Geeta Colony, Delhi 230-GEETA COLONY 28.64712423 77.27640224 FALSE 2015-16 1720 400 1320 161 133 66 26.06060606 0.781553398 0.791666667 FALSE 1
1821003 SOUTH WEST DELHI 110077 7080114204 Govt. Boys Sr. Sec. School, Raj Nagar Extension, Part-II New Delhi 142-RAJ NAGAR 28.58541883 77.08350978 FALSE 2015-16 1303 0 1303 90 118 50 26.06 0.266272189 0.825174825 FALSE 0
1719030 SOUTH WEST DELHI 110022 7080116705 Govt. Girls Sr. Sec. School, Sector-4, R. K. Puram, New Delhi 167-R.K. PURAM 28.5593514 77.17802932 FALSE 2015-16 521 0 521 45 0 20 26.05 0.398230088 NA FALSE 0
1720027 SOUTH WEST DELHI 110058 7080111001 Govt. Sarvodaya Bal Vidyalaya, Block-D, Janakpuri, New Delhi 110-NANGAL RAI 28.61031614 77.10643956 FALSE 2015-16 1717 317 1400 130 139 66 26.01515152 0.471014493 0.463333333 FALSE 0
1002191 EAST DELHI 110092 7040122402 Govt. Girls Sr. Sec. School, School Block, Shakarpur, Delhi 224-PANDAV NAGAR 28.63440781 77.28786876 FALSE 2015-16 988 0 988 94 88 38 26 0.717557252 0.792792793 FALSE 0
1412013 NORTH WEST DELHI 110083 7010104604 Govt. Sarvodaya Bal Vidyalaya (Kamdhenu), Mangolpuri, Block -D, Plot II, Delhi 046-MANGOLPURI EAST 28.69636017 77.0953883 FALSE 2015-16 702 13 689 83 98 27 26 0.855670103 0.566473988 FALSE 0
2127017 CENTRAL DELHI 110006 7060107904 Govt. Sarvodaya Kanya Vidyalaya No.2, Jama Masjid, Delhi 079-JAMA MASJID 28.65248549 77.23431262 TRUE 2015-16 1092 448 644 67 68 42 26 0.478571429 0.894736842 FALSE 0
2127006 CENTRAL DELHI 110006 7060107906 Govt. Boys Sec. School No.2, Jama Masjid, Delhi 079-JAMA MASJID 28.65262404 77.23409036 FALSE 2015-16 260 0 260 29 0 10 26 0.568627451 NA FALSE 0
1618015 WEST DELHI 110018 7070112303 Govt. Boys. Sr. Sec. School, KG I-II, Vikas Puri, New Delhi 123-VIKASPURI 28.63613747 77.07701267 FALSE 2015-16 675 0 675 62 16 26 25.96153846 0.466165414 0.213333333 FALSE 0
1719073 SOUTH WEST DELHI 110022 070801ND802 Govt. Sarvodaya Kanya Vidyalaya, Moti Bagh-I, New Delhi NDMC-CHARGE NO.8 28.58357779 77.17638741 FALSE 2015-16 1012 261 751 101 66 39 25.94871795 0.594117647 0.70212766 FALSE 2
1924027 SOUTH DELHI 110065 7090119401 Govt. Sarvodaya Kanya Vidyalaya No.2, East of Kailash, New Delhi 194-EAST OF KAILASH 28.55582769 77.24652196 FALSE 2015-16 1347 421 926 117 109 52 25.90384615 0.764705882 0.807407407 FALSE 2
1001018 EAST DELHI 110032 7040123704 Govt. Sarvodaya Kanya Vidyalaya No.1, Bhola Nath Nagar, Shahadara, Delhi 237-SHAHDARA 28.66611499 77.28883904 FALSE 2015-16 1579 321 1258 130 182 61 25.8852459 0.751445087 0.842592593 FALSE 0
1514022 WEST DELHI 110064 7070110901 Govt. Sarvodaya Vidyalaya , Block-L, Hari Nagar New Delhi 109-JANAKPURI NORTH 28.62875877 77.10646634 FALSE 2015-16 1808 393 1415 145 127 70 25.82857143 0.55984556 0.564444444 FALSE 3
1104418 NORTH EAST DELHI 110094 7030127203 Govt. Sarvodaya Vidyalaya, Badarpur Khadar, Delhi 272-SONIA VIHAR 28.78243768 77.23094336 FALSE 2015-16 516 225 291 13 0 20 25.8 1 NA FALSE 0
1001102 EAST DELHI 110092 7040122603 Govt. Sarvodaya Kanya Vidyalaya, Surajmal Vihar, Delhi 226-VISHWAS NAGAR 28.65720002 77.30599078 FALSE 2015-16 1341 359 982 142 140 52 25.78846154 0.845238095 0.864197531 FALSE 2
1003002 EAST DELHI 110031 7040123004 Govt. Sarvodaya Bal Vidyalaya, Rani Garden, Delhi 230-GEETA COLONY 28.64824448 77.27336156 FALSE 2015-16 1315 421 894 70 107 51 25.78431373 0.386740331 0.560209424 FALSE 0
1411026 NORTH WEST DELHI 110052 7010106803 Govt. Sarvodaya Kanya Vidyalaya, Block-H, Phase-I, Ashok Vihar, Delhi 068-ASHOK VIHAR 28.68764045 77.16924272 FALSE 2015-16 1547 372 1175 142 163 60 25.78333333 0.713567839 0.915730337 FALSE 3
1003028 EAST DELHI 110092 7040122202 Govt. Sarvodaya Kanya Vidyalaya, Laxmi Nagar, Delhi 222-LAXMI NAGAR 28.63887757 77.28356676 FALSE 2015-16 2010 330 1680 235 230 78 25.76923077 0.693215339 0.774410774 FALSE 1
1105242 NORTH EAST DELHI 110053 7030123402 Govt. Sarvodaya Bal Vidyalaya, Buland Masjid, Shastri Park, Delhi 234-GANDHI NAGAR 28.67206135 77.25244857 TRUE 2015-16 1314 520 794 67 19 51 25.76470588 0.413580247 0.791666667 FALSE 0
1105025 NORTH EAST DELHI 110053 7030124802 Govt. Girls Sr. Sec. School No.2, New Seelampur, Delhi 248-WELCOME COLONY 28.67305601 77.26363079 TRUE 2015-16 953 0 953 109 224 37 25.75675676 0.626436782 0.772413793 FALSE 0
1923036 SOUTH DELHI 110017 7090116905 Govt. Sarvodaya Kanya Vidyalaya (Ishani), Block-G, Saket New Delhi 169-LADO SARAI 28.52259423 77.2096826 FALSE 2015-16 2085 282 1803 152 207 81 25.74074074 0.44057971 0.546174142 FALSE 2
1104017 NORTH EAST DELHI 110094 7030126204 Govt. Co-ed. Middle School, Johripur, Delhi 262-GOKULPUR 28.71390692 77.28474504 TRUE 2015-16 1570 0 1570 0 0 61 25.73770492 NA NA FALSE 0
1923058 SOUTH DELHI 110017 7090118402 Govt. Boys Sr. Sec. School, Pushp Vihar, Sect-1, M. B. Road , New Delhi 184-PUSHP VIHAR 28.52452095 77.22202523 FALSE 2015-16 978 0 978 96 119 38 25.73684211 0.53038674 0.540909091 FALSE 1
1923011 SOUTH DELHI 110062 7090117901 Govt. Boys Sr. Sec. School (Shaheed Anushuya Prasad), Sector-5, Dr. Ambedkar Ngr New Delhi 179-TIGRI 28.5190507 77.24048918 FALSE 2015-16 1158 0 1158 25 161 45 25.73333333 0.12755102 0.429333333 FALSE 0
1309012 NORTH WEST DELHI 110007 7010107102 Govt. Sarvodaya Bal Vidyalaya, Rana Pratap Bagh, Delhi 071-SANGAM PARK 28.68835543 77.19127006 FALSE 2015-16 463 0 463 39 45 18 25.72222222 0.475609756 0.542168675 FALSE 1
1924032 SOUTH DELHI 110065 7090116001 Govt. Girls Sr. Sec. School No.1, East of Kailash, New Delhi 160-AMAR COLONY 28.5558912 77.24666307 FALSE 2015-16 1260 0 1260 140 131 49 25.71428571 0.721649485 0.935714286 FALSE 0
1515021 WEST DELHI 110027 7070110502 Govt. Sarvodaya Kanya Vidyalaya, Rajouri Garden Extn. New Delhi 105-RAJOURI GARDEN 28.64496462 77.11670693 FALSE 2015-16 1671 387 1284 105 214 65 25.70769231 0.497630332 0.713333333 FALSE 0
1310030 NORTH WEST DELHI 110082 7010100307 Govt. Co-ed. Sr. Sec. School, Holambi Kalan, Delhi 003-ALIPUR 28.79931634 77.09990463 FALSE 2015-16 874 0 874 84 70 34 25.70588235 0.705882353 0.777777778 FALSE 1
1821014 SOUTH WEST DELHI 110045 7080114203 Govt. Boys Sr. Sec. School, Palam Village, Raj Nagar-I, New Delhi 142-RAJ NAGAR 28.5857392 77.08301453 FALSE 2015-16 899 0 899 75 96 35 25.68571429 0.320512821 0.690647482 FALSE 0
1003033 EAST DELHI 110031 7040123401 Govt. Girls Sr. Sec. School, Kailash Nagar, Delhi 234-GANDHI NAGAR 28.66324482 77.25958163 FALSE 2015-16 796 0 796 110 71 31 25.67741935 0.654761905 0.537878788 FALSE 1
1618021 WEST DELHI 110059 7070112702 Govt. Girls Sr. Sec. School No.2, Uttam Nagar, New Delhi 127-UTTAM NAGAR 28.62685801 77.06313288 FALSE 2015-16 1514 0 1514 147 134 59 25.66101695 0.505154639 0.540322581 FALSE 3
1618009 WEST DELHI 110078 7070113602 Govt. Sarvodaya Bal Vidyalaya, Kakrola, New Delhi 136-MATIALA 28.61190284 77.02375386 FALSE 2015-16 2052 177 1875 191 260 80 25.65 0.558479532 0.702702703 FALSE 0
1003001 EAST DELHI 110092 7040122201 Govt. Sarvodaya Bal Vidyalaya, Laxmi Nagar, Delhi 222-LAXMI NAGAR 28.6387859 77.28356984 FALSE 2015-16 1462 162 1300 177 164 57 25.64912281 0.576547231 0.596363636 FALSE 0
1003202 EAST DELHI 110031 7040122902 Govt. Co-ed. Sec. School, Block-2, Geeta Colony, Delhi 229-KRISHNA NAGAR 28.6545211 77.27267993 FALSE 2015-16 615 0 615 112 0 24 25.625 0.918032787 NA FALSE 1
1618006 WEST DELHI 110058 7070111802 Govt. Boys Sr. Sec. School No.1, Opp. C4E Market, Janakpuri, New Delhi 118-JANAKPURI (SOUTH) 28.61739509 77.08042342 FALSE 2015-16 1281 0 1281 124 174 50 25.62 0.62 0.6796875 FALSE 0
1106020 NORTH EAST DELHI 110032 7030124702 Govt. Sarvodaya Kanya Vidyalaya No.1, Mansarovar Park, Sahadara, Delhi 247-RAM NAGAR 28.68117538 77.29959064 FALSE 2015-16 1227 268 959 90 160 48 25.5625 0.642857143 0.914285714 FALSE 0
1516003 WEST DELHI 110015 7070109802 Govt. Sarvodaya Vidyalaya , F- Block, Mansarovar Garden, New Delhi 098-MANSAROVAR GARDEN 28.64308244 77.13163484 FALSE 2015-16 1813 359 1454 40 83 71 25.53521127 0.112676056 0.359307359 FALSE 0
1002196 EAST DELHI 110092 7040122303 Govt. Sarvodaya Kanya Vidyalaya No.1, Shakarpur,Vir Sawakar Block, Shakarpur,Delhi 223-SHAKARPUR 28.63369026 77.28419638 FALSE 2015-16 1098 172 926 115 101 43 25.53488372 0.611702128 0.827868852 FALSE 0
1208002 NORTH DELHI 110006 7020108805 Govt. Sarvodaya Bal Vidyalaya, Opp. Tanga Stand, Qutab Road Delhi 88-KASABPURA 28.65474426 77.21573029 FALSE 2015-16 868 175 693 61 45 34 25.52941176 0.472868217 0.330882353 FALSE 1
1923037 SOUTH DELHI 110017 7090119203 Govt. Sarvodaya Kanya Vidyalaya, Soami Nagar, Chirag Delhi New Delhi 192-GREATER KAILASH-I 28.54280843 77.22209458 FALSE 2015-16 1327 193 1134 101 115 52 25.51923077 0.478672986 0.527522936 FALSE 0
1003204 EAST DELHI 110031 7040123601 Govt. Sarvodaya Kanya Vidyalaya, Old Seelampur, Delhi 236-RAGHUVARPURA 28.66837897 77.26769888 FALSE 2015-16 740 368 372 35 27 29 25.51724138 0.714285714 0.771428571 FALSE 1
1002177 EAST DELHI 110091 7040121102 Govt. Sarvodaya Bal Vidyalaya, Block-27, Trilokpuri, Delhi 211-TRILOK PURI 28.60657674 77.30535893 TRUE 2015-16 2092 360 1732 167 312 82 25.51219512 0.571917808 0.615384615 FALSE 1
2128019 CENTRAL DELHI 110060 7060114901 Govt. Sarvodaya Kanya Vidyalaya (Swami Dayanand), Old Rajinder Nagar, New Delhi 149-RAJINDER NAGAR 28.63941405 77.18564963 FALSE 2015-16 1250 239 1011 87 77 49 25.51020408 0.604166667 0.827956989 FALSE 2
1618057 WEST DELHI 110059 7070112301 Govt. Sarvodaya Kanya Vidyalaya, Uttam Nagar, New Delhi 123-VIKASPURI 28.62735807 77.06365153 FALSE 2015-16 1964 268 1696 218 234 77 25.50649351 0.731543624 0.893129771 FALSE 1
1105013 NORTH EAST DELHI 110032 7030124706 Govt. Boys Sec. School, G. T.Road Shahadara, Delhi 247-RAM NAGAR 28.67463471 77.2914839 FALSE 2015-16 408 0 408 72 0 16 25.5 0.847058824 NA FALSE 0
1720008 SOUTH WEST DELHI 110058 7080111004 Govt. Boys Sr. Sec. School No.2, Block-D, Janakpuri New Delhi 110-NANGAL RAI 28.61056977 77.10587599 FALSE 2015-16 688 0 688 68 6 27 25.48148148 0.444444444 0.117647059 FALSE 0
1309274 NORTH WEST DELHI 110042 7010101902 Govt. Boys Sec. School No.2, J.J. Colony Bhalswa Dairy, Delhi 019-BHALASWA 28.75304703 77.16238462 TRUE 2015-16 637 0 637 101 0 25 25.48 0.935185185 NA FALSE 1
1515010 WEST DELHI 110026 7070110302 Govt. Boys Sr. Sec. School No.1, Road No. 57, Near SPM Women College, Punjabi Bagh, N. Delhi 103-PUNJABI BAGH 28.66719749 77.13082147 FALSE 2015-16 1121 0 1121 72 113 44 25.47727273 0.295081967 0.470833333 FALSE 2
1309271 NORTH WEST DELHI 110007 7010107002 Govt. Sarvodaya Vidyalaya, Kalyan Vihar, Delhi 070-RANA PRATAP BAGH 28.68978993 77.19687374 FALSE 2015-16 560 160 400 71 0 22 25.45454545 0.845238095 NA FALSE 2
1412026 NORTH WEST DELHI 110086 7010103704 Govt. Sarvodaya Kanya Vidyalaya, Block-C, Sultanpuri, Delhi 037-SULTANPURI EAST 28.69907097 77.07906955 TRUE 2015-16 2696 398 2298 254 298 106 25.43396226 0.630272953 0.776041667 FALSE 0
1923065 SOUTH DELHI 110080 7090118203 Govt. Boys Sr. Sec. School No.3, Sect-IV, Dr. Ambedkar Nagar, New Delhi 182-AMBEDKAR NGR. 28.51910629 77.23462528 FALSE 2015-16 1068 0 1068 86 119 42 25.42857143 0.36440678 0.450757576 FALSE 0
1309005 NORTH WEST DELHI 110088 7010105605 Govt. Sarvodaya Vidyalaya , BT-Block, Shalimar Bagh, Delhi 056-SHALIMAR BAGH (SOUTH) 28.70306002 77.15932216 FALSE 2015-16 1525 304 1221 134 77 60 25.41666667 0.4604811 0.44 FALSE 2
1412025 NORTH WEST DELHI 110083 7010104602 Govt. Sarvodaya Kanya Vidyalaya (Kamdhenu), Mangolpuri, Block -D, Plot II, Delhi 046-MANGOLPURI EAST 28.69634276 77.09538741 FALSE 2015-16 2261 543 1718 141 219 89 25.40449438 0.493006993 0.842307692 FALSE 1
1924003 SOUTH DELHI 110003 070901ND501 Govt. Sarvodaya Vidyalaya , Lodhi Colony, Ali Ganj, New Delhi NDMC-CHARGE NO.5 28.58052988 77.22136418 FALSE 2015-16 762 195 567 51 51 30 25.4 0.520408163 0.408 FALSE 0
1618065 WEST DELHI 110058 7070110902 Govt. Boys Sr. Sec. School , Block-A, Janakpuri, New Delhi 109-JANAKPURI NORTH 28.62589174 77.07359094 FALSE 2015-16 1217 0 1217 106 111 48 25.35416667 0.466960352 0.74 FALSE 1
1003152 EAST DELHI 110051 7040123103 Govt. Sarvodaya Bal Vidyalaya, Radhey Shyam Park, Parwana Road, Khurenji, Delhi 231-GHONDLI 28.6458238 77.28372823 FALSE 2015-16 1242 170 1072 128 66 49 25.34693878 0.57918552 0.404907975 FALSE 1
1309026 NORTH WEST DELHI 110009 7010107204 Govt. Sarvodaya Kanya Vidyalaya No.1, Model Town Ph-III, Near Post Office Delhi 072-MODEL TOWN 28.71127804 77.1856295 FALSE 2015-16 1571 325 1246 186 253 62 25.33870968 0.707224335 0.77607362 FALSE 0
1923351 SOUTH DELHI 110062 7090117902 Govt. Sarvodaya Vidyalaya , Dr. Ambedkar Nagar, Sect-V, (Dashinpuri Extension) New Delhi 179-TIGRI 28.51487659 77.23636655 TRUE 2015-16 1748 434 1314 104 179 69 25.33333333 0.385185185 0.408675799 FALSE 3
1001012 EAST DELHI 110095 7040123804 Govt. Boys Sec. School, C-Block , Vivek Vihar, Delhi 238-JHIL MIL 28.66881733 77.30541861 FALSE 2015-16 557 0 557 119 0 22 25.31818182 0.937007874 NA FALSE 0
1822262 SOUTH WEST DELHI 110043 7080113905 Govt. Sarvodaya Vidyalaya, Dichaon Kalan, New Delhi 139-DICHAON KALAN 28.63081191 76.99818465 TRUE 2015-16 531 244 287 25 0 21 25.28571429 0.78125 NA FALSE 3
1309010 NORTH WEST DELHI 110009 7010107206 Govt. Boys Sr. Sec. School No.1, Model Town Ph-III, Near Post Office Delhi 072-MODEL TOWN 28.71146528 77.18570146 FALSE 2015-16 1285 0 1285 146 214 51 25.19607843 0.357843137 0.494226328 FALSE 1
1923061 SOUTH DELHI 110030 7090117403 Govt. Sarvodaya Kanya Vidyalaya, Sultanpur P.O. Mehrauli, New Delhi 174-CHHATTARPUR 28.49457107 77.16400521 FALSE 2015-16 1159 231 928 118 72 46 25.19565217 0.655555556 0.692307692 FALSE 1
1924025 SOUTH DELHI 110024 7090115801 Govt. Sarvodaya Kanya Vidyalaya (Sister Nivedita), Block-A, Defence Colony, New Delhi 158-KOTLA MUBARAQPUR 28.57805284 77.23135348 FALSE 2015-16 1660 398 1262 176 126 66 25.15151515 0.792792793 0.626865672 FALSE 0
1515003 WEST DELHI 110027 7070111202 Govt. Sarvodaya Bal Vidyalaya, Block-3, Subhash Nagar, New Delhi 112-SUBHASH NAGAR 28.63443184 77.11501828 FALSE 2015-16 1230 130 1100 76 97 49 25.10204082 0.339285714 0.734848485 FALSE 1
1105115 NORTH EAST DELHI 110053 7030124901 Govt. Boys Middle School, Chauhan Bangar, Jafrabad, Delhi 249-CHAUHAN BANGAR 28.68428924 77.2751204 FALSE 2015-16 527 0 527 0 0 21 25.0952381 NA NA FALSE 0
1003264 EAST DELHI 110092 7040122102 Govt. Boys Sr. Sec. School, Lalita Park, Delhi 221-KISHAN KUNJ 28.63694332 77.27140081 FALSE 2015-16 928 0 928 106 85 37 25.08108108 0.679487179 0.586206897 FALSE 1
1309266 NORTH WEST DELHI 110036 7010100404 Govt. Boys Sr. Sec. School, Bakhtawarpur, Delhi 004-BAKHTAWARPUR 28.81375399 77.1617201 FALSE 2015-16 802 0 802 73 147 32 25.0625 0.651785714 0.724137931 FALSE 0
1309033 NORTH WEST DELHI 110088 7010105602 Govt. Girls Sr. Sec. School, AP-Block, Shalimar Bagh, Delhi 056-SHALIMAR BAGH (SOUTH) 28.70143275 77.15874707 FALSE 2015-16 1002 0 1002 115 113 40 25.05 0.761589404 0.779310345 FALSE 1
1411032 NORTH WEST DELHI 110035 7010106202 Govt. Sarvodaya Kanya Vidyalaya, Rampura, Delhi 062-RAM PURA 28.67679908 77.15292961 FALSE 2015-16 1026 358 668 74 70 41 25.02439024 0.528571429 0.933333333 FALSE 2
1106114 NORTH EAST DELHI 110032 7030124701 Govt. Sarvodaya Kanya Vidyalaya, No.2, Mansarovar Park Shahdara Delhi 247-RAM NAGAR 28.68081671 77.29944704 FALSE 2015-16 1650 230 1420 185 191 66 25 0.525568182 0.773279352 FALSE 1
1822249 SOUTH WEST DELHI 110043 7080113809 Govt. Boys Sr. Sec. School, Najafgarh Stadium, New Delhi 138-NAZAFGARH 28.61112425 76.98978621 FALSE 2015-16 925 0 925 82 103 37 25 0.518987342 0.528205128 FALSE 3
1208232 NORTH DELHI 110007 7020107505 Govt. Boys Sr. Sec. School , Pratap Nagar Delhi 75-KISHAN GANJ 28.6693292 77.1933244 FALSE 2015-16 400 0 400 35 58 16 25 0.460526316 0.637362637 FALSE 2
1821029 SOUTH WEST DELHI 110075 7080114801 Govt. Co-ed. Sr. Sec. School, Dwarka, Sector-II New Delhi 148-MADHU VIHAR 28.59954416 77.06862795 FALSE 2015-16 2074 0 2074 219 182 83 24.98795181 0.462025316 0.489247312 FALSE 1
1821028 SOUTH WEST DELHI 110045 7080114701 Govt. Sarvodaya Bal Vidyalaya, Vijay Enclave Palam New Delhi 147-MAHAVIR ENCLAVE 28.60453742 77.07623739 FALSE 2015-16 1746 356 1390 112 191 70 24.94285714 0.322766571 0.602523659 FALSE 0
1618022 WEST DELHI 110058 7070111804 Govt. Sarvodaya Kanya Vidyalaya No.2, Block-C, Janakpuri, New Delhi 118-JANAKPURI (SOUTH) 28.61740074 77.08040567 FALSE 2015-16 1468 214 1254 135 188 59 24.88135593 0.639810427 0.912621359 FALSE 0
1309009 NORTH WEST DELHI 110009 7010101204 Govt. Boys Sr. Sec. School, Dhakka, Delhi 012-G.T.B. NAGAR 28.70684296 77.20332746 FALSE 2015-16 771 0 771 88 96 31 24.87096774 0.453608247 0.448598131 FALSE 2
1003260 EAST DELHI 110092 7040122101 Govt. Girls Sr. Sec. School, Lalita Park, Delhi 221-KISHAN KUNJ 28.63686874 77.27140651 FALSE 2015-16 795 0 795 72 68 32 24.84375 0.672897196 0.653846154 FALSE 1
1822044 SOUTH WEST DELHI 110043 7080113806 Govt. Girls Sr. Sec. School No.1, Najafgarh, New Delhi 138-NAZAFGARH 28.61224779 76.98618972 FALSE 2015-16 2011 0 2011 200 304 81 24.82716049 0.56980057 0.750617284 FALSE 2
1412005 NORTH WEST DELHI 110086 7010103707 Govt. Sarvodaya Bal Vidyalaya, Sultanpuri Delhi 037-SULTANPURI EAST 28.69862655 77.07886017 FALSE 2015-16 1415 0 1415 159 214 57 24.8245614 0.609195402 0.550128535 FALSE 3
1515024 WEST DELHI 110063 7070110402 Govt. Sarvodaya Kanya Vidyalaya No.2, Madipur New Delhi 104-MADIPUR 28.66894595 77.11312524 FALSE 2015-16 1586 392 1194 67 102 64 24.78125 0.227891156 0.713286713 FALSE 3
1413030 NORTH WEST DELHI 110085 7010102302 Govt. Sarvodaya Kanya Vidyalaya, Avantika, Rohini, Sect-1, Delhi 023-BUDH VIHAR 28.70326828 77.09647497 FALSE 2015-16 1883 406 1477 115 283 76 24.77631579 0.331412104 0.670616114 FALSE 0
1411017 NORTH WEST DELHI 110034 7010101701 Govt. Boys Sr. Sec. School, SU-Bolck' Pitam Pura Delhi 017-SAMAYPUR BADLI 28.70883252 77.13892483 FALSE 2015-16 941 0 941 59 84 38 24.76315789 0.265765766 0.49122807 FALSE 2
1924043 SOUTH DELHI 110014 7090115602 Govt. Sarvodaya Kanya Vidyalaya, Hari Nagar, Ashram, New Delhi 156-BHOGAL 28.57712417 77.26138359 FALSE 2015-16 1411 346 1065 113 146 57 24.75438596 0.567839196 0.879518072 FALSE 0
1821018 SOUTH WEST DELHI 110045 7080114501 Govt. Sarvodaya Kanya Vidyalaya No.1, Palam Enclave New Delhi 145-PALAM 28.58782614 77.0876262 FALSE 2015-16 2004 431 1573 146 217 81 24.74074074 0.467948718 0.636363636 FALSE 1
1617025 WEST DELHI 110041 7070103102 Govt. Boys Sr. Sec. School, Nangloi Phase I, Delhi 031-NANGLOI JAT 28.68421501 77.0683688 FALSE 2015-16 989 0 989 79 65 40 24.725 0.337606838 0.52 FALSE 1
1618004 WEST DELHI 110059 7070112305 Govt. Boys Sr. Sec. School No.2, Uttam Nagar, New Delhi 123-VIKASPURI 28.62671545 77.06366739 FALSE 2015-16 889 0 889 66 89 36 24.69444444 0.333333333 0.41588785 FALSE 1
2127021 CENTRAL DELHI 110002 7060108401 Govt. Sarvodaya Kanya Vidyalaya (Bulbuli Khana), Asaf Ali Road, New Delhi 084-TURKMAN GATE 28.64062795 77.23325093 FALSE 2015-16 1159 327 832 106 104 47 24.65957447 0.552083333 0.666666667 FALSE 0
1001008 EAST DELHI 110032 7040123706 Govt. Sarvodaya Bal Vidyalaya No.1, Bhola Nath Nagar, Delhi 237-SHAHDARA 28.66642936 77.28887846 FALSE 2015-16 640 129 511 88 0 26 24.61538462 0.567741935 NA FALSE 0
1822176 SOUTH WEST DELHI 110043 7080113401 Govt. Sarvodaya Kanya Vidyalaya, Deendar Pur, Najafgarh, New Delhi 134-NANGLI SAKRAWATI 28.59162608 76.99934841 FALSE 2015-16 1378 403 975 96 98 56 24.60714286 0.497409326 0.632258065 FALSE 2
1411123 NORTH WEST DELHI 110034 7010106002 Govt. Sarvodaya Vidyalaya , Block-C, Saraswati Vihar, Delhi 060-SARASWATI VIHAR 28.69726704 77.12939724 FALSE 2015-16 1279 425 854 67 125 52 24.59615385 0.471830986 0.694444444 FALSE 3
1821026 SOUTH WEST DELHI 110071 7080113315 Govt. Sarvodaya Kanya Vidyalaya, V&PO-Chhawla, New Delhi 133-CHHAWLA 28.56637032 77.00180099 FALSE 2015-16 1474 380 1094 130 130 60 24.56666667 0.631067961 0.695187166 FALSE 4
1003027 EAST DELHI 110031 7040122911 Govt. Sarvodaya Kanya Vidyalaya No.1, Gandhi Nagar, Delhi 229-KRISHNA NAGAR 28.65869987 77.26945738 FALSE 2015-16 1792 391 1401 147 243 73 24.54794521 0.602459016 0.886861314 FALSE 2
2128008 CENTRAL DELHI 110055 7060108902 Govt. Sarvodaya Bal Vidyalaya, Rani Jhansi Road (Near P.S.Paharganj) New Delhi 089-PAHAR GANJ 28.6459182 77.20686356 FALSE 2015-16 882 101 781 72 90 36 24.5 0.418604651 0.647482014 FALSE 1
2127003 CENTRAL DELHI 110002 7060107907 Govt. Sarvodaya Bal Vidyalaya, Pataudi House, Darya Ganj, New Delhi 079-JAMA MASJID 28.64747369 77.23648739 FALSE 2015-16 1176 323 853 55 67 48 24.5 0.25 0.492647059 FALSE 0
1923038 SOUTH DELHI 110030 7090117003 Govt. Sarvodaya Kanya Vidyalaya (Ramanujam), Mehrauli New Delhi 170-MEHRAULI 28.52709263 77.18699316 FALSE 2015-16 1785 404 1381 100 245 73 24.45205479 0.395256917 0.554298643 FALSE 0
1516027 WEST DELHI 110015 7070109801 Govt. Sarvodaya Kanya Vidyalaya, Ramesh Nagar, New Delhi 098-MANSAROVAR GARDEN 28.65593888 77.13972337 FALSE 2015-16 1197 195 1002 46 155 49 24.42857143 0.243386243 0.794871795 FALSE 1
1719069 SOUTH DELHI 110022 7090116302 Govt. Sarvodaya Vidyalaya No.1, Sector-2, R. K. Puram, New Delhi 163-SAFDARJUNG ENCLAVE 28.56029941 77.1854293 FALSE 2015-16 1361 386 975 115 155 56 24.30357143 #N/A #N/A #N/A 1
1925032 SOUTH DELHI 110016 7090116402 Govt. Sarvodaya Kanya Vidyalaya (Gargi), Green Park Extn. New Delhi 164-HAUZ KHAS 28.56016652 77.20170375 FALSE 2015-16 1262 267 995 123 144 52 24.26923077 0.736526946 0.753926702 FALSE 0
1514016 WEST DELHI 110018 7070111401 Govt. Sarvodaya Kanya Vidyalaya No.3, Tilak Nagar, New Delhi 114-TILAK NAGAR 28.6395446 77.09333246 FALSE 2015-16 1768 292 1476 165 158 73 24.21917808 0.585106383 0.778325123 FALSE 2
1923045 SOUTH DELHI 110062 7090118206 Govt. Girls Sr. Sec. School No.2, Sect-IV, Dr. Ambedkar Nagar, New Delhi 182-AMBEDKAR NGR. 28.51896802 77.23288615 FALSE 2015-16 1403 0 1403 146 237 58 24.18965517 0.521428571 0.637096774 FALSE 0
1924009 SOUTH DELHI 110049 7090115707 Govt. Sarvodaya Bal Vidyalaya, Sadiq Nagar, Near Gargi College, New Delhi- 157-KASTURBA NAGAR 28.55635816 77.22301739 FALSE 2015-16 1040 105 935 54 96 43 24.18604651 0.236842105 0.52173913 FALSE 1
1411009 NORTH WEST DELHI 110035 7010106707 Govt. Boys Sr. Sec. School No.1, Keshawpuram, Delhi 067-WAZIRPUR 28.68539149 77.16003402 FALSE 2015-16 556 0 556 44 64 23 24.17391304 0.44 0.576576577 FALSE 1
1821001 SOUTH WEST DELHI 110045 7080114504 Govt. Sarvodaya Bal Vidyalaya No.2, Palam Enclave New Delhi 145-PALAM 28.5875518 77.08762769 FALSE 2015-16 1595 378 1217 57 127 66 24.16666667 0.199300699 0.590697674 FALSE 0
1208029 NORTH DELHI 110055 7020108801 Govt. Girls Sec. School, Idgah Road, Delhi 88-KASABPURA 28.65391048 77.20868341 TRUE 2015-16 314 0 314 51 0 13 24.15384615 0.784615385 NA FALSE 0
1617008 WEST DELHI 110063 7070105702 Govt. Sarvodaya Vidyalaya, B-4, Paschim Vihar, New Delhi 057-PASCHIM VIHAR (SOUTH) 28.66668831 77.10438293 FALSE 2015-16 1690 413 1277 153 181 70 24.14285714 0.5 0.685606061 FALSE 3
1106115 NORTH EAST DELHI 110093 7030124306 Govt. Girls Sr. Sec. School, Janta Flats, Nand Nagari, Delhi 243-NANG NAGRI 28.69060614 77.31524587 FALSE 2015-16 2317 0 2317 242 360 96 24.13541667 0.352256186 0.472440945 FALSE 0
1207016 NORTH DELHI 110007 7020107004 Govt. Boys Sr. Sec. School No.2, Roop Nagar , Delhi 70-MODEL TOWN 28.68544965 77.19981285 FALSE 2015-16 723 0 723 70 142 30 24.1 0.507246377 0.468646865 FALSE 0
1003036 EAST DELHI 110051 7040122903 Govt. Sarvodaya Kanya Vidyalaya, Krishna Nagar, Delhi 229-KRISHNA NAGAR 28.6591838 77.28261778 FALSE 2015-16 1517 192 1325 150 183 63 24.07936508 0.638297872 0.933673469 FALSE 0
1719002 SOUTH WEST DELHI 110023 070801ND807 Govt. Sarvodaya Bal Vidyalaya No.1 (Ganesh Shankar Vidyarthi), Sarojini Nagar New Delhi NDMC-CHARGE NO.8 28.5743351 77.19628237 FALSE 2015-16 915 168 747 37 110 38 24.07894737 0.238709677 0.625 FALSE 1
1002008 EAST DELHI 110091 7040121301 Govt. Sarvodaya Bal Vidyalaya, Kalyan Puri, Delhi 213-KALYAN PURI 28.61450553 77.31928826 FALSE 2015-16 1565 283 1282 164 226 65 24.07692308 0.563573883 0.580976864 FALSE 1
1925246 SOUTH DELHI 110049 7090116401 Govt. Sarvodaya Vidyalaya, Masjid Moth New Delhi 164-HAUZ KHAS 28.56380938 77.21838577 FALSE 2015-16 626 43 583 41 57 26 24.07692308 0.362831858 0.7125 FALSE 0
1617011 WEST DELHI 110063 7070105802 Govt. Sarvodaya Kanya Vidyalaya , B-3, Paschim Vihar, New Delhi 058-PASCHIM VIHAR (NORTH) 28.66577682 77.10336025 FALSE 2015-16 1659 392 1267 142 198 69 24.04347826 0.797752809 0.868421053 FALSE 2
1411021 NORTH WEST DELHI 110035 7010106705 Govt. Sarvodaya Kanya Vidyalaya, Keshav Puram, A - Block, Delhi 067-WAZIRPUR 28.68529627 77.16009162 FALSE 2015-16 1009 249 760 134 72 42 24.02380952 0.887417219 0.935064935 FALSE 0
1923072 SOUTH DELHI 110017 7090116106 Govt. Girls Sec. School, Begumpur, MMTC/STC Colony, New Delhi 161-MALVIYA NAGAR 28.53421795 77.20079326 FALSE 2015-16 240 0 240 53 0 10 24 0.828125 NA FALSE 1
1821027 SOUTH WEST DELHI 110077 7080114201 Govt. Sarvodaya Kanya Vidyalaya, Raj Nagar, Palam Colony, New Delhi 142-RAJ NAGAR 28.58547477 77.08341734 FALSE 2015-16 1439 375 1064 111 113 60 23.98333333 0.44047619 0.620879121 FALSE 0
1411016 NORTH WEST DELHI 110034 7010105903 Govt. Boys Sr. Sec. School, Rani Bagh (Near Guru Dawara), Delhi 059-RANI BAGH 28.68996499 77.13038144 FALSE 2015-16 718 0 718 40 60 30 23.93333333 0.357142857 0.582524272 FALSE 2
1515139 WEST DELHI 110027 7070110604 Govt. Boys Sr. Sec. School, Tagore Garden, New Delhi 106-TAGORE GARDEN 28.6459262 77.1107486 FALSE 2015-16 1268 0 1268 103 79 53 23.9245283 0.344481605 0.32244898 FALSE 1
1309126 NORTH WEST DELHI 110009 7010107203 Govt. Girls Sr. Sec. School No.2, Block-R, Model Town-III, Delhi 072-MODEL TOWN 28.71179891 77.18610534 FALSE 2015-16 909 0 909 124 104 38 23.92105263 0.558558559 0.688741722 FALSE 0
1002369 EAST DELHI 110091 7040121911 Govt. Sarvodaya Bal Vidyalaya, Khichri Pur, J.J Colony, Delhi 219-MAYUR VIHAR PHASE-II 28.61463483 77.31925967 FALSE 2015-16 598 118 480 17 56 25 23.92 0.242857143 0.417910448 FALSE 2
1208004 NORTH DELHI 110035 7020107404 Govt. Boys Sr. Sec. School, Sarai Rohilla, Delhi 74-INDERLOK COLONY 28.66919115 77.18254928 FALSE 2015-16 884 0 884 82 91 37 23.89189189 0.473988439 0.511235955 FALSE 2
1514017 WEST DELHI 110018 7070111302 Govt. Sarvodaya Kanya Vidyalaya, Distt. Centre, Vikaspuri, New Delhi 113-MAHAVIR NAGAR 28.63305149 77.08275269 FALSE 2015-16 1003 147 856 98 129 42 23.88095238 0.597560976 0.777108434 FALSE 0
1719070 SOUTH WEST DELHI 110022 7080116703 Govt. Sarvodaya Vidyalaya, Sector-6, R. K. Puram, New Delhi 167-R.K. PURAM 28.5660247 77.17348918 FALSE 2015-16 1767 398 1369 123 180 74 23.87837838 0.399350649 0.728744939 FALSE 0
1821015 SOUTH WEST DELHI 110045 7080114502 Govt. Sarvodaya Kanya Vidyalaya No.2, Palam Village New Delhi 145-PALAM 28.58922678 77.08171659 FALSE 2015-16 1766 386 1380 159 162 74 23.86486486 0.691304348 0.710526316 FALSE 2
1618016 WEST DELHI 110018 7070112302 Govt. Co-ed. Sec. School, Block-F, Vikas Puri, New Delhi 123-VIKASPURI 28.64037633 77.06925075 FALSE 2015-16 977 0 977 140 0 41 23.82926829 0.828402367 NA FALSE 1
1106004 NORTH EAST DELHI 110093 7030124104 Govt. Boys Sr. Sec. School, Janta Flats, Nand Nagri, Delhi 241-DILSHAD GARDEN 28.69242892 77.31400606 FALSE 2015-16 1905 0 1905 148 212 80 23.8125 0.318965517 0.438923395 FALSE 1
1208013 NORTH DELHI 110007 7020107304 Govt. Sarvodaya Kanya Vidyalaya, Gulabi Bagh, Delhi 73-SHASTRI NAGAR 28.67102451 77.18877983 FALSE 2015-16 855 213 642 71 59 36 23.75 0.550387597 0.59 FALSE 1
1002037 EAST DELHI 110091 7040121904 Govt. Girls Sr. Sec. School, Khichripur, Delhi 219-MAYUR VIHAR PHASE-II 28.61803404 77.31468874 FALSE 2015-16 831 0 831 85 63 35 23.74285714 0.598591549 0.567567568 FALSE 2
1309006 NORTH WEST DELHI 110088 7010105504 Govt. Boys Sr. Sec. School, BL-Block, Shalimar Bagh, Delhi 055-SHALIMAR BAGH (NORTH) 28.71007762 77.16118936 FALSE 2015-16 807 0 807 114 100 34 23.73529412 0.926829268 0.473933649 FALSE 1
1207014 NORTH DELHI 110006 7020107706 Govt. Sarvodaya Bal Vidyalaya No.2, Mori Gate, Gokhle Marg, Delhi 77-KASHMERE GATE 28.66572711 77.22331242 FALSE 2015-16 807 177 630 68 66 34 23.73529412 0.404761905 0.492537313 FALSE 2
1411041 NORTH WEST DELHI 110034 7010105402 Govt. Girls Sr. Sec. School, Block-SU, Pitampura, Delhi 054-PITAMPURA (NORTH) 28.70898634 77.13842405 FALSE 2015-16 712 0 712 100 64 30 23.73333333 0.735294118 0.853333333 FALSE 0
1925335 SOUTH DELHI 110024 7090115901 Govt. Co-ed. Sr. Sec. School, Lajpat Nagar New Delhi 159-ANDREWS GANJ 28.57624698 77.23999284 FALSE 2015-16 924 0 924 95 191 39 23.69230769 0.678571429 0.802521008 FALSE 1
1106002 NORTH EAST DELHI 110095 7030124105 Govt. Sarvodaya Bal Vidyalaya, C-Block, Dilshad Garden, Delhi 241-DILSHAD GARDEN 28.68121846 77.31281139 FALSE 2015-16 1919 155 1764 170 293 81 23.69135802 0.37037037 0.65990991 FALSE 0
1821020 SOUTH WEST DELHI 110077 7080114202 Govt. Sarvodaya Kanya Vidyalaya, Raj Nagar-II, Palam Colony, New Delhi 142-RAJ NAGAR 28.58532993 77.08365479 FALSE 2015-16 1987 376 1611 63 121 84 23.6547619 0.212837838 0.448148148 FALSE 1
1309025 NORTH WEST DELHI 110009 7010101203 Govt. Sarvodaya Kanya Vidyalaya, Dhaka Delhi 012-G.T.B. NAGAR 28.70677736 77.20315883 FALSE 2015-16 1182 140 1042 123 154 50 23.64 0.723529412 0.658119658 FALSE 0
1105029 NORTH EAST DELHI 110032 7030124705 Govt. Girls Sec. School, G. T. Road, Shahadara, Delhi 247-RAM NAGAR 28.6745815 77.2916195 FALSE 2015-16 425 0 425 79 0 18 23.61111111 0.831578947 NA FALSE 1
1923013 SOUTH DELHI 110017 7090116103 Govt. Boys Sr. Sec. School, STC/MMTC Colony, Begumpur, New Delhi 161-MALVIYA NAGAR 28.53335379 77.20033631 FALSE 2015-16 707 0 707 54 62 30 23.56666667 0.333333333 0.46969697 FALSE 0
1411005 NORTH WEST DELHI 110034 7010106004 Govt. Sarvodaya Vidyalaya , Kailash Enclave, Delhi 060-SARASWATI VIHAR 28.69705621 77.13081229 FALSE 2015-16 1413 358 1055 95 146 60 23.55 0.558823529 0.776595745 FALSE 0
1207015 NORTH DELHI 110007 7020100904 Govt. Sarvodaya Bal Vidyalaya, Roshanara Road, Delhi 9-MALKA GANJ 28.67377402 77.20238723 FALSE 2015-16 659 123 536 55 54 28 23.53571429 0.597826087 0.568421053 FALSE 0
1618010 WEST DELHI 110018 7070111305 Govt. Boys Sr. Sec. School, Block-G, Vikas Puri, New Delhi 113-MAHAVIR NAGAR 28.64134212 77.0780652 FALSE 2015-16 753 0 753 42 146 32 23.53125 0.5 0.733668342 FALSE 1
1002015 EAST DELHI 110091 7040121907 Govt. Sarvodaya Bal Vidyalaya, Mayur Vihar, Phase II, Pocket-B, Delhi 219-MAYUR VIHAR PHASE-II 28.61763887 77.30299167 FALSE 2015-16 894 70 824 74 153 38 23.52631579 0.448484848 0.659482759 FALSE 0
1001204 EAST DELHI 110032 7040122605 Govt. Boys Sr. Sec. School, Vishwas Nagar, Delhi 226-VISHWAS NAGAR 28.66154032 77.29514503 FALSE 2015-16 705 0 705 73 45 30 23.5 0.506944444 0.569620253 FALSE 0
1413067 NORTH WEST DELHI 110085 7010102102 Govt. Sarvodaya Kanya Vidyalaya, Block-D, Sector-14, Prashant Vihar, Delhi 021-ROHINI 28.71562582 77.13764166 FALSE 2015-16 1245 361 884 108 91 53 23.49056604 0.596685083 0.664233577 FALSE 0
1516011 WEST DELHI 110008 7070109603 Govt. Boys Sr. Sec. School, Shadi Khampur, New Delhi 096-NEW RANJIT NAGAR 28.64454231 77.1608469 FALSE 2015-16 962 0 962 66 65 41 23.46341463 0.35483871 0.411392405 FALSE 0
1001001 EAST DELHI 110032 7040123707 Govt. Sarvodaya Bal Vidyalaya (Babu Ram), Bhola Nath Nagar, Shahadara, Delhi 237-SHAHDARA 28.66730577 77.28982717 FALSE 2015-16 959 248 711 64 68 41 23.3902439 0.447552448 0.435897436 FALSE 0
2127024 CENTRAL DELHI 110006 7060107902 Govt. Sarvodaya Kanya Vidyalaya No.1 (Hindi Medium), Jama Masjid, Delhi 079-JAMA MASJID 28.65231236 77.23419632 FALSE 2015-16 912 372 540 59 64 39 23.38461538 0.614583333 0.744186047 FALSE 0
1925037 SOUTH DELHI 110044 7090120404 Govt. Sarvodaya Kanya Vidyalaya, Molar Band, New Delhi 204-MOLARBAND 28.49531764 77.32626776 TRUE 2015-16 4208 375 3833 364 414 180 23.37777778 0.26705796 0.34789916 TRUE 0
1822002 SOUTH WEST DELHI 110043 7080113808 Govt. Sarvodaya Vidyalaya , Najafgarh New Delhi 138-NAZAFGARH 28.61130181 76.98646137 FALSE 2015-16 1309 486 823 71 71 56 23.375 0.383783784 0.806818182 FALSE 4
1923008 SOUTH DELHI 110062 7090118212 Govt. Boys Sr. Sec. School No.1, Sect-IV, Dr. Ambedkar Nagar, New Delhi 182-AMBEDKAR NGR. 28.52105682 77.23551287 FALSE 2015-16 1051 0 1051 81 217 45 23.35555556 0.509433962 0.560723514 FALSE 1
1719001 SOUTH WEST DELHI 110022 7080116707 Govt. Sarvodaya Vidyalaya (Jose Marti), Sector-12, R.K. Puram, New Delhi 167-R.K. PURAM 28.57216881 77.17813036 FALSE 2015-16 1119 202 917 78 124 48 23.3125 0.408376963 0.656084656 FALSE 1
1208018 NORTH DELHI 110007 7020107502 Govt. Sarvodaya Kanya Vidyalaya, Padam Nagar Delhi 75-KISHAN GANJ 28.66694295 77.18597535 FALSE 2015-16 955 221 734 96 57 41 23.29268293 0.615384615 0.703703704 FALSE 1
1720014 SOUTH WEST DELHI 110058 7080111003 Govt. Sarvodaya Kanya Vidyalaya No.1, Block-D, Janakpuri New Delhi 110-NANGAL RAI 28.60995581 77.10637778 FALSE 2015-16 1653 405 1248 103 169 71 23.28169014 0.405511811 0.623616236 FALSE 1
1515029 WEST DELHI 110027 7070111201 Govt. Girls Sr. Sec. School No.1, Subhash Nagar, New Delhi 112-SUBHASH NAGAR 28.63585384 77.11348052 FALSE 2015-16 907 0 907 95 84 39 23.25641026 0.597484277 0.622222222 FALSE 1
1310005 NORTH WEST DELHI 110040 7010100405 Govt. Sarvodaya Kanya Vidyalaya, Tikri Khurd, Delhi 004-BAKHTAWARPUR 28.83389999 77.12692648 FALSE 2015-16 859 99 760 85 41 37 23.21621622 0.325670498 0.257861635 TRUE 2
2128001 CENTRAL DELHI 110055 7060108903 Govt. Sarvodaya Bal Vidyalaya, Pahar Ganj, Kaseru Walan, New Delhi 089-PAHAR GANJ 28.64262123 77.20608922 FALSE 2015-16 766 130 636 32 40 33 23.21212121 0.307692308 0.336134454 FALSE 0
1003030 EAST DELHI 110031 7040123001 Govt. Girls Sr. Sec. School, Rani Garden, Block-12, Geeta Colony, Delhi 230-GEETA COLONY 28.64816603 77.27258465 FALSE 2015-16 1044 0 1044 91 101 45 23.2 0.491891892 0.597633136 FALSE 1
1924023 SOUTH DELHI 110024 7090115704 Govt. Sarvodaya Kanya Vidyalaya (Georgi Stoikov Rakovski), Blk-C, Defence Colony, New Delhi 157-KASTURBA NAGAR 28.56889466 77.22819872 FALSE 2015-16 997 342 655 69 64 43 23.18604651 0.584745763 0.771084337 FALSE 0
1411010 NORTH WEST DELHI 110035 7010106706 Govt. Boys Sr. Sec. School No.2 , C-4, Keshav Puram, Delhi 067-WAZIRPUR 28.68938539 77.15487448 FALSE 2015-16 626 0 626 49 60 27 23.18518519 0.532608696 0.612244898 FALSE 2
1822263 SOUTH WEST DELHI 110043 7080113316 Govt. Boys Sr. Sec. School, Paprawat Village, New Delhi 133-CHHAWLA 28.5761956 76.98174231 FALSE 2015-16 556 0 556 34 88 24 23.16666667 0.306306306 0.715447154 FALSE 2
1413025 NORTH WEST DELHI 110081 7010102904 Govt. Sarvodaya Kanya Vidyalaya, Kanjhawala, Delhi 029-KARALA 28.73797467 77.00858231 FALSE 2015-16 1320 384 936 66 135 57 23.15789474 0.340206186 0.870967742 FALSE 0
2127025 CENTRAL DELHI 110006 7060108602 Govt. Girls Sr. Sec. School (Urdu Medium), Ballimaran, Chashma Building, Delhi 086-BALLIMARAN 28.65273142 77.22687424 FALSE 2015-16 485 0 485 65 45 21 23.0952381 0.755813953 0.576923077 FALSE 0
1516104 WEST DELHI 110015 7070110003 Govt. Sarvodaya Vidyalaya , Block-H, Karampura, New Delhi 100-KARAM PURA 28.6663709 77.14085638 FALSE 2015-16 993 161 832 130 109 43 23.09302326 0.619047619 0.703225806 FALSE 1
2127031 CENTRAL DELHI 110006 7060108601 Govt. Girls Middle School, Lambi Gali, Hauz Qazi Delhi 086-BALLIMARAN 28.65028194 77.22462236 FALSE 2015-16 300 0 300 0 0 13 23.07692308 NA NA FALSE 0
1821004 SOUTH WEST DELHI 110045 7080114503 Govt. Boys Sr. Sec. School No.1, Palam Village New Delhi 145-PALAM 28.58922824 77.08174663 FALSE 2015-16 1245 0 1245 93 145 54 23.05555556 0.264957265 0.521582734 FALSE 0
1719010 SOUTH WEST DELHI 110021 7080116803 Govt. Boys Sr. Sec. School, Moti Bagh-I, New Delhi 168-NANAK PURA 28.5833178 77.17736787 FALSE 2015-16 668 0 668 86 110 29 23.03448276 0.477777778 0.780141844 FALSE 1
1003004 EAST DELHI 110031 7040123402 Govt. Sarvodaya Bal Vidyalaya, Kailash Nagar, Gandhi Nagar, Delhi 234-GANDHI NAGAR 28.66333583 77.25935457 FALSE 2015-16 714 118 596 50 42 31 23.03225806 0.641025641 0.75 FALSE 1
1412019 NORTH WEST DELHI 110086 7010103904 Govt. Girls Sr. Sec. School, Block-P, Sultan Puri, Delhi 039-SULTANPUR MAJRA 28.70241398 77.08134789 TRUE 2015-16 806 0 806 84 79 35 23.02857143 0.261682243 0.305019305 TRUE 4
1002001 EAST DELHI 110092 7040121803 Govt. Sarvodaya Bal Vidyalaya (Veer Udham Singh), I.P. Extn, Mandawali, Delhi 218-MANDAVALI 28.63067955 77.29806439 FALSE 2015-16 1243 389 854 61 142 54 23.01851852 0.401315789 0.692682927 FALSE 0
1413028 NORTH WEST DELHI 110039 7010102802 Govt. Sarvodaya Kanya Vidyalaya, Qutabgarh, Delhi 028-BAWANA 28.80423295 76.9651607 FALSE 2015-16 1104 310 794 70 82 48 23 0.466666667 0.496969697 FALSE 2
1822009 SOUTH WEST DELHI 110043 7080113807 Govt. Boys Sr. Sec. School No.2, Najafgarh New Delhi 138-NAZAFGARH 28.61223462 76.98635313 FALSE 2015-16 1448 0 1448 172 218 63 22.98412698 0.571428571 0.590785908 FALSE 0
2127001 CENTRAL DELHI 110002 7060108106 Govt. Sarvodaya Bal Vidyalaya, Deen Dayal Upadhyay Marg, Rouse Avenue, New Delhi 081-MINTO ROAD 28.63271184 77.2304243 FALSE 2015-16 1034 345 689 52 108 45 22.97777778 0.305882353 0.617142857 FALSE 0
1617006 WEST DELHI 110041 7070103004 Govt. Sarvodaya Vidyalaya, V & P. O. Hiran Kudna, Delhi 030-MUNDKA 28.67169007 76.99406832 FALSE 2015-16 712 171 541 50 54 31 22.96774194 0.684931507 0.683544304 FALSE 0
1411031 NORTH WEST DELHI 110052 7010106601 Govt. Sarvodaya Kanya Vidyalaya, Bharat Nagar, Delhi 066-SAWAN PARK 28.6834937 77.18354982 FALSE 2015-16 1122 370 752 86 72 49 22.89795918 0.682539683 0.705882353 FALSE 1
1309268 NORTH WEST DELHI 110040 7010100401 Govt. Co-ed. Sr. Sec. School, Singhu, Delhi 004-BAKHTAWARPUR 28.86179249 77.13693122 FALSE 2015-16 663 0 663 58 51 29 22.86206897 0.324022346 0.392307692 FALSE 1
1207011 NORTH DELHI 110007 7020106904 Govt. Sarvodaya Vidyalaya No.3, Shakti Nagar Opp.Petrol Pump, GT Road, Delhi 69-KAMLA NAGAR 28.68190148 77.19758758 FALSE 2015-16 799 100 699 71 92 35 22.82857143 0.568 0.469387755 FALSE 0
1822063 SOUTH WEST DELHI 110043 7080113802 Govt. Boys Sr. Sec. School No.1, Najafgarh, New Delhi 138-NAZAFGARH 28.61146138 76.98719228 FALSE 2015-16 1274 0 1274 62 124 56 22.75 0.194357367 0.46969697 FALSE 1
1514005 WEST DELHI 110018 7070111404 Govt. Sarvodaya Bal Vidyalaya No.1, Tilak Nagar New Delhi 114-TILAK NAGAR 28.64099155 77.09009617 FALSE 2015-16 1114 119 995 25 96 49 22.73469388 0.121359223 0.461538462 FALSE 0
2128007 CENTRAL DELHI 110005 7060109204 Govt. Boys Sr. Sec. School, Tank Road, Dev Nagar, New Delhi 092-DEV NAGAR 28.65099322 77.18228355 FALSE 2015-16 659 0 659 17 72 29 22.72413793 0.086294416 0.654545455 FALSE 1
1411040 NORTH WEST DELHI 110052 7010106801 Govt. Girls Sr. Sec. School, D-Block, Ashok Vihar,Phase-1, Delhi 068-ASHOK VIHAR 28.69209763 77.16656 FALSE 2015-16 818 0 818 90 51 36 22.72222222 0.803571429 0.53125 FALSE 1
1411124 NORTH WEST DELHI 110034 7010106001 Govt. Sarvodaya Vidyalaya , Sharda Niketan, Saraswati Vihar, Delhi 060-SARASWATI VIHAR 28.69458132 77.12240339 FALSE 2015-16 1022 343 679 65 64 45 22.71111111 0.427631579 0.653061224 FALSE 2
1309017 NORTH WEST DELHI 110033 7010101301 Govt. Co-ed. Sr. Sec. School, Gopal Park Azad Pur, Delhi 013-DHIRPUR 28.71547154 77.17854386 FALSE 2015-16 996 0 996 212 145 44 22.63636364 0.560846561 0.863095238 FALSE 0
1105112 NORTH EAST DELHI 110053 7030125201 Govt. Girls Middle School, Chauhan Bangar, Jafrabad, Delhi 252-MAUZPUR 28.68407752 77.27497561 FALSE 2015-16 543 0 543 0 0 24 22.625 NA NA FALSE 0
1514018 WEST DELHI 110018 7070111405 Govt. Girls Sr. Sec. School, Ashok Nagar, New Delhi 114-TILAK NAGAR 28.63246749 77.10435645 FALSE 2015-16 837 0 837 73 100 37 22.62162162 0.553030303 0.793650794 FALSE 3
1208006 NORTH DELHI 110007 7020107504 Govt. Boys Sr. Sec. School, Padam Nagar, Delhi 75-KISHAN GANJ 28.66663935 77.18597637 FALSE 2015-16 745 0 745 84 68 33 22.57575758 0.75 0.723404255 FALSE 0
2128002 CENTRAL DELHI 110005 7060109105 Govt. Sarvodaya Bal Vidyalaya (Asharfi Devi), Plot No. 6, Jhandewalan, New Delhi 091-KAROL BAGH 28.64550424 77.19995426 FALSE 2015-16 654 124 530 40 63 29 22.55172414 0.459770115 0.594339623 FALSE 1
1719105 SOUTH WEST DELHI 110021 7080116801 Govt. Sarvodaya Vidyalaya, Nanakpura , Moti Bagh -II, New Delhi 168-NANAK PURA 28.58322299 77.16766105 FALSE 2015-16 1037 190 847 63 63 46 22.54347826 0.240458015 0.496062992 FALSE 6
1821037 SOUTH WEST DELHI 110077 7080113604 Govt. Co-ed. Sr. Sec. School, Pochan Pur, New Delhi 136-MATIALA 28.56008638 77.04432164 FALSE 2015-16 879 0 879 62 96 39 22.53846154 0.342541436 0.502617801 FALSE 0
1618018 WEST DELHI 110058 7070111702 Govt. Sarvodaya Kanya Vidyalaya, Block-A, Janakpuri, New Delhi 117-JANAKPURI (WEST) 28.62354139 77.07381483 FALSE 2015-16 2073 388 1685 198 188 92 22.5326087 0.636655949 0.643835616 FALSE 1
1003265 EAST DELHI 110033 7040123301 Govt. Sarvodaya Bal Vidyalaya, Old Seelampur, Delhi 233-DHARAMPURA 28.6594665 77.2725625 FALSE 2015-16 698 287 411 27 25 31 22.51612903 0.435483871 0.892857143 FALSE 3
1411125 NORTH WEST DELHI 110034 7010106201 Govt. Girls Sr. Sec. School No.1, Shakurpur, Delhi 062-RAM PURA 28.67955057 77.11927578 FALSE 2015-16 968 0 968 86 151 43 22.51162791 0.661538462 0.82967033 FALSE 0
1207017 NORTH DELHI 110007 7020107002 Govt. Boys Sr. Sec. School No.1, Roop Nagar , Delhi 70-MODEL TOWN 28.68406182 77.20157129 FALSE 2015-16 720 0 720 61 113 32 22.5 0.423611111 0.567839196 FALSE 1
1515002 WEST DELHI 110027 7070111203 Govt. Sarvodaya Bal Vidyalaya, Ashok Nagar, New Delhi 112-SUBHASH NAGAR 28.63951977 77.10841281 FALSE 2015-16 921 207 714 62 77 41 22.46341463 0.380368098 0.361502347 FALSE 0
2127002 CENTRAL DELHI 110006 7060107908 Govt. Sarvodaya Bal Vidyalaya No.1 (Urdu Medium), Jama Masjid, Delhi 079-JAMA MASJID 28.65277048 77.23424357 FALSE 2015-16 808 176 632 43 34 36 22.44444444 0.296551724 0.298245614 FALSE 1
1924041 SOUTH DELHI 110065 7090115603 Govt. Co-ed. Sr. Sec. School, Block-10, Nehru Nagar, New Delhi 156-BHOGAL 28.57236956 77.25096835 FALSE 2015-16 718 0 718 57 61 32 22.4375 0.422222222 0.445255474 FALSE 0
1207027 NORTH DELHI 110007 7020106902 Govt. Boys Sec. School, Block-E, Kamla Nagar, Delhi 69-KAMLA NAGAR 28.68219751 77.2040449 FALSE 2015-16 359 0 359 31 0 16 22.4375 0.62 NA FALSE 0
1719103 SOUTH DELHI 110022 7090116303 Govt. Boys Sr. Sec. School, Sec-3, R. K. Puram, New Delhi 163-SAFDARJUNG ENCLAVE 28.55514595 77.182204 FALSE 2015-16 761 0 761 52 95 34 22.38235294 #N/A #N/A #N/A 0
1002360 EAST DELHI 110091 7040121910 Govt. Sarvodaya Kanya Vidyalaya, Khichri Pur, J.J Colony, Delhi 219-MAYUR VIHAR PHASE-II 28.61799124 77.31485748 FALSE 2015-16 671 81 590 40 42 30 22.36666667 0.769230769 0.358974359 FALSE 1
1924033 SOUTH DELHI 110049 7090115902 Govt. Sarvodaya Kanya Vidyalaya , Andrews Ganj, New Delhi 159-ANDREWS GANJ 28.56485957 77.22862765 FALSE 2015-16 960 127 833 99 137 43 22.3255814 0.626582278 0.706185567 FALSE 2
1003026 EAST DELHI 110031 7040122905 Govt. Sarvodaya Kanya Vidyalaya, Shankar Nagar, Delhi 229-KRISHNA NAGAR 28.65843562 77.27075952 FALSE 2015-16 892 188 704 88 79 40 22.3 0.822429907 0.840425532 FALSE 0
1001111 EAST DELHI 110095 7040123803 Govt. Girls Sr. Sec. School, Jhilmil Colony, Delhi 238-JHIL MIL 28.67039865 77.30935829 FALSE 2015-16 1025 0 1025 137 167 46 22.2826087 0.907284768 0.902702703 FALSE 0
1925059 SOUTH DELHI 110024 7090115502 Govt. Sarvodaya Bal Vidyalaya (Shaheed Hemu Kalani), Ring Road, Lajpat Nagar New Delhi 155-LAJPAT NAGAR 28.56599403 77.24550588 FALSE 2015-16 1358 168 1190 157 143 61 22.26229508 0.682608696 0.541666667 FALSE 3
1923051 SOUTH DELHI 110030 7090116904 Govt. Girls Sec. School, Lado Sarai, New Delhi 169-LADO SARAI 28.52782597 77.19334515 FALSE 2015-16 512 0 512 64 0 23 22.26086957 0.744186047 NA FALSE 2
1411043 NORTH WEST DELHI 110034 7010105902 Govt. Girls Sr. Sec. School, Rani Bagh, Delhi 059-RANI BAGH 28.68996499 77.13038144 FALSE 2015-16 1090 0 1090 140 126 49 22.24489796 0.869565217 0.75 FALSE 0
1207041 NORTH DELHI 110007 7020107001 Govt. Girls Sr. Sec. School No.3, Roop Nagar,Delhi 70-MODEL TOWN 28.68698607 77.20289444 FALSE 2015-16 645 0 645 67 98 29 22.24137931 0.572649573 0.790322581 FALSE 0
1411028 NORTH WEST DELHI 110035 7010106703 Govt. Sarvodaya Kanya Vidyalaya No.1, Keshav Puram, Delhi 067-WAZIRPUR 28.68947861 77.15568645 FALSE 2015-16 1088 366 722 88 54 49 22.20408163 0.586666667 0.675 FALSE 0
2026001 NEW DELHI 110004 070501ND404 Govt. Sarvodaya Vidyalaya (Dr.Rajendra Prasad), President Estate, New Delhi NDMC-CHARGE NO.4 28.62059818 77.19423042 FALSE 2015-16 1110 296 814 74 146 50 22.2 0.510344828 0.608333333 FALSE 1
1105006 NORTH EAST DELHI 110032 7030124708 Govt. Boys Sr. Sec. School, G. T. Road, Shahadara Delhi 247-RAM NAGAR 28.67451226 77.28949386 FALSE 2015-16 910 0 910 105 170 41 22.19512195 0.384615385 0.498533724 FALSE 0
1208021 NORTH DELHI 110035 7020107303 Govt. Girls Sr. Sec. School, Tulsi Nagar, Delhi 73-SHASTRI NAGAR 28.67268961 77.16416657 FALSE 2015-16 577 0 577 55 48 26 22.19230769 0.753424658 0.648648649 FALSE 2
1106112 NORTH EAST DELHI 110093 7030124602 Govt. Girls Sec. School, Ashok Nagar, Mandoli Road, Delhi 246-ASHOK NAGAR 28.69664955 77.30303567 FALSE 2015-16 643 0 643 132 0 29 22.17241379 0.705882353 NA FALSE 0
1822055 SOUTH WEST DELHI 110073 7080114005 Govt. Sarvodaya Vidyalaya, Jaffarpur Kalan, New Delhi 140-KHAIRA 28.59402772 76.91757881 FALSE 2015-16 1085 237 848 83 109 49 22.14285714 0.479768786 0.573684211 FALSE 1
2128006 CENTRAL DELHI 110005 7060109104 Govt. Boys Sr. Sec. School, Near Liberty Cinema, New Rohtak Road, New Delhi 091-KAROL BAGH 28.65922614 77.1892423 FALSE 2015-16 398 0 398 11 43 18 22.11111111 0.154929577 1.023809524 FALSE 1
1310407 NORTH WEST DELHI 110082 7010100301 Govt. Co-ed. Sec. School, C-Block, Metro Vihar Holambi Kalan, Delhi 003-ALIPUR 28.81441585 77.09603719 FALSE 2015-16 773 0 773 133 0 35 22.08571429 0.73480663 NA FALSE 0
1001196 EAST DELHI 110032 7040122602 Govt. Sarvodaya Kanya Vidyalaya, Vishwas Nagar, Delhi 226-VISHWAS NAGAR 28.66162547 77.2955829 FALSE 2015-16 1038 395 643 70 59 47 22.08510638 0.636363636 0.602040816 FALSE 1
1003012 EAST DELHI 110031 7040122907 Govt. Sarvodaya Bal Vidyalaya, Gandhi Nagar, Delhi 229-KRISHNA NAGAR 28.65440808 77.26822792 FALSE 2015-16 795 38 757 83 90 36 22.08333333 0.497005988 0.59602649 FALSE 1
1923055 SOUTH DELHI 110017 7090118403 Govt. Girls Sr. Sec. School, Pushp Vihar, Sect-I, M.B. Road, New Delhi 184-PUSHP VIHAR 28.52424892 77.22190546 FALSE 2015-16 1124 0 1124 49 190 51 22.03921569 0.215859031 0.63973064 FALSE 3
1822003 SOUTH WEST DELHI 110043 7080114014 Govt. Sarvodaya Vidyalaya , Surhera, Najafgarh, New Delhi 140-KHAIRA 28.6015893 76.93297452 FALSE 2015-16 991 208 783 76 117 45 22.02222222 0.527777778 0.596938776 FALSE 1
1310033 NORTH WEST DELHI 110039 7010102808 Govt. Sarvodaya Kanya Vidyalaya (Updesh Kaur) , Dariya Pur, Kalan, Delhi 028-BAWANA 28.80862333 77.01489086 FALSE 2015-16 792 84 708 111 111 36 22 0.982300885 0.956896552 FALSE 2
1207039 NORTH DELHI 110007 7020107003 Govt. Girls Sr. Sec. School No.1, Roop Nagar,Delhi 70-MODEL TOWN 28.68430986 77.2013641 FALSE 2015-16 1339 0 1339 149 208 61 21.95081967 0.784210526 0.729824561 FALSE 0
2127015 CENTRAL DELHI 110002 7060108102 Govt. Sarvodaya Kanya Vidyalaya, Mata Sundri Road, 23, Rouse Avenue, New Delhi 081-MINTO ROAD 28.63616158 77.22473703 FALSE 2015-16 745 326 419 38 59 34 21.91176471 0.441860465 0.842857143 FALSE 1
1822247 SOUTH WEST DELHI 110043 7080113404 Govt. Boys Sr. Sec. School, Deendar Pur, Najafgarh, New Delhi 134-NANGLI SAKRAWATI 28.59165647 76.99961146 FALSE 2015-16 679 0 679 50 73 31 21.90322581 0.314465409 0.540740741 FALSE 0
1821039 SOUTH WEST DELHI 110077 7080114102 Govt. Co-ed. Sr. Sec. School, Dhulsiras, Bamnoli, New Delhi 141-BIJWASAN 28.54279326 77.03017243 FALSE 2015-16 613 0 613 42 50 28 21.89285714 0.341463415 0.537634409 FALSE 2
1003034 EAST DELHI 110031 7040122904 Govt. Girls Sr. Sec. School No.2, Gandhi Nagar, Delhi 229-KRISHNA NAGAR 28.65761311 77.26835661 FALSE 2015-16 634 0 634 70 79 29 21.86206897 0.68627451 0.731481481 FALSE 1
1516019 WEST DELHI 110015 7070110101 Govt. Sarvodaya Kanya Vidyalaya, Basai Darapur, New Delhi 101-RAJA GARDEN 28.6537521 77.13245486 FALSE 2015-16 1068 360 708 56 33 49 21.79591837 0.378378378 0.485294118 FALSE 1
1515028 WEST DELHI 110063 7070110401 Govt. Girls Sr. Sec. School No.1, Madipur, New Delhi 104-MADIPUR 28.66784377 77.1138465 FALSE 2015-16 959 0 959 79 115 44 21.79545455 0.409326425 0.809859155 FALSE 0
1207033 NORTH DELHI 110007 7020100903 Govt. Sarvodaya Kanya Vidyalaya (Amar Shaheed Matadeen Lodha), Sabzi Mandi, Delhi 9-MALKA GANJ 28.67420289 77.20277006 FALSE 2015-16 958 304 654 77 71 44 21.77272727 0.658119658 0.63963964 FALSE 1
1001010 EAST DELHI 110032 7040123705 Govt. Boys Sr. Sec. School No.3, Bhola Nath Nagar, Shahadara, Delhi 237-SHAHDARA 28.66748592 77.29026194 FALSE 2015-16 869 0 869 60 192 40 21.725 0.317460317 0.67844523 FALSE 0
1924044 SOUTH DELHI 110014 7090115601 Govt. Co-ed. Sec. School, Saman Bazar, Garhi Mohalla, Bhogal, New Delhi 156-BHOGAL 28.57964247 77.25075123 FALSE 2015-16 477 0 477 57 0 22 21.68181818 0.548076923 NA FALSE 1
1411029 NORTH WEST DELHI 110035 7010106702 Govt. Sarvodaya Kanya Vidyalaya No.2, C-4, Keshav Puram, Delhi 067-WAZIRPUR 28.68914519 77.15509769 FALSE 2015-16 1062 309 753 76 77 49 21.67346939 0.510067114 0.905882353 FALSE 0
1002023 EAST DELHI 110092 7040121802 Govt. Sarvodaya Kanya Vidyalaya, Mandawali Fazalpur, Delhi 218-MANDAVALI 28.63096971 77.29777861 FALSE 2015-16 1451 390 1061 106 171 67 21.65671642 0.658385093 0.766816143 FALSE 2
1514023 WEST DELHI 110064 7070111101 Rajkiya Pratibha Vikas Vidyalaya, Block-B-E, Hari Nagar, Mayapuri Road, New Delhi 111-HARI NAGAR 28.62674934 77.11865006 FALSE 2015-16 693 0 693 93 96 32 21.65625 0.920792079 0.872727273 FALSE 0
1411042 NORTH WEST DELHI 110034 7010106003 Govt. Girls Sr. Sec. School, Block-A, Saraswati Vihar, Delhi 060-SARASWATI VIHAR 28.69801409 77.12116001 FALSE 2015-16 801 0 801 105 134 37 21.64864865 0.640243902 0.911564626 FALSE 0
1413181 NORTH WEST DELHI 110081 7010102901 Govt. Sarvodaya Vidyalaya, Jaunti, Delhi 029-KARALA 28.74828185 76.96459733 FALSE 2015-16 606 97 509 76 52 28 21.64285714 0.752475248 0.634146341 FALSE 0
1106010 NORTH EAST DELHI 110093 7030124604 Govt. Boys Sec. School, Mandoli Road, Ashok Nagar, Delhi 246-ASHOK NAGAR 28.69678112 77.30314881 FALSE 2015-16 411 0 411 79 0 19 21.63157895 0.576642336 NA FALSE 1
1516068 WEST DELHI 110015 7070110001 Govt. Co-ed. Sr. Sec. School, Industrial Area, Karampura, New Delhi 100-KARAM PURA 28.66405179 77.14558915 FALSE 2015-16 669 0 669 71 40 31 21.58064516 0.628318584 0.444444444 FALSE 0
1001023 EAST DELHI 110032 7040123702 Govt. Girls Sr. Sec. School No.3, Bhola Nath Nagar, Shahadara, Delhi 237-SHAHDARA 28.6674998 77.29048903 FALSE 2015-16 646 0 646 58 82 30 21.53333333 0.402777778 0.788461538 FALSE 0
1515026 WEST DELHI 110027 7070110601 Govt. Girls Sr. Sec. School No.1, Tagore Garden, New Delhi 106-TAGORE GARDEN 28.64604236 77.10925416 FALSE 2015-16 1054 0 1054 82 117 49 21.51020408 0.41 0.609375 FALSE 1
1923041 SOUTH DELHI 110017 7090116201 Govt. Sarvodaya Kanya Vidyalaya (Raja Ram Mohan Roy), Hauz Rani, Malviya Nagar New Delhi 162-VILLAGE HAUZ RANI 28.53002229 77.21298554 FALSE 2015-16 1223 338 885 100 99 57 21.45614035 0.584795322 0.626582278 FALSE 2
1207042 NORTH DELHI 110006 7020107703 Govt. Girls Sr. Sec. School, Chabi Ganj, Kashmere Gate, Delhi 77-KASHMERE GATE 28.66547353 77.22873514 FALSE 2015-16 429 0 429 47 66 20 21.45 0.618421053 0.725274725 FALSE 0
1719106 SOUTH DELHI 110029 7090116304 Govt. Sarvodaya Vidyalaya , Safdarjung Enclave, New Delhi 163-SAFDARJUNG ENCLAVE 28.56532532 77.19341406 FALSE 2015-16 749 164 585 45 46 35 21.4 #N/A #N/A #N/A 0
2026004 NEW DELHI 110003 070501ND401 Govt. Sarvodaya Kanya Vidyalaya, Pandara Road, New Delhi NDMC-CHARGE NO.4 28.60450405 77.23249091 FALSE 2015-16 619 188 431 52 29 29 21.34482759 0.597701149 0.475409836 FALSE 0
2128021 CENTRAL DELHI 110055 7060108901 Govt. Girls Sr. Sec. School, Pahar Ganj, New Delhi 089-PAHAR GANJ 28.64289756 77.20620784 FALSE 2015-16 532 0 532 67 48 25 21.28 0.905405405 0.727272727 FALSE 2
2127014 CENTRAL DELHI 110002 7060108103 Govt. Sarvodaya Kanya Vidyalaya No.1, Zeenat Mahal, Kamla Market, New Delhi 081-MINTO ROAD 28.64313038 77.22665457 FALSE 2015-16 935 286 649 44 39 44 21.25 0.271604938 0.506493506 FALSE 0
1208011 NORTH DELHI 110006 7020108003 Govt. Co-ed Sec. School, Kucha Kabil Attar, Near Town Hall, Chandni Chowk, Delhi 80-CHANDNI CHAWK 28.65668179 77.22652446 FALSE 2015-16 255 0 255 37 0 12 21.25 0.616666667 NA FALSE 0
1309270 NORTH WEST DELHI 110036 7010100703 Govt. Co-ed. Sr. Sec. School, Mukhmel Pur, Delhi 007-BURARI 28.78947288 77.16539234 FALSE 2015-16 676 0 676 85 95 32 21.125 0.745614035 0.848214286 FALSE 1
1618017 WEST DELHI 110058 7070111801 Govt. Sarvodaya Kanya Vidyalaya No.1, Block-C, Janakpuri, New Delhi 118-JANAKPURI (SOUTH) 28.62172343 77.09374702 FALSE 2015-16 1668 374 1294 171 203 79 21.11392405 0.766816143 0.90625 FALSE 0
1003003 EAST DELHI 110031 7040122909 Govt. Sarvodaya Bal Vidyalaya No.1, Jheel Khurenja, Delhi 229-KRISHNA NAGAR 28.65524893 77.2661863 FALSE 2015-16 760 175 585 44 85 36 21.11111111 0.321167883 0.497076023 FALSE 0
1516025 WEST DELHI 110015 7070109701 Govt. Girls Sr. Sec. School, A Block Kirti Nagar New Delhi 097-KIRTI NAGAR 28.65344724 77.1420532 FALSE 2015-16 865 0 865 81 120 41 21.09756098 0.525974026 0.710059172 FALSE 2
1515023 WEST DELHI 110026 7070110301 Govt. Sarvodaya Kanya Vidyalaya No.2, Punjabi Bagh, New Delhi 103-PUNJABI BAGH 28.66965264 77.13116051 FALSE 2015-16 1308 313 995 77 110 62 21.09677419 0.337719298 0.691823899 FALSE 2
1207035 NORTH DELHI 110007 7020100902 Govt. Sarvodaya Kanya Vidyalaya, Malka Ganj, Delhi 9-MALKA GANJ 28.67733973 77.20725002 FALSE 2015-16 1075 344 731 22 55 51 21.07843137 0.157142857 0.319767442 FALSE 2
1822047 SOUTH WEST DELHI 110043 7080113805 Govt. Girls Sr. Sec. School No.2, Najafgarh, New Delhi 138-NAZAFGARH 28.61152775 76.98707628 FALSE 2015-16 1387 0 1387 127 255 66 21.01515152 0.587962963 0.604265403 FALSE 1
1720003 SOUTH WEST DELHI 110037 070801DC501 Govt. Sarvodaya Vidyalaya , Mehram Nagar, New Delhi DC5-EAST MEHRAM NAGAR 28.5624609 77.12614844 FALSE 2015-16 732 327 405 37 31 35 20.91428571 0.430232558 0.352272727 FALSE 1
1925333 SOUTH DELHI 110049 7090119101 Govt. Sarvodaya Vidyalaya , Shahpur Jat New Delhi 191-SHAHPUR JAT 28.54991922 77.2134756 FALSE 2015-16 857 193 664 65 25 41 20.90243902 0.416666667 0.294117647 FALSE 1
1411037 NORTH WEST DELHI 110035 7010106101 Govt. Girls Sr. Sec. School, Tri Nagar, Narang Colony, Delhi 061-TRINAGAR 28.6811788 77.16021305 FALSE 2015-16 646 0 646 70 36 31 20.83870968 0.786516854 0.590163934 FALSE 0
1719029 SOUTH WEST DELHI 110023 070801ND803 Govt. Sarvodaya Kanya Vidyalaya No.1, Sarojini Nagar, New Delhi NDMC-CHARGE NO.8 28.57543465 77.19652365 FALSE 2015-16 852 259 593 73 89 41 20.7804878 0.73 1 FALSE 1
1923004 SOUTH DELHI 110030 7090117005 Govt. Sarvodaya Bal Vidyalaya, Qutub, Mehrauli, New Delhi 170-MEHRAULI 28.52177308 77.17909493 FALSE 2015-16 748 49 699 97 88 36 20.77777778 0.646666667 0.771929825 FALSE 1
1720001 SOUTH WEST DELHI 110010 070801DC102 Govt. Sarvodaya Bal Vidyalaya, Tigri Road, Sadar Bazar, Delhi Cantt, New Delhi DC1-SADAR BAZAR 28.59285706 77.1254649 FALSE 2015-16 727 121 606 41 84 35 20.77142857 0.341666667 0.366812227 FALSE 2
1310161 NORTH WEST DELHI 110039 7010102703 Govt. Co-ed. Sr. Sec. School, Barwala, Delhi 027-BEGUMPUR 28.75826444 77.06352613 FALSE 2015-16 436 0 436 67 37 21 20.76190476 0.827160494 0.840909091 FALSE 1
1514019 WEST DELHI 110058 7070110903 Govt. Sarvodaya Kanya Vidyalaya , Block-B, Janakpuri, New Delhi 109-JANAKPURI NORTH 28.62475592 77.09371313 FALSE 2015-16 1017 198 819 85 117 49 20.75510204 0.555555556 0.680232558 FALSE 2
1003007 EAST DELHI 110051 7040122908 Govt. Boys Sr. Sec. School, Chander Nagar, Delhi 229-KRISHNA NAGAR 28.65683983 77.28216449 FALSE 2015-16 767 0 767 82 90 37 20.72972973 0.525641026 0.72 FALSE 0
1822015 SOUTH WEST DELHI 110043 7080113904 Govt. Boys Sr. Sec. School, Vill. Dichaon Kalan, New Delhi 139-DICHAON KALAN 28.64249473 76.98723239 FALSE 2015-16 331 0 331 18 40 16 20.6875 0.290322581 0.555555556 FALSE 0
1923064 SOUTH DELHI 110047 7090117402 Govt. Girls Sr. Sec. School, Village Mandi, Mehrauli, New Delhi 174-CHHATTARPUR 28.4475596 77.14557547 FALSE 2015-16 517 0 517 70 50 25 20.68 0.945945946 0.819672131 FALSE 0
1924014 SOUTH DELHI 110024 7090115705 Govt. Boys Sr. Sec. School, Varun Marg, Defence Colony, New Delhi 157-KASTURBA NAGAR 28.57368552 77.23345275 FALSE 2015-16 517 0 517 37 68 25 20.68 0.355769231 0.527131783 FALSE 0
1003261 EAST DELHI 110031 7040122901 Rajkiya Pratibha Vikas Vidyalaya, Gandhi Nagar, Delhi 229-KRISHNA NAGAR 28.65796635 77.27184628 FALSE 2015-16 701 0 701 69 161 34 20.61764706 0.985714286 0.969879518 FALSE 0
1719104 SOUTH WEST DELHI 110022 7080116701 Govt. Co-ed Sr. Sec. School, Sec - 5, R. K. Puram, New Delhi 167-R.K. PURAM 28.56111458 77.1733093 FALSE 2015-16 1110 0 1110 58 216 54 20.55555556 0.306878307 0.72972973 FALSE 2
2127016 CENTRAL DELHI 110002 7060115303 Govt. Sarvodaya Kanya Vidyalaya, Dayanand Road, Darya Ganj, New Delhi 153-DARYA GANJ 28.64474292 77.24349672 FALSE 2015-16 800 362 438 56 59 39 20.51282051 0.56 0.670454545 FALSE 1
1411178 NORTH WEST DELHI 110034 7010105901 Govt. Co-ed. Sr. Sec. School, Sainik Vihar, Delhi 059-RANI BAGH 28.68924796 77.12842099 FALSE 2015-16 451 0 451 58 30 22 20.5 0.46031746 0.75 FALSE 0
1310026 NORTH WEST DELHI 110039 7010102810 Govt. Co-ed. Sr. Sec. School, Hareoli, Delhi 028-BAWANA 28.83542946 77.00660535 FALSE 2015-16 307 0 307 37 39 15 20.46666667 0.770833333 0.928571429 FALSE 1
1208092 NORTH DELHI 110007 7020107501 Rajkiya Pratibha Vikas Vidyalaya, Nai Basti, Kishan Ganj, Delhi 75-KISHAN GANJ 28.66616225 77.19837858 FALSE 2015-16 673 0 673 69 90 33 20.39393939 0.985714286 0.865384615 FALSE 0
2127027 CENTRAL DELHI 110002 7060107901 Govt. Girls Sr. Sec. School, Kala Mahal, Pataudi House, Darya Ganj, New Delhi 079-JAMA MASJID 28.64844174 77.23722091 FALSE 2015-16 366 0 366 41 24 18 20.33333333 0.539473684 0.421052632 FALSE 0
1924005 SOUTH DELHI 110014 7090115604 Govt. Boys Sr. Sec. School, Hari Nagar Ashram, New Delhi 156-BHOGAL 28.57720976 77.26128756 FALSE 2015-16 528 0 528 48 74 26 20.30769231 0.424778761 0.685185185 FALSE 1
1821010 SOUTH WEST DELHI 110045 7080114602 Govt. Boys Sr. Sec. School No.3, Palam Enclave New Delhi 146-SADH NAGAR 28.58801619 77.08795577 FALSE 2015-16 790 0 790 66 104 39 20.25641026 0.233215548 0.492890995 FALSE 0
1309001 NORTH WEST DELHI 110007 7010107001 Govt. Sarvodaya Bal Vidyalaya, C.C.Colony, Delhi 070-RANA PRATAP BAGH 28.68831195 77.19527652 FALSE 2015-16 747 137 610 51 62 37 20.18918919 0.443478261 0.266094421 FALSE 1
1924006 SOUTH DELHI 110023 070901ND602 Govt. Boys Sr. Sec. School No.1, Kidwai Nagar, New Delhi NDMC-CHARGE NO.6 28.57029793 77.21034157 FALSE 2015-16 444 0 444 31 53 22 20.18181818 0.492063492 0.481818182 FALSE 1
1309124 NORTH WEST DELHI 110088 7010105601 Rajkiya Pratibha Vikas Vidyalaya, Block-BT, Shalimar Bagh, Delhi 056-SHALIMAR BAGH (SOUTH) 28.70443831 77.15898966 FALSE 2015-16 746 0 746 104 135 37 20.16216216 1 0.944055944 FALSE 0
1207109 NORTH DELHI 110054 7020107801 Govt. Boys Sr. Sec. School, Magazine Road, Delhi 78-MAJNOO KA TILLA 28.70154132 77.22663398 FALSE 2015-16 664 0 664 32 32 33 20.12121212 0.25 0.240601504 FALSE 1
1515005 WEST DELHI 110027 7070110505 Govt. Boys Sr. Sec. School, Near F-Block Rajouri Garden, New Delhi 105-RAJOURI GARDEN 28.64205039 77.1205466 FALSE 2015-16 684 0 684 45 67 34 20.11764706 0.3 0.577586207 FALSE 0
1104149 NORTH EAST DELHI 110053 7030125603 Rajkiya Pratibha Vikas Vidyalaya, Yamuna Vihar, B-Block, Delhi 256-YAMUNA VIHAR 28.70163891 77.270103 FALSE 2015-16 882 0 882 97 186 44 20.04545455 0.96039604 0.984126984 FALSE 0
1821024 SOUTH WEST DELHI 110045 7080114601 Govt. Girls Sr. Sec. School No.3, Palam Enclave New Delhi 146-SADH NAGAR 28.58801284 77.0880536 FALSE 2015-16 1022 0 1022 90 216 51 20.03921569 0.352941176 0.722408027 FALSE 0
2128018 CENTRAL DELHI 110055 7060108701 Govt. Sarvodaya Kanya Vidyalaya, Paharganj, Aram Bagh Lane, New Delhi 087-RAM NAGAR 28.64362791 77.20641272 FALSE 2015-16 540 149 391 41 41 27 20 0.554054054 0.732142857 FALSE 0
2026005 NEW DELHI 110003 070501ND403 Govt. Sarvodaya Vidyalaya, Jor Bagh, New Delhi NDMC-CHARGE NO.4 28.58797267 77.21924355 FALSE 2015-16 1139 342 797 103 153 57 19.98245614 0.682119205 0.874285714 FALSE 3
1514014 WEST DELHI 110018 7070111402 Govt. Girls Sr. Sec. School No.1, Tilak Nagar, New Delhi 114-TILAK NAGAR 28.63957714 77.09335908 FALSE 2015-16 1074 0 1074 122 152 54 19.88888889 0.652406417 0.752475248 FALSE 0
2128032 CENTRAL DELHI 110060 7060109601 Govt. Sarvodaya Vidyalaya (Rana Pratap), New Rajinder Nagar New Delhi 096-NEW RANJIT NAGAR 28.63586181 77.17794787 FALSE 2015-16 696 70 626 67 70 35 19.88571429 0.56302521 0.380434783 FALSE 1
1719006 SOUTH WEST DELHI 110023 070801ND805 Govt. Boys Sr. Sec. School No.4, Sarojini Nagar New Delhi NDMC-CHARGE NO.8 28.57495578 77.19583607 FALSE 2015-16 556 0 556 59 89 28 19.85714286 0.327777778 0.397321429 FALSE 2
1617009 WEST DELHI 110063 7070105803 Rajkiya Pratibha Vikas Vidyalaya, A-6, Paschim Vihar, New Delhi 058-PASCHIM VIHAR (NORTH) 28.67533222 77.10722759 FALSE 2015-16 768 0 768 103 133 39 19.69230769 0.990384615 0.904761905 FALSE 0
2128023 CENTRAL DELHI 110005 7060109202 Govt. Girls Sr. Sec. School, New Rohtak Road New Delhi 092-DEV NAGAR 28.65920486 77.18907994 FALSE 2015-16 489 0 489 63 37 25 19.56 0.605769231 0.528571429 FALSE 0
1413022 NORTH WEST DELHI 110081 7010102905 Govt. Boys Sec. School, Ladpur Delhi 029-KARALA 28.74298867 76.99563602 FALSE 2015-16 293 0 293 43 0 15 19.53333333 0.623188406 NA FALSE 0
1923358 SOUTH DELHI 110047 7090117505 Govt. Boys Sr. Sec. School, Mandi Village, New Delhi 175-AAYA NAGAR 28.5885456 77.0816144 FALSE 2015-16 408 0 408 36 13 21 19.42857143 0.330275229 0.240740741 FALSE 1
2026002 NEW DELHI 110021 070501ND201 Govt. Sarvodaya Vidyalaya , Kitchner Road, Malcha Marg, New Delhi NDMC-CHARGE NO.2 28.60311881 77.18813132 FALSE 2015-16 601 161 440 36 87 31 19.38709677 0.666666667 0.783783784 FALSE 1
1617032 WEST DELHI 110063 7070105801 Govt. Co-ed. Sr. Sec. School, A-6, Paschim Vihar, New Delhi 058-PASCHIM VIHAR (NORTH) 28.67521197 77.10628863 FALSE 2015-16 910 0 910 87 128 47 19.36170213 0.404651163 0.425249169 FALSE 0
1106252 NORTH EAST DELHI 110093 7030124304 Rajkiya Pratibha Vikas Vidyalaya, D-Block, Nand Nagari Delhi 243-NANG NAGRI 28.6988392 77.30237814 FALSE 2015-16 735 0 735 105 130 38 19.34210526 1 0.948905109 FALSE 0
1413076 NORTH WEST DELHI 110085 7010102202 Rajkiya Pratibha Vikas Vidyalaya, Sector-11, Rohini, Delhi 022-RITHALA 28.73202598 77.11284526 FALSE 2015-16 753 0 753 100 131 39 19.30769231 0.952380952 0.922535211 FALSE 0
1208010 NORTH DELHI 110005 7020108804 Govt. Boys Middle School, Model Basti, Rani Jhansi Road Delhi 88-KASABPURA 28.65791817 77.20362872 FALSE 2015-16 328 0 328 0 0 17 19.29411765 NA NA FALSE 0
2026003 NEW DELHI 110003 070501ND402 Govt. Boys Sr. Sec. School, Pandara Road, New Delhi NDMC-CHARGE NO.4 28.60507489 77.23300479 FALSE 2015-16 402 0 402 21 48 21 19.14285714 0.362068966 0.6 FALSE 0
1822058 SOUTH WEST DELHI 110043 7080113301 Govt. Girls Sr. Sec. School, Pandawla Khurd, New Delhi 133-CHHAWLA 28.55745852 76.97313132 FALSE 2015-16 267 0 267 31 37 14 19.07142857 0.720930233 0.880952381 FALSE 1
2127020 CENTRAL DELHI 110002 7060108001 Govt. Girls Sr. Sec. School, Pataudi House, Darya Ganj, New Delhi 080-CHANDNI CHAWK 28.64747852 77.23663632 FALSE 2015-16 400 0 400 53 39 21 19.04761905 0.706666667 0.557142857 FALSE 0
1924038 SOUTH DELHI 110003 7090115702 Rajkiya Pratibha Vikas Vidyalaya, Tyagraj Nagar, Lodhi Road, New Delhi 157-KASTURBA NAGAR 28.57889062 77.22044314 FALSE 2015-16 571 0 571 66 74 30 19.03333333 0.942857143 0.770833333 FALSE 0
1821041 SOUTH WEST DELHI 110061 7080114301 Govt. Boys Sr. Sec. School, Shahbad Mohammadpur, New Delhi 143-KAPASHERA 28.55524713 77.06829232 FALSE 2015-16 456 0 456 39 56 24 19 0.39 0.7 FALSE 0
1923023 SOUTH DELHI 110074 7090117502 Govt. Girls Sr. Sec. School, Dera Village New Delhi 175-AAYA NAGAR 28.43351649 77.18115205 FALSE 2015-16 399 0 399 39 28 21 19 0.722222222 0.666666667 FALSE 1
1001104 EAST DELHI 110092 7040122604 Rajkiya Pratibha Vikas Vidyalaya, Surajmal Vihar, Delhi 226-VISHWAS NAGAR 28.66587096 77.30790799 FALSE 2015-16 796 0 796 103 145 42 18.95238095 0.980952381 0.966666667 FALSE 0
1822056 SOUTH WEST DELHI 110043 7080114004 Govt. Girls Sr. Sec. School, Khaira, New Delhi 140-KHAIRA 28.6010397 76.97559694 FALSE 2015-16 663 0 663 57 96 35 18.94285714 0.456 0.768 FALSE 2
1105246 NORTH EAST DELHI 110032 7030125009 Govt. Co-ed Middle School, Gurudwara Road, New Seelampur, Delhi 250-JAFFRABAD 28.6841452 77.2750412 FALSE 2015-16 189 0 189 0 0 10 18.9 #N/A #N/A #N/A 0
1924004 SOUTH DELHI 110014 7090115708 Govt. Boys Sr. Sec. School, Near Eros Cinema, Jungpura, New Delhi 157-KASTURBA NAGAR 28.58344109 77.24201035 FALSE 2015-16 490 0 490 36 39 26 18.84615385 0.537313433 0.609375 FALSE 0
1208001 NORTH DELHI 110007 7020107301 Govt. Sarvodaya Bal Vidyalaya, Gulabi Bagh, Delhi 73-SHASTRI NAGAR 28.6712091 77.18815014 FALSE 2015-16 617 131 486 52 68 33 18.6969697 0.504854369 0.623853211 FALSE 2
1208025 NORTH DELHI 110006 7020107603 Govt. Sarvodaya Kanya Vidyalaya, Pul Bangash, Azad Market, Delhi 76-DEPUTY GANJ 28.66524636 77.2082202 FALSE 2015-16 430 121 309 37 34 23 18.69565217 0.606557377 0.586206897 FALSE 0
1822064 SOUTH WEST DELHI 110043 7080114002 Govt. Boys Sr. Sec. School, Khaira, Najafgarh, New Delhi 140-KHAIRA 28.60097666 76.9756452 FALSE 2015-16 578 0 578 40 36 31 18.64516129 0.289855072 0.537313433 FALSE 0
1719013 SOUTH DELHI 110022 7090116301 Govt. Sarvodaya Vidyalaya, Sec-2. R. K. Puram, New Delhi 163-SAFDARJUNG ENCLAVE 28.56063384 77.18496423 FALSE 2015-16 558 11 547 37 70 30 18.6 #N/A #N/A #N/A 2
1822050 SOUTH WEST DELHI 110043 7080113903 Govt. Girls Sr. Sec. School, Dichaon Kalan, New Delhi 139-DICHAON KALAN 28.64230171 76.98685856 FALSE 2015-16 334 0 334 33 32 18 18.55555556 0.568965517 0.820512821 FALSE 0
1001151 EAST DELHI 110032 7040123701 Govt. Co-ed. Sec. School, Teliwara, Shahdara, Delhi 237-SHAHDARA 28.67104097 77.2885332 FALSE 2015-16 315 0 315 32 0 17 18.52941176 0.842105263 NA FALSE 0
1208014 NORTH DELHI 110007 7020107503 Govt. Sarvodaya Kanya Vidyalaya, Pratap Nagar Delhi 75-KISHAN GANJ 28.66993211 77.19445575 FALSE 2015-16 475 129 346 46 43 26 18.26923077 0.613333333 0.74137931 FALSE 1
2127007 CENTRAL DELHI 110002 7060115304 Govt. Boys Sr. Sec. School, Bela Road, Darya Ganj, New Delhi 153-DARYA GANJ 28.64814911 77.23842823 FALSE 2015-16 383 0 383 26 45 21 18.23809524 0.295454545 0.661764706 FALSE 0
1310007 NORTH WEST DELHI 110039 7010102814 Govt. Sarvodaya Bal Vidyalaya (Ved Pandit Khushi Ram), Nangal Thakran, Delhi 028-BAWANA 28.81044633 77.00343352 FALSE 2015-16 505 46 459 54 81 28 18.03571429 0.72 0.89010989 FALSE 1
1310409 NORTH WEST DELHI 110040 7010100102 Rajkiya Pratibha Vikas Vidyalaya, A-10, Pocket-5, Narela, Delhi 001-NARELA 28.84356344 77.09835449 FALSE 2015-16 631 0 631 65 122 35 18.02857143 0.984848485 0.976 FALSE 0
1413075 NORTH WEST DELHI 110081 7010102801 Govt. Co-ed. Middle School, Punjab Khor, Delhi 028-BAWANA 28.77434666 76.96541251 FALSE 2015-16 216 0 216 0 0 12 18 NA NA FALSE 0
1207108 NORTH DELHI 110054 7020107804 Rajkiya Pratibha Vikas Vidyalaya, Ludlow Castle, Rajniwas Marg, Delhi 78-MAJNOO KA TILLA 28.67218799 77.22510414 FALSE 2015-16 899 0 899 105 136 50 17.98 0.617647059 0.708333333 FALSE 0
1310247 NORTH WEST DELHI 110039 7010102806 Govt. Sarvodaya Vidyalaya , Auchandi, Delhi 028-BAWANA 28.81942703 76.99770454 FALSE 2015-16 305 0 305 48 0 17 17.94117647 0.623376623 NA FALSE 0
1310400 NORTH WEST DELHI 110039 7010100104 Govt. Co-ed. Sr. Sec. School, Ghoga, Delhi 001-NARELA 28.83221702 77.05125426 FALSE 2015-16 269 0 269 28 32 15 17.93333333 0.666666667 0.450704225 FALSE 0
1719130 SOUTH WEST DELHI 110066 7080116708 Govt. Sarvodaya Vidyalaya , Sector-13, R.K. Puram New Delhi 167-R.K. PURAM 28.57232147 77.18348802 FALSE 2015-16 500 180 320 16 50 28 17.85714286 0.301886792 0.684931507 FALSE 0
2127022 CENTRAL DELHI 110002 7060108101 Govt. Sarvodaya Kanya Vidyalaya (Haweli Azam Khan), Asaf Ali Road, New Delhi 081-MINTO ROAD 28.64109964 77.23769213 FALSE 2015-16 303 85 218 29 30 17 17.82352941 0.783783784 0.714285714 FALSE 0
1003035 EAST DELHI 110031 7040122910 Govt. Girls Sr. Sec. School No.3, Gandhi Nagar, Delhi 229-KRISHNA NAGAR 28.65824974 77.26919786 FALSE 2015-16 569 0 569 87 87 32 17.78125 0.783783784 0.820754717 FALSE 1
1207113 NORTH DELHI 110054 7020107802 Rajkiya Pratibha Vikas Vidyalaya, 22A, Shamnath Marg, Civil Lines, Delhi 78-MAJNOO KA TILLA 28.68176671 77.22213666 FALSE 2015-16 884 0 884 101 181 50 17.68 0.58045977 0.754166667 FALSE 0
2128031 CENTRAL DELHI 110005 7060109101 Rajkiya Pratibha Vikas Vidyalaya, Plot No.1, Link Road, Karol Bagh New Delhi 091-KAROL BAGH 28.6455246 77.19833484 FALSE 2015-16 477 0 477 68 89 27 17.66666667 0.985507246 0.978021978 FALSE 0
1208030 NORTH DELHI 110006 7020107601 Govt. Girls Sec. School, Deputy Gunj Sadar Bazar Delhi 76-DEPUTY GANJ 28.65967796 77.21184065 FALSE 2015-16 212 0 212 37 0 12 17.66666667 0.787234043 NA FALSE 0
1925334 SOUTH DELHI 110024 7090115501 Rajkiya Pratibha Vikas Vidyalaya, Near Krishana Market, Lajpat Nagar New Delhi 155-LAJPAT NAGAR 28.57690944 77.24075173 FALSE 2015-16 509 0 509 62 93 29 17.55172414 0.953846154 0.948979592 FALSE 0
1821036 SOUTH WEST DELHI 110071 7080113313 Govt. Boys Sr. Sec. School, V&PO-Chhawla, Delhi 133-CHHAWLA 28.56412226 77.00223947 FALSE 2015-16 278 0 278 22 40 16 17.375 0.488888889 0.555555556 FALSE 0
2127004 CENTRAL DELHI 110002 7060108105 Govt. Boys Sr. Sec. School, Zeenat Mahal, Kamla Market, New Delhi 081-MINTO ROAD 28.64321255 77.22670084 FALSE 2015-16 364 0 364 30 21 21 17.33333333 0.4 0.583333333 FALSE 0
1719005 SOUTH WEST DELHI 110023 070801ND806 Govt. Boys Sr. Sec. School No.3, Sarojini Nagar New Delhi NDMC-CHARGE NO.8 28.57283651 77.1957938 FALSE 2015-16 554 0 554 63 79 32 17.3125 0.379518072 0.548611111 FALSE 1
2127026 CENTRAL DELHI 110002 7060115302 Govt. Girls Sr. Sec. School, Bela Road, Darya Ganj, New Delhi 153-DARYA GANJ 28.64824157 77.23857075 FALSE 2015-16 327 0 327 34 18 19 17.21052632 0.447368421 0.428571429 FALSE 1
1822005 SOUTH WEST DELHI 110043 7080113311 Govt. Sarvodaya Vidyalaya , Vill. & P.O. Pandwala Kalan, New Delhi 133-CHHAWLA 28.57243313 76.95371842 FALSE 2015-16 430 117 313 16 16 25 17.2 0.235294118 0.228571429 FALSE 0
1411019 NORTH WEST DELHI 110052 7010106804 Govt. Boys Sr. Sec. School, Bharat Nagar, Delhi 068-ASHOK VIHAR 28.68331313 77.183638 FALSE 2015-16 377 0 377 25 26 22 17.13636364 0.304878049 0.376811594 FALSE 0
1821033 SOUTH WEST DELHI 110077 7080114302 Govt. Girls Sr. Sec. School, Shahbad Mohammadpur, New Delhi 143-KAPASHERA 28.55576359 77.06539965 FALSE 2015-16 510 0 510 41 58 30 17 0.277027027 0.707317073 FALSE 0
1001020 EAST DELHI 110032 7040123703 Govt. Girls Sr. Sec. School No.2, Bhola Nath Nagar, Shahadara, Delhi 237-SHAHDARA 28.6674511 77.28959238 FALSE 2015-16 474 0 474 58 93 28 16.92857143 0.698795181 0.781512605 FALSE 0
2127005 CENTRAL DELHI 110002 7060108104 Govt. Boys Sr. Sec. School, Mata Sundri Road, Opp Govt. Press, New Delhi 081-MINTO ROAD 28.63614027 77.22482651 FALSE 2015-16 421 0 421 27 37 25 16.84 0.5 0.4625 FALSE 1
1822027 SOUTH WEST DELHI 110043 7080113305 Govt. Girls Sr. Sec. School, Paprawat New Delhi 133-CHHAWLA 28.59166653 76.97997905 FALSE 2015-16 403 0 403 66 54 24 16.79166667 0.956521739 0.981818182 FALSE 0
1207043 NORTH DELHI 110006 7020107705 Govt. Girls Sr. Sec. School, Nicholson Road, Delhi 77-KASHMERE GATE 28.66492589 77.22349429 FALSE 2015-16 319 0 319 36 55 19 16.78947368 0.620689655 0.833333333 FALSE 1
1924024 SOUTH DELHI 110023 070901ND603 Govt. Sarvodaya Kanya Vidyalaya No.1 (Rani Durgawati), Kidwai Nagar, New Delhi NDMC-CHARGE NO.6 28.57073534 77.21035337 FALSE 2015-16 503 155 348 53 42 30 16.76666667 0.654320988 0.608695652 FALSE 0
1720018 SOUTH WEST DELHI 110010 070801DC101 Govt. Sarvodaya Kanya Vidyalaya, Delhi Cantt., New Delhi DC1-SADAR BAZAR 28.59230885 77.12504457 FALSE 2015-16 585 190 395 40 89 35 16.71428571 0.392156863 0.898989899 FALSE 1
1821137 SOUTH WEST DELHI 110075 7080113603 Rajkiya Pratibha Vikas Vidyalaya, Sector-10, Dwarka New Delhi 136-MATIALA 28.58515853 77.05301394 FALSE 2015-16 550 0 550 69 99 33 16.66666667 1 0.951923077 FALSE 0
1924039 SOUTH DELHI 110023 7090115701 Govt. Sarvodaya Vidyalaya , INA Colony, New Delhi 157-KASTURBA NAGAR 28.57569346 77.21448846 FALSE 2015-16 466 96 370 24 50 28 16.64285714 0.333333333 0.438596491 FALSE 0
1208027 NORTH DELHI 110006 7020108802 Govt. Girls Sr. Sec. School (Urdu Medium), Quresh Nagar Delhi 88-KASABPURA 28.6538525 77.20926801 FALSE 2015-16 181 0 181 16 23 11 16.45454545 0.64 0.741935484 FALSE 2
1822014 SOUTH WEST DELHI 110073 7080114010 Govt. Boys Sr. Sec. School, Dhansa, New Delhi 140-KHAIRA 28.55944069 76.86724358 FALSE 2015-16 245 0 245 31 15 15 16.33333333 0.553571429 0.348837209 FALSE 0
1208091 NORTH DELHI 110006 7020107602 Govt. Co-ed Sec. School, Sushila Mohan Marg, Naya Bazar, Delhi 76-DEPUTY GANJ 28.6610173 77.21878434 FALSE 2015-16 163 0 163 24 0 10 16.3 0.571428571 NA FALSE 1
1719102 SOUTH WEST DELHI 110023 7080116702 Govt. Sarvodaya Vidyalaya , G-Block, Netaji Nagar, New Delhi 167-R.K. PURAM 28.57468144 77.18375252 FALSE 2015-16 600 163 437 54 57 37 16.21621622 0.490909091 0.53271028 FALSE 0
1207022 NORTH DELHI 110006 7020107701 Govt. Sarvodaya Bal Vidyalaya No.1 , Mori Gate, Gokhle Marg, Delhi 77-KASHMERE GATE 28.66564153 77.22248341 FALSE 2015-16 654 106 548 32 137 43 15.20930233 0.432432432 0.728723404 FALSE 0
1925418 SOUTH DELHI 110014 7090115605 Govt. Sarvodaya Vidyalaya, Sarai Kale Khan,Vidyut Vihar,New Delhi 156-BHOGAL 28.5800604 77.2636721 FALSE 2015-16 76 11 65 0 0 5 15.2 #N/A #N/A #N/A 0
1822178 SOUTH WEST DELHI 110043 7080114001 Govt. Co-ed. Sr. Sec. School, Mitraon, New Delhi 140-KHAIRA 28.60732711 76.94173855 FALSE 2015-16 325 0 325 24 38 22 14.77272727 0.393442623 0.603174603 FALSE 1
1822039 SOUTH WEST DELHI 110073 7080114008 Govt. Sarvodaya Kanya Vidyalaya, Dhansa, New Delhi 140-KHAIRA 28.55933382 76.86216303 FALSE 2015-16 383 83 300 38 27 26 14.73076923 0.655172414 0.627906977 FALSE 0
1719101 SOUTH WEST DELHI 110023 070801ND801 Govt. Co-ed. Sr. Sec. School, Laxmi Bai Nagar, New Delhi NDMC-CHARGE NO.8 28.57689555 77.20717863 FALSE 2015-16 303 0 303 25 88 21 14.42857143 0.462962963 0.624113475 FALSE 0
1822024 SOUTH WEST DELHI 110073 7080113307 Govt. Co-ed. Sr. Sec. School, Vill & P. O. Rawta, New Delhi 133-CHHAWLA 28.52334359 76.89899046 FALSE 2015-16 202 0 202 18 24 14 14.42857143 0.391304348 0.631578947 FALSE 2
1207038 NORTH DELHI 110007 7020106905 Govt. Girls Sr. Sec. School No.2, Shakti Nagar; Delhi 69-KAMLA NAGAR 28.67987421 77.19768483 FALSE 2015-16 431 0 431 43 63 30 14.36666667 0.581081081 0.623762376 FALSE 0
1720031 SOUTH DELHI 110070 7090116405 Rajkiya Pratibha Vikas Vidyalaya, B-1, Vasant Kunj, New Delhi 164-HAUZ KHAS 28.52176537 77.16185244 FALSE 2015-16 555 0 555 68 104 39 14.23076923 #N/A #N/A #N/A 0
1208017 NORTH DELHI 110006 7020108002 Govt. Sarvodaya Kanya Vidyalaya , Diwan Hall,Gali Jogdhian, Chandni Chowk, Delhi 80-CHANDNI CHAWK 28.65757177 77.23504449 FALSE 2015-16 213 109 104 19 0 15 14.2 0.863636364 NA FALSE 0
1413009 NORTH WEST DELHI 110081 7010103004 Govt. Co-ed. Sr. Sec. School, Vill & P. O. Nizampur Delhi 030-MUNDKA 28.7218884 76.96184622 FALSE 2015-16 298 0 298 16 31 21 14.19047619 0.19047619 0.632653061 FALSE 1
2128028 CENTRAL DELHI 110005 7060109201 Govt. Girls Middle School, 22-B, Dev Nagar New Delhi 092-DEV NAGAR 28.65894979 77.18655655 FALSE 2015-16 226 0 226 0 0 16 14.125 NA NA FALSE 0
1719027 SOUTH WEST DELHI 110023 070801ND804 Govt. Girls Sr. Sec. School No.3, Sarojini Nagar, New Delhi NDMC-CHARGE NO.8 28.57498708 77.19694231 FALSE 2015-16 563 0 563 58 115 40 14.075 0.313513514 0.664739884 FALSE 0
1105028 NORTH EAST DELHI 110032 7030123702 Govt. Co-ed. Middle School, East Rohtash Nagar, Shahadra, Delhi 237-SHAHDARA 28.67914178 77.29088968 FALSE 2015-16 266 0 266 0 0 19 14 NA NA FALSE 1
2127032 CENTRAL DELHI 110006 7060108201 Govt. Boys Middle School (Urdu Medium), Gali Bansi Koyle Wali, Ajmeri Gate, Delhi 082-KUCCHA PANDIT 28.64710728 77.22428605 FALSE 2015-16 126 0 126 0 0 9 14 NA NA FALSE 0
2127023 CENTRAL DELHI 110006 7060107903 Govt. Girls Sr. Sec. School, Panama Building, Jama Masjid, Delhi 079-JAMA MASJID 28.65220182 77.23430124 FALSE 2015-16 283 0 283 24 25 21 13.47619048 0.489795918 0.694444444 FALSE 1
1822004 SOUTH WEST DELHI 110073 7080114013 Govt. Co-ed. Sr. Sec. School, Mundela Kalan New Delhi 140-KHAIRA 28.60522485 76.89411859 FALSE 2015-16 217 0 217 21 38 17 12.76470588 0.5 0.655172414 FALSE 0
1413001 NORTH WEST DELHI 110081 7010102803 Govt. Sarvodaya Vidyalaya, Chandpur Majra, Delhi 028-BAWANA 28.75848935 76.99901365 FALSE 2015-16 280 34 246 27 40 22 12.72727273 0.529411765 0.465116279 FALSE 1
1822051 SOUTH WEST DELHI 110073 7080113302 Govt. Girls Sr. Sec. School, Ghumanhera, New Delhi 133-CHHAWLA 28.53529582 76.91514635 FALSE 2015-16 201 0 201 20 25 16 12.5625 0.555555556 0.609756098 FALSE 0
1822007 SOUTH WEST DELHI 110043 7080113309 Govt. Sarvodaya Vidyalaya , Shikar Pur, New Delhi 133-CHHAWLA 28.52436187 76.95589079 FALSE 2015-16 263 61 202 23 21 21 12.52380952 0.56097561 0.636363636 FALSE 1
1822033 SOUTH WEST DELHI 110073 7080114009 Govt. Co-ed. Sr. Sec. School, Kazipur, P.O. Ujwa, New Delhi 140-KHAIRA 28.57669755 76.88345377 FALSE 2015-16 254 0 254 27 47 21 12.0952381 0.613636364 0.635135135 FALSE 0
1822031 SOUTH WEST DELHI 110073 7080113304 Govt. Co-ed. Sr. Sec. School, Khera Dabar, New Delhi 133-CHHAWLA 28.58392244 76.93494651 FALSE 2015-16 203 0 203 29 29 17 11.94117647 0.674418605 0.604166667 FALSE 0
1821034 SOUTH WEST DELHI 110071 7080113314 Govt. Co-ed. Sr. Sec. School, Kangan Heri, P.O. Chhawla, New Delhi 133-CHHAWLA 28.54667955 76.98457781 FALSE 2015-16 213 0 213 23 26 18 11.83333333 0.657142857 0.509803922 FALSE 0
1924188 SOUTH DELHI 110003 070901ND502 Govt. Co-ed. Sr. Sec. School, Lodhi Road, New Delhi NDMC-CHARGE NO.5 28.58112136 77.21969721 FALSE 2015-16 271 0 271 31 53 23 11.7826087 0.295238095 0.602272727 FALSE 0
2127030 CENTRAL DELHI 110006 7060108301 Govt. Girls Middle School (Urdu Medium), Kali Masjid, Bulbuli Khana, Delhi 083-SITA RAM BAZAR 28.64064484 77.23314414 FALSE 2015-16 172 0 172 0 0 15 11.46666667 NA NA FALSE 0
1822037 SOUTH WEST DELHI 110073 7080113303 Govt. Co-ed. Sec. School, Hasanpur P.O. Ujwa, New Delh 133-CHHAWLA 28.55434316 76.9393707 FALSE 2015-16 111 0 111 22 0 10 11.1 0.647058824 NA FALSE 0
1924030 SOUTH DELHI 110023 070901ND601 Govt. Girls Sr. Sec. School No.2, Kidwai Nagar, New Delhi NDMC-CHARGE NO.6 28.57098735 77.21042805 FALSE 2015-16 271 0 271 34 71 25 10.84 0.971428571 0.835294118 FALSE 0
1822013 SOUTH WEST DELHI 110073 7080114011 Govt. Boys Sr. Sec. School, Vill & P. O. Ujwa, New Delhi 140-KHAIRA 28.57034773 76.90205105 FALSE 2015-16 162 0 162 26 18 15 10.8 0.565217391 0.514285714 FALSE 0
1822048 SOUTH WEST DELHI 110073 7080114006 Govt. Girls Sr. Sec. School, V. & P. O. Ujwa, New Delhi 140-KHAIRA 28.57027561 76.90251265 FALSE 2015-16 197 0 197 31 31 19 10.36842105 0.885714286 0.911764706 FALSE 0
1821038 SOUTH WEST DELHI 110071 7080113312 Govt. Co-ed. Sec. School, Nanakheri Chhawla New Delhi 133-CHHAWLA 28.52391576 76.98718354 FALSE 2015-16 103 0 103 20 0 10 10.3 0.606060606 NA FALSE 1
2127034 CENTRAL DELHI 110002 7060115301 Govt. Co-ed. Middle School, Firozshah Kotla, New Delhi 153-DARYA GANJ 28.63382107 77.24323626 FALSE 2015-16 113 0 113 0 0 11 10.27272727 NA NA FALSE 0
2127180 CENTRAL DELHI 110006 7060108603 Govt. Girls Sec. School No.1, Zeenat Mahal, Lal Kuan, Delhi 086-BALLIMARAN 28.65059177 77.22484147 FALSE 2015-16 123 0 123 29 0 12 10.25 0.805555556 NA FALSE 1
1822025 SOUTH WEST DELHI 110043 7080113306 Govt. Co-ed. Sr. Sec. School, Jhatikara New Delhi 133-CHHAWLA 28.52374579 76.96605445 FALSE 2015-16 163 0 163 19 23 16 10.1875 0.730769231 1 FALSE 0
1208023 NORTH DELHI 110006 7020108001 Govt. Girls Sr. Sec. School, Gali Barf Wali, Kinari Bazar Delhi 80-CHANDNI CHAWK 28.65514982 77.23017427 FALSE 2015-16 137 0 137 11 20 14 9.785714286 0.916666667 0.740740741 FALSE 0
1822059 SOUTH WEST DELHI 110073 7080114003 Govt. Co-ed. Sr. Sec. School, Malikpur, New Delhi 140-KHAIRA 28.55116424 76.90553873 FALSE 2015-16 205 0 205 25 40 21 9.761904762 0.510204082 0.740740741 FALSE 2
1822010 SOUTH WEST DELHI 110073 7080113308 Govt. Boys Sr. Sec. School, Vill & P. O. Ghuman Hera, New Delhi 133-CHHAWLA 28.53551575 76.91492701 FALSE 2015-16 127 0 127 8 21 14 9.071428571 0.4 0.5 FALSE 0
1822006 SOUTH WEST DELHI 110043 7080113310 Govt. Sarvodaya Vidyalaya , VPO Daulat Pur New Delhi 133-CHHAWLA 28.54368573 76.96398482 FALSE 2015-16 208 44 164 26 30 23 9.043478261 0.702702703 0.681818182 FALSE 0
1822040 SOUTH WEST DELHI 110043 7080114007 Govt. Sarvodaya Kanya Vidyalaya, V. & P. O. Kair, New Delhi 140-KHAIRA 28.6220933 76.91960517 FALSE 2015-16 150 57 93 6 24 19 7.894736842 0.461538462 0.648648649 FALSE 0
1822012 SOUTH WEST DELHI 110043 7080114012 Govt. Boys Sr. Sec. School, Kair, Najafgarh New Delhi 140-KHAIRA 28.6227737 76.920347 FALSE 2015-16 133 0 133 9 17 17 7.823529412 0.5625 0.62962963 FALSE 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment