├── Ahmedabad ├── AMC Facilities.kml ├── Library.geojson ├── Municipal_gyms.geojson ├── Readme.md ├── Swimming_pools.geojson ├── Ward_office.geojson ├── Wards.geojson └── Zonal_office.geojson ├── Bangalore ├── BBMP.geojson ├── BBMP_oldWards.geojson ├── BBMP_oldWards.kml └── Readme.md ├── Bhopal ├── Bhopal_wards.geojson ├── Planning_ Boundary_ 2031.geojson ├── Readme.md ├── Ward Map of Bhopal.kml ├── Ward_Offices.geojson ├── Zone_Boundary.geojson └── Zone_Offices.geojson ├── Bhubaneswar ├── BDA_Boundary.GeoJSON ├── BDA_Boundary.kml ├── BMC Boundary.GeoJSON ├── BMC Boundary.kml ├── Police_Jurisdiction.geojson ├── Police_Jurisdiction.kml ├── Readme.md ├── Wards.GeoJSON └── Wards.kml ├── Bodh_Gaya ├── Bodh_Gaya_Boundary-SHP.zip ├── Bodh_Gaya_Boundary.geojson ├── Bodh_Gaya_Wards-SHP.zip ├── Bodh_Gaya_Wards.geojson └── Readme.md ├── Chandigarh ├── Chandigarh_Boundary-SHP.zip ├── Chandigarh_Boundary.geojson ├── Chandigarh_Sectors-SHP.zip ├── Chandigarh_Sectors.geojson ├── Chandigarh_Wards-SHP.zip ├── Chandigarh_Wards.geojson └── Readme.md ├── Chennai ├── CMA.geojson ├── CMA.kml ├── Readme.md ├── Wards-2008.geojson ├── Wards.geojson ├── Wards.kml ├── Zones.geojson └── Zones.kml ├── Coimbatore ├── Cbe2011Wards.geojson ├── CbeCensus2011Wards.geojson └── ReadMe.md ├── Delhi ├── Delhi_Boundary-SHP.zip ├── Delhi_Boundary.geojson ├── Delhi_Wards-SHP.zip ├── Delhi_Wards.geojson └── Readme.md ├── Faridabad ├── Faridabad_Boundary-SHP.zip ├── Faridabad_Boundary.geojson ├── Faridabad_Wards-SHP.zip ├── Faridabad_Wards.geojson ├── Faridabad_Wards.kml ├── Layer1_Symbol_ae90e30_0.png └── Readme.md ├── Hyderabad ├── Readme.md ├── ghmc-area.geojson ├── ghmc-area.kml ├── ghmc-wards.geojson ├── ghmc-wards.kml ├── ghmc-zones.geojson └── ghmc-zones.kml ├── Jaipur ├── Jaipur_Assembly_constituency-SHP.zip ├── Jaipur_Assembly_constituency.geojson ├── Jaipur_Boundary-SHP.zip ├── Jaipur_Boundary.geojson ├── Jaipur_Wards-SHP.zip ├── Jaipur_Wards.geojson ├── Jaipur_Zones-SHP.zip ├── Jaipur_Zones.geojson └── Readme.md ├── Kanpur ├── Kanpur_city_boundaries-SHP.zip ├── Kanpur_city_boundaries.geojson ├── Kanpur_city_zones-SHP.zip ├── Kanpur_city_zones.geojson ├── Kanpur_wards-SHP.zip ├── Kanpur_wards.geojson ├── kanpur_nagar_nigam.jpg └── readme.md ├── Katihar ├── Katihar_Boundary-SHP.zip ├── Katihar_Boundary.geojson ├── Katihar_Wards-SHP.zip ├── Katihar_Wards.geojson └── Readme.md ├── Kishangarh ├── Kishangarh_Boundary-SHP.zip ├── Kishangarh_Boundary.geojson ├── Kishangarh_Wards-SHP.zip ├── Kishangarh_Wards.geojson └── Readme.md ├── Kochi ├── KCH_Corporation_Boundary.geojson ├── KCH_wards.geojson └── README.md ├── Kolkata ├── Readme.md └── kolkata.geojson ├── Lucknow ├── Lucknow_city_boundary-SHP.zip ├── Lucknow_city_boundary.geojson ├── Lucknow_map.jpg ├── Lucknow_ward_boundary-SHP.zip ├── Lucknow_ward_boundary.geojson ├── Lucknow_zone_boundary-SHP.zip ├── Lucknow_zone_boundary.geojson └── readme.md ├── MMR ├── MMR.geojson ├── MMR.kml └── Readme.md ├── Mira-Bhayandar ├── Mira-Bhayandar.geojson └── Readme.md ├── Mumbai ├── BMC_Wards.geojson ├── BMC_Wards.kml ├── Readme.md ├── bmc_electoral_wards_2017 └── slumClusters.geojson ├── NMMC ├── NMC_ElectoralWards.geojson ├── NMMCElection_final_ward 18032015.kml └── Readme.md ├── PCMC ├── Readme.md └── pcmc-electoral-wards.geojson ├── Pune ├── Readme.md ├── pune-admin-wards_2017.geojson ├── pune-electoral-wards_2012.geojson ├── pune-electoral-wards_2017.geojson └── pune-electoral-wards_2022.geojson ├── Purnia ├── Purnia_Boundary-SHP.zip ├── Purnia_Boundary.geojson ├── Purnia_Wards-SHP.zip ├── Purnia_Wards.geojson └── Readme.md ├── Readme.md ├── Vadodara ├── README.md ├── vadodara_wards.kml └── vardodara_wards.geojson ├── Vijayawada ├── Readme.md ├── Vijayawada_Boundary-SHP.zip ├── Vijayawada_Boundary.geojson ├── Vijayawada_Wards-SHP.zip └── Vijayawada_Wards.geojson ├── docs ├── Municipal_Spatial_Data │ └── index.html ├── ahmedabad │ └── index.html ├── assembly-constituencies │ └── index.html ├── bangalore │ └── index.html ├── bhopal │ └── index.html ├── bhubaneswar │ └── index.html ├── contributing │ └── index.html ├── css │ ├── base.css │ ├── base.min.css │ ├── bootstrap-custom.css │ ├── bootstrap-custom.min.css │ ├── cinder.css │ ├── cinder.min.css │ ├── extra.css │ ├── highlight.css │ └── highlight.min.css ├── districts │ └── index.html ├── fonts │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ └── fontawesome-webfont.woff ├── img │ ├── favicon.ico │ ├── grid1.png │ ├── grid10.png │ ├── grid11.png │ ├── grid12.png │ ├── grid13.png │ ├── grid14.png │ ├── grid15.png │ ├── grid16.png │ ├── grid17.png │ ├── grid18.png │ ├── grid19.png │ ├── grid2.png │ ├── grid20.png │ ├── grid3.png │ ├── grid4.png │ ├── grid5.png │ ├── grid6.png │ ├── grid7.png │ ├── grid8.png │ └── grid9.png ├── index.html ├── indian_village_boundaries │ └── index.html ├── js │ ├── base.js │ ├── bootstrap-3.0.3.min.js │ └── extra.js ├── parliamentary-constituencies │ └── index.html ├── pune │ └── index.html ├── reference │ └── index.html ├── search │ ├── lunr.js │ ├── main.js │ ├── search_index.json │ └── worker.js ├── sitemap.xml ├── sitemap.xml.gz └── states │ └── index.html └── website ├── cinder ├── 404.html ├── __init__.py ├── base.html ├── content.html ├── css │ ├── base.css │ ├── base.min.css │ ├── bootstrap-custom.css │ ├── bootstrap-custom.min.css │ ├── cinder.css │ ├── cinder.min.css │ ├── highlight.css │ └── highlight.min.css ├── fonts │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.svg │ ├── fontawesome-webfont.ttf │ └── fontawesome-webfont.woff ├── img │ ├── favicon.ico │ ├── grid1.png │ ├── grid10.png │ ├── grid11.png │ ├── grid12.png │ ├── grid13.png │ ├── grid14.png │ ├── grid15.png │ ├── grid16.png │ ├── grid17.png │ ├── grid18.png │ ├── grid19.png │ ├── grid2.png │ ├── grid20.png │ ├── grid3.png │ ├── grid4.png │ ├── grid5.png │ ├── grid6.png │ ├── grid7.png │ ├── grid8.png │ └── grid9.png ├── js │ ├── base.js │ └── bootstrap-3.0.3.min.js ├── keyboard-modal.html ├── main.html ├── mkdocs_theme.yml ├── nav-sub.html ├── nav.html ├── search-modal.html └── toc.html ├── docs ├── Municipal_Spatial_Data.md ├── ahmedabad.md ├── assembly-constituencies.md ├── bangalore.md ├── bhopal.md ├── bhubaneswar.md ├── contributing.md ├── css │ └── extra.css ├── districts.md ├── index.md ├── indian_village_boundaries.md ├── js │ └── extra.js ├── parliamentary-constituencies.md ├── pune.md ├── reference.md └── states.md └── mkdocs.yml /Ahmedabad/Readme.md: -------------------------------------------------------------------------------- 1 | Ahmedabad Municipal Spatial Data 2 | ==== 3 | 4 | This Repository contains Ward data related to Ahmedabad. 5 | 6 | * Wards.geojson 7 | 8 | Wards in GeoJSON Format 9 | 10 | * Ward_office.geojso 11 | 12 | Ward offices in GeoJSON Format 13 | 14 | * Zonal_office.geojson 15 | 16 | Zonal offices in GeoJSON Format 17 | 18 | * Municipal_gyms.geojson 19 | 20 | Municipal Gym Locations in GeoJSON Format 21 | 22 | * Swimming_pools.geojson 23 | 24 | Swimming Pools Locations in GeoJSON Format 25 | 26 | * Library.geojson 27 | 28 | Library Locations in GeoJSON Format 29 | 30 | 31 | * AMC Facilities.kml 32 | 33 | All the Scraped data of AMC Facilities in KML (Google Earth) Format 34 | 35 | ==== 36 | 37 | **Source** 38 | 39 | This data was liberated from a a Google Map present on the Ahmedabad Municipal Corporation Website at [https://www.google.com/maps/d/viewer?mid=1puWc7gN8WPNa2iYqboJypmfP3y8](https://www.google.com/maps/d/viewer?mid=1puWc7gN8WPNa2iYqboJypmfP3y8) 40 | 41 | ==== 42 | 43 | **License** 44 | 45 | The dataset is shared under [Creative Commons Attribution-ShareAlike 2.5 India](http://creativecommons.org/licenses/by-sa/2.5/in/) license. -------------------------------------------------------------------------------- /Ahmedabad/Swimming_pools.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "crs": { 3 | "type": "name", 4 | "properties": { 5 | "name": "urn:ogc:def:crs:OGC:1.3:CRS84" 6 | } 7 | }, 8 | "type": "FeatureCollection", 9 | "features": [ 10 | { 11 | "geometry": { 12 | "type": "Point", 13 | "coordinates": [ 14 | 72.549721, 15 | 23.004688, 16 | 0.0 17 | ] 18 | }, 19 | "type": "Feature", 20 | "properties": { 21 | "Name": "Vir Savarkar Muni.Swimmingpool", 22 | "description": "Vasna,Opp. Godawari Flats, B/h. Anjali Cinema, Vasna" 23 | } 24 | }, 25 | { 26 | "geometry": { 27 | "type": "Point", 28 | "coordinates": [ 29 | 72.564089, 30 | 23.040239, 31 | 0.0 32 | ] 33 | }, 34 | "type": "Feature", 35 | "properties": { 36 | "Name": "Sardarpatel Stadium.Mui.Swimmingpool", 37 | "description": "Nr. Stadium Circle, Navrangpura" 38 | } 39 | }, 40 | { 41 | "geometry": { 42 | "type": "Point", 43 | "coordinates": [ 44 | 72.599722, 45 | 23.003289, 46 | 0.0 47 | ] 48 | }, 49 | "type": "Feature", 50 | "properties": { 51 | "Name": "Shri Hirabhai Smarak Swimming Pool", 52 | "description": "Kankariya,Opp. BRTS Bus Stop, Nr. Kankariya Lake, Kankariya, Maninagar" 53 | } 54 | }, 55 | { 56 | "geometry": { 57 | "type": "Point", 58 | "coordinates": [ 59 | 72.567784, 60 | 23.062967, 61 | 0.0 62 | ] 63 | }, 64 | "type": "Feature", 65 | "properties": { 66 | "Name": "Padhmashri Jashubhai Patel Swimming Pool", 67 | "description": "Nava Vadaj,Nr. Bhimjipura Bus Stop, Nava Vada" 68 | } 69 | }, 70 | { 71 | "geometry": { 72 | "type": "Point", 73 | "coordinates": [ 74 | 72.653553, 75 | 23.029656, 76 | 0.0 77 | ] 78 | }, 79 | "type": "Feature", 80 | "properties": { 81 | "Name": "Krantivir Vitthalbhai Patel Swimming Pool", 82 | "description": "Odhav,B/h. Ambika Nagar Fire Station, Nr. Water Tank, Odhav" 83 | } 84 | }, 85 | { 86 | "geometry": { 87 | "type": "Point", 88 | "coordinates": [ 89 | 72.563039, 90 | 23.080086, 91 | 0.0 92 | ] 93 | }, 94 | "type": "Feature", 95 | "properties": { 96 | "Name": "Cricketer Shri Vinu Mankad Swimmingpool", 97 | "description": "Ranip,Nr. Ambica Garden, B/S. Nishan School, Nirnaynagar Dhal" 98 | } 99 | }, 100 | { 101 | "geometry": { 102 | "type": "Point", 103 | "coordinates": [ 104 | 72.591259, 105 | 23.042245, 106 | 0.0 107 | ] 108 | }, 109 | "type": "Feature", 110 | "properties": { 111 | "Name": "Hajipura Muni.Swimmingpool", 112 | "description": "Hajipura,B/s. Lakhaji Kuvarji Chock Hall, B/h. Hajipura Garden, Madhupura" 113 | } 114 | }, 115 | { 116 | "geometry": { 117 | "type": "Point", 118 | "coordinates": [ 119 | 72.592895, 120 | 23.080616, 121 | 0.0 122 | ] 123 | }, 124 | "type": "Feature", 125 | "properties": { 126 | "Name": "Shree Kantilal PhoolChand Dhiya Muni.Swimmingpool", 127 | "description": "Sabarmati,Nr. Vima Yojna Dispensary, Nr. BSNL Office, Sabarmati" 128 | } 129 | }, 130 | { 131 | "geometry": { 132 | "type": "Point", 133 | "coordinates": [ 134 | 72.616021, 135 | 22.998788, 136 | 0.0 137 | ] 138 | }, 139 | "type": "Feature", 140 | "properties": { 141 | "Name": "Shri Lalbhai Chababhai Patel Swimming Pool", 142 | "description": "Khokhra,Opp. Vima Yojna Dispensary, B/s. Gajanand Flats, Khokhra" 143 | } 144 | }, 145 | { 146 | "geometry": { 147 | "type": "Point", 148 | "coordinates": [ 149 | 72.602465, 150 | 23.044968, 151 | 0.0 152 | ] 153 | }, 154 | "type": "Feature", 155 | "properties": { 156 | "Name": "Asarva Swimming Pool", 157 | "description": "Asarva,B/s. Khandubhai Desai Hall, Asarva" 158 | } 159 | }, 160 | { 161 | "geometry": { 162 | "type": "Point", 163 | "coordinates": [ 164 | 72.613759, 165 | 23.032808, 166 | 0.0 167 | ] 168 | }, 169 | "type": "Feature", 170 | "properties": { 171 | "Name": "Shree Somnath Prabhashankar Dave Swimmingpool", 172 | "description": "Saraspur,Potalia Cross Road, Saraspur" 173 | } 174 | }, 175 | { 176 | "geometry": { 177 | "type": "Point", 178 | "coordinates": [ 179 | 72.577532, 180 | 23.024223, 181 | 0.0 182 | ] 183 | }, 184 | "type": "Feature", 185 | "properties": { 186 | "Name": "Shri Ramanbhai Lallubhai Swimming Pool", 187 | "description": "Lal Darwaja,Nr. AMTS Bus Stop, Lal Darwaja" 188 | } 189 | }, 190 | { 191 | "geometry": { 192 | "type": "Point", 193 | "coordinates": [ 194 | 72.633317, 195 | 22.991581, 196 | 0.0 197 | ] 198 | }, 199 | "type": "Feature", 200 | "properties": { 201 | "Name": "Swami Vivekanand Swimming Pool", 202 | "description": "CTM,Opp. CTM Mill, Nr. CTM Cross Road, CTM" 203 | } 204 | }, 205 | { 206 | "geometry": { 207 | "type": "Point", 208 | "coordinates": [ 209 | 72.598587, 210 | 23.021156, 211 | 0.0 212 | ] 213 | }, 214 | "type": "Feature", 215 | "properties": { 216 | "Name": "Shri Vasant Gajendra Gadkar Swimming Pool", 217 | "description": "Sarangpur,B/h. Sarangpur Bus Stop, Sarangpur" 218 | } 219 | } 220 | ] 221 | } -------------------------------------------------------------------------------- /Ahmedabad/Zonal_office.geojson: -------------------------------------------------------------------------------- 1 | { 2 | "crs": { 3 | "type": "name", 4 | "properties": { 5 | "name": "urn:ogc:def:crs:OGC:1.3:CRS84" 6 | } 7 | }, 8 | "type": "FeatureCollection", 9 | "features": [ 10 | { 11 | "geometry": { 12 | "type": "Point", 13 | "coordinates": [ 14 | 72.6334883, 15 | 23.0571147, 16 | 0.0 17 | ] 18 | }, 19 | "type": "Feature", 20 | "properties": { 21 | "Name": "North Zone" 22 | } 23 | }, 24 | { 25 | "geometry": { 26 | "type": "Point", 27 | "coordinates": [ 28 | 72.514347, 29 | 23.039006, 30 | 0.0 31 | ] 32 | }, 33 | "type": "Feature", 34 | "properties": { 35 | "Name": "New West Zone" 36 | } 37 | }, 38 | { 39 | "geometry": { 40 | "type": "Point", 41 | "coordinates": [ 42 | 72.570012, 43 | 23.047767, 44 | 0.0 45 | ] 46 | }, 47 | "type": "Feature", 48 | "properties": { 49 | "Name": "West zone" 50 | } 51 | }, 52 | { 53 | "geometry": { 54 | "type": "Point", 55 | "coordinates": [ 56 | 72.5859, 57 | 23.021259, 58 | 0.0 59 | ] 60 | }, 61 | "type": "Feature", 62 | "properties": { 63 | "Name": "Central Zone" 64 | } 65 | }, 66 | { 67 | "geometry": { 68 | "type": "Point", 69 | "coordinates": [ 70 | 72.639183, 71 | 23.026649, 72 | 0.0 73 | ] 74 | }, 75 | "type": "Feature", 76 | "properties": { 77 | "Name": "East Zone" 78 | } 79 | }, 80 | { 81 | "geometry": { 82 | "type": "Point", 83 | "coordinates": [ 84 | 72.603216, 85 | 22.998122, 86 | 0.0 87 | ] 88 | }, 89 | "type": "Feature", 90 | "properties": { 91 | "Name": "South Zone" 92 | } 93 | } 94 | ] 95 | }edabad-08.", "timestamp": null, "begin": null, "end": null, "altitudeMode": null, "tessellate": -1, "extrude": -1, "visibility": -1, "drawOrder": null, "icon": null }, "geometry": { "type": "Point", "coordinates": [ 72.603216, 22.998122, 0.0 ] } } 96 | ] 97 | } 98 | -------------------------------------------------------------------------------- /Bangalore/Readme.md: -------------------------------------------------------------------------------- 1 | Bangalore Municipal Data 2 | ==== 3 | 4 | This Repository contains Ward data related to the Bangalore Municipal Corporation. 5 | 6 | * BBMP.geojson 7 | 243 Banglore Wards as per delimitation in 2022, scraped from [KSRSAC](https://kgis.ksrsac.in/bengalurugis/) 8 | 9 | 10 | * BBMP_oldWards.geojson & BBMP_oldWards.kml 11 | Bangalore Ward Maps 2012 12 | 13 | This data is also present on the [Bangalore Open Data Repository](https://github.com/openbangalore/bangalore) 14 | 15 | ==== 16 | 17 | **License** 18 | 19 | The dataset is shared under [Creative Commons Attribution-ShareAlike 2.5 India](http://creativecommons.org/licenses/by-sa/2.5/in/) license. -------------------------------------------------------------------------------- /Bhopal/Readme.md: -------------------------------------------------------------------------------- 1 | Bhopal Municipal Spatial Data 2 | == 3 | 4 | This Repository contains Ward data related to Bhopal. 5 | 6 | The following dataset was liberated from a a Google Map present on the Bhopal Municipal Corporation Website at [http://www.bhopalmunicipal.com/city-information/informative-map.html](http://www.bhopalmunicipal.com/city-information/informative-map.html) 7 | * Bhopal_wards.geojson 8 | Wards in GeoJSON Format 9 | * Ward Map of Bhopal.kml 10 | Wards in KML (Google Earth) Format 11 | 12 | The Following datasets were scraped from https://smartmapbhopal.city/bhopalsmartmap/ 13 | 14 | * Planning_ Boundary_ 2031.geojson 15 | * Ward_Offices.geojson 16 | * Zone_Boundary.geojson 17 | * Zone_Offices.geojson 18 | * 19 | 20 | 21 | ---------- 22 | 23 | **License** 24 | 25 | The dataset is shared under [Creative Commons Attribution-ShareAlike 2.5 India](http://creativecommons.org/licenses/by-sa/2.5/in/) license. -------------------------------------------------------------------------------- /Bhopal/Zone_Offices.geojson: -------------------------------------------------------------------------------- 1 | {"type":"FeatureCollection","crs":{"type":"name","properties":{"name":"EPSG:4326"}},"features":[{"type":"Feature","id":1,"geometry":{"type":"Point","coordinates":[77.411656195102239,23.160367042792391]},"properties":{"objectid":1,"sn":"Zone-18"}},{"type":"Feature","id":2,"geometry":{"type":"Point","coordinates":[77.500340806057835,23.143056183380189]},"properties":{"objectid":2,"sn":"zone-19"}},{"type":"Feature","id":3,"geometry":{"type":"Point","coordinates":[77.42865844999082,23.227421766708034]},"properties":{"objectid":3,"sn":"Zone-07"}},{"type":"Feature","id":4,"geometry":{"type":"Point","coordinates":[77.4286124424452,23.227452718635895]},"properties":{"objectid":4,"sn":"Zone-09"}},{"type":"Feature","id":5,"geometry":{"type":"Point","coordinates":[77.462094901551012,23.201007319303336]},"properties":{"objectid":5,"sn":"Zone-13"}},{"type":"Feature","id":6,"geometry":{"type":"Point","coordinates":[77.39375698068163,23.260086521249551]},"properties":{"objectid":6,"sn":"Zone-02"}},{"type":"Feature","id":7,"geometry":{"type":"Point","coordinates":[77.335556278609673,23.271352321796293]},"properties":{"objectid":7,"sn":"Zone-01"}},{"type":"Feature","id":8,"geometry":{"type":"Point","coordinates":[77.409577023570534,23.242157058700446]},"properties":{"objectid":8,"sn":"Zone-08"}},{"type":"Feature","id":9,"geometry":{"type":"Point","coordinates":[77.394304703968302,23.213636923396997]},"properties":{"objectid":9,"sn":"Zone-06"}},{"type":"Feature","id":10,"geometry":{"type":"Point","coordinates":[77.396205478075245,23.249948181357858]},"properties":{"objectid":10,"sn":"Zone-05"}},{"type":"Feature","id":11,"geometry":{"type":"Point","coordinates":[77.403182597458411,23.278445852298514]},"properties":{"objectid":11,"sn":"Zone-03"}},{"type":"Feature","id":12,"geometry":{"type":"Point","coordinates":[77.434667954042794,23.247891355645216]},"properties":{"objectid":12,"sn":"Zone-12"}},{"type":"Feature","id":13,"geometry":{"type":"Point","coordinates":[77.458302677760813,23.231417641685045]},"properties":{"objectid":13,"sn":"Zone-14"}},{"type":"Feature","id":14,"geometry":{"type":"Point","coordinates":[77.401097956273375,23.295328094141151]},"properties":{"objectid":14,"sn":"Zone-17"}},{"type":"Feature","id":15,"geometry":{"type":"Point","coordinates":[77.463536570804052,23.250641981285554]},"properties":{"objectid":15,"sn":"Zone-15"}},{"type":"Feature","id":16,"geometry":{"type":"Point","coordinates":[77.463509473704633,23.250682769714846]},"properties":{"objectid":16,"sn":"Zone-16"}},{"type":"Feature","id":17,"geometry":{"type":"Point","coordinates":[77.405179115411812,23.26137301671486]},"properties":{"objectid":17,"sn":"Zone-04"}},{"type":"Feature","id":18,"geometry":{"type":"Point","coordinates":[77.41962137287868,23.26680033667791]},"properties":{"objectid":18,"sn":"Zone-10"}},{"type":"Feature","id":19,"geometry":{"type":"Point","coordinates":[77.426695785313555,23.255065875391054]},"properties":{"objectid":19,"sn":"Zone-11"}}]} -------------------------------------------------------------------------------- /Bhubaneswar/Readme.md: -------------------------------------------------------------------------------- 1 | Bhubaneswar Municipal Corporation Data 2 | ==== 3 | 4 | This Repository contains data related to the Bhubaneswar Municipal Corporation. 5 | 6 | * BDA_Boundary 7 | 8 | This Is the Boundary of the Bhubaneswar Development Authority 9 | 10 | * BMC Boundary 11 | 12 | This is the Boundary of Bhubaneswar Municipal Corporation. 13 | 14 | * Wards 15 | 16 | This is the Ward Boundary of Bhubaneswar Municipal Corporation. 17 | 18 | * Police_Jurisdiction 19 | 20 | Boundries of the Police Jurisdiction 21 | 22 | 23 | This Data was scraped from http://www.bhubaneswarone.in/home/index.html 24 | 25 | 26 | 27 | ==== 28 | 29 | **License** 30 | 31 | The dataset is shared under [Creative Commons Attribution-ShareAlike 2.5 India](http://creativecommons.org/licenses/by-sa/2.5/in/) license. -------------------------------------------------------------------------------- /Bodh_Gaya/Bodh_Gaya_Boundary-SHP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Bodh_Gaya/Bodh_Gaya_Boundary-SHP.zip -------------------------------------------------------------------------------- /Bodh_Gaya/Bodh_Gaya_Wards-SHP.zip: -------------------------------------------------------------------------------- 1 | PK -------------------------------------------------------------------------------- /Bodh_Gaya/Readme.md: -------------------------------------------------------------------------------- 1 | Bodh Gaya Municipal Spatial Data 2 | ==== 3 | 4 | This Repository contains Ward data related to Bodh Gaya. 5 | 6 | * Bodh_Gaya_Boundary.geojson 7 | 8 | Bodh Gaya Boundary in GeoJSON Format 9 | 10 | * Bodh_Gaya_Wards.geojson 11 | 12 | Bodh Gaya Ward Boundaries in GeoJSON Format 13 | 14 | * Bodh_Gaya_Boundary-SHP.zip 15 | 16 | Bodh Gaya Boundary in Shapefile Format 17 | 18 | * Bodh Gaya_Wards-SHP.zip 19 | 20 | Bodh Gaya Ward Boundaries in Shapefile Format 21 | 22 | 23 | ==== 24 | 25 | **License** 26 | 27 | The dataset is shared under [Creative Commons Attribution-ShareAlike 2.5 India](http://creativecommons.org/licenses/by-sa/2.5/in/) license. -------------------------------------------------------------------------------- /Chandigarh/Chandigarh_Boundary-SHP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Chandigarh/Chandigarh_Boundary-SHP.zip -------------------------------------------------------------------------------- /Chandigarh/Chandigarh_Sectors-SHP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Chandigarh/Chandigarh_Sectors-SHP.zip -------------------------------------------------------------------------------- /Chandigarh/Chandigarh_Wards-SHP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Chandigarh/Chandigarh_Wards-SHP.zip -------------------------------------------------------------------------------- /Chandigarh/Readme.md: -------------------------------------------------------------------------------- 1 | Chandigarh Municipal Spatial Data 2 | ==== 3 | 4 | This Repository contains Ward data related to Chandigarh. 5 | 6 | * Chandigarh_Boundary.geojson 7 | 8 | Chandigarh Boundary in GeoJSON Format 9 | 10 | * Chandigarh_Sectors.geojson 11 | 12 | Chandigarh Sector Boundaries in GeoJSON Format 13 | 14 | * Chandigarh_Wards.geojson 15 | 16 | Chandigarh Ward Boundaries in GeoJSON Format 17 | 18 | * Chandigarh_Boundary-SHP.zip 19 | 20 | Chandigarh Boundary in Shapefile Format 21 | 22 | * Chandigarh_Sectors-SHP.zip 23 | 24 | Chandigarh Sector Boundaries in Shapefile Format 25 | 26 | * Chandigarh_Wards-SHP.zip 27 | 28 | Chandigarh Ward Boundaries in Shapefile Format 29 | 30 | 31 | ==== 32 | 33 | **License** 34 | 35 | The dataset is shared under [Creative Commons Attribution-ShareAlike 2.5 India](http://creativecommons.org/licenses/by-sa/2.5/in/) license. -------------------------------------------------------------------------------- /Chennai/Readme.md: -------------------------------------------------------------------------------- 1 | Chennai Municipal Data 2 | ==== 3 | 4 | This Repository contains Municipal data related to Chennai. 5 | 6 | This Data was received from the [Transparent Chennai](http://www.transparentchennai.com/) team. 7 | 8 | 9 | 10 | * cma 11 | Chennai Metropolitan Area 12 | 13 | * Wards 14 | electoral wards for Chennai city 15 | 16 | * Zones 17 | zones in Chennai city 18 | 19 | ==== 20 | 21 | **License** 22 | 23 | The dataset is shared under [Creative Commons Attribution-ShareAlike 2.5 India](http://creativecommons.org/licenses/by-sa/2.5/in/) license. -------------------------------------------------------------------------------- /Coimbatore/ReadMe.md: -------------------------------------------------------------------------------- 1 | Coimbatore Municipal Data 2 | ==== 3 | 4 | 5 | The files 6 | 7 | 1. Cbe2011Wards.geojson contains the ward map of Coimbatore reorganized 8 | (100 wards) 9 | 2. CbeCensus2011Wards.geojson contains the ward map of Coimbatore as per 10 | the Census of India 2011 (72 wards), this is georefenced from a web image 11 | the accuracy of geometry is low 12 | 13 | 14 | ==== 15 | 16 | **License** 17 | 18 | The dataset is shared under [Creative Commons Attribution-ShareAlike 2.5 India](http://creativecommons.org/licenses/by-sa/2.5/in/) license. 19 | -------------------------------------------------------------------------------- /Delhi/Delhi_Boundary-SHP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Delhi/Delhi_Boundary-SHP.zip -------------------------------------------------------------------------------- /Delhi/Delhi_Wards-SHP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Delhi/Delhi_Wards-SHP.zip -------------------------------------------------------------------------------- /Delhi/Readme.md: -------------------------------------------------------------------------------- 1 | Delhi Municipal Spatial Data 2 | ==== 3 | 4 | This Repository contains Ward data related to Delhi. 5 | 6 | * Delhi_Boundary.geojson 7 | 8 | Delhi Boundary in GeoJSON Format 9 | 10 | * Delhi_Wards.geojson 11 | 12 | Delhi Ward Boundaries in GeoJSON Format 13 | 14 | * Delhi_Boundary-SHP.zip 15 | 16 | Delhi Boundary in Shapefile Format 17 | 18 | * Delhi_Wards-SHP.zip 19 | 20 | Delhi Ward Boundaries in Shapefile Format 21 | 22 | ==== 23 | 24 | **Source** 25 | 26 | This data was scraped from an Arcgis Online Map at [http://www.arcgis.com/home/item.html?id=7c4f1b9be6cc4cecbcd28ee5136898f7](http://www.arcgis.com/home/item.html?id=7c4f1b9be6cc4cecbcd28ee5136898f7) 27 | 28 | ==== 29 | 30 | **License** 31 | 32 | The dataset is shared under [Creative Commons Attribution-ShareAlike 2.5 India](http://creativecommons.org/licenses/by-sa/2.5/in/) license. -------------------------------------------------------------------------------- /Faridabad/Faridabad_Boundary-SHP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Faridabad/Faridabad_Boundary-SHP.zip -------------------------------------------------------------------------------- /Faridabad/Faridabad_Wards-SHP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Faridabad/Faridabad_Wards-SHP.zip -------------------------------------------------------------------------------- /Faridabad/Layer1_Symbol_ae90e30_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Faridabad/Layer1_Symbol_ae90e30_0.png -------------------------------------------------------------------------------- /Faridabad/Readme.md: -------------------------------------------------------------------------------- 1 | Faridabad Municipal Spatial Data 2 | ==== 3 | 4 | This Repository contains Ward data related to Faridabad. 5 | 6 | * Faridabad_Boundary.shp.geojson 7 | 8 | Faridabad Boundary in GeoJSON Format 9 | 10 | * Faridabad_Wards.geojson 11 | 12 | Faridabad Ward Boundaries in GeoJSON Format 13 | 14 | * Faridabad_Boundary-SHP.zip 15 | 16 | Faridabad Boundary in Shapefile Format 17 | 18 | * Faridabad_Wards-SHP.zip 19 | 20 | Faridabad Ward Boundaries in Shapefile Format 21 | 22 | * Faridabad_Wards.kml 23 | 24 | Faridabad Ward Boundaries in KML Format 25 | 26 | 27 | ==== 28 | 29 | **License** 30 | 31 | The dataset is shared under [Creative Commons Attribution-ShareAlike 2.5 India](http://creativecommons.org/licenses/by-sa/2.5/in/) license. -------------------------------------------------------------------------------- /Hyderabad/Readme.md: -------------------------------------------------------------------------------- 1 | # Greater Hyderabad Municipal Corporation Zones & Wards 2 | 3 | | Zone | Ward | 4 | | -------- | ------------------------- | 5 | | East Zone | Ward 1 Kapra | 6 | | | Ward 2 Dr A S Rao Nagar | 7 | | | Ward 3 Cherlapally | 8 | | | Ward 4 Meerpet H.B Colony | 9 | | | Ward 5 Mallapur | 10 | | | Ward 6 Nacharam | 11 | | | Ward 7 Chilka Nagar | 12 | | | Ward 8 Habsiguda | 13 | | | Ward 9 Ramanthapur | 14 | | | Ward 11 Nagole | 15 | | | Ward 10 Uppal | 16 | | | Ward 12 Mansoorabad | 17 | | | Ward 13 Hayath Nagar | 18 | | | Ward 14 BN Reddy Nagar | 19 | | | Ward 15 Vanasthalipuram | 20 | | | Ward 16 Hasthinapuram | 21 | | | Ward 17 Champapet | 22 | | | Ward 18 Lingojiguda | 23 | | | Ward 19 Saroornagar | 24 | | | Ward 20 RK Puram | 25 | | | Ward 21 Kothapet | 26 | | | Ward 22 Chaitanyapuri | 27 | | | Ward 23 Gaddiannaram | 28 | | South Zone | Ward 24 Saidabad | 29 | | | Ward 25 Moosarambagh | 30 | | | Ward 26 Old Malakpet | 31 | | | Ward 27 Akbarbagh | 32 | | | Ward 28 Azampura | 33 | | | Ward 29 Chawni | 34 | | | Ward 30 Dabeerpura | 35 | | | Ward 32 Patthergatti | 36 | | | Ward 33 Moghalpura | 37 | | | Ward 34 Talab Chanchalam | 38 | | | Ward 35 Gowlipura | 39 | | | Ward 36 Lalithabagh | 40 | | | Ward 37 Kurmaguda | 41 | | | Ward 37 Rein Bazar | 42 | | | Ward 38 IS Sadan | 43 | | | Ward 39 Santhosh Nagar | 44 | | | Ward 40 Riyasat Nagar | 45 | | | Ward 41 Kanchanbagh | 46 | | | Ward 42 Barkas | 47 | | | Ward 43 Chandrayangutta | 48 | | | Ward 44 Uppuguda | 49 | | | Ward 45 Jangammet | 50 | | | Ward 46 Falaknuma | 51 | | | Ward 47 Nawab Saheb Kunta | 52 | | | Ward 48 Shalibanda | 53 | | | Ward 49 Ghansi Bazar | 54 | | | Ward 52 Puranapool | 55 | | | Ward 53 Doodh Bowli | 56 | | | Ward 54 Jahanuma | 57 | | | Ward 55 Ramnaspura | 58 | | | Ward 56 Kishanbagh | 59 | | | Ward 57 Suleman Nagar | 60 | | | Ward 58 Shastripuram | 61 | | | Ward 59 Mailardevpally | 62 | | | Ward 60 Rajendra Nagar | 63 | | | Ward 61 Attapur | 64 | |Central Zone| Ward 50 Begum Bazar | 65 | | | Ward 51 Goshamahal | 66 | | | Ward 62 Ziaguda | 67 | | | Ward 63 Mangalhat | 68 | | | Ward 64 Dattatreya Nagar | 69 | | | Ward 65 Karwan | 70 | | | Ward 66 Langar Houz | 71 | | | Ward 67 Golconda | 72 | | | Ward 68 Tolichowki | 73 | | | Ward 69 Nanal Nagar | 74 | | | Ward 70 Mehdipatnam | 75 | | | Ward 71 Gudimalkapur | 76 | | | Ward 72 Asif Nagar | 77 | | | Ward 73 Vijay Nagar Colony | 78 | | | Ward 74 Ahmed Nagar | 79 | | | Ward 75 Red Hills | 80 | | | Ward 76 Mallepally | 81 | | | Ward 77 Jambagh | 82 | | | Ward 78 Gunfoundry | 83 | | | Ward 79 Himayath Nagar | 84 | | | Ward 80 Kachiguda | 85 | | | Ward 81 Nallakunta | 86 | | | Ward 82 Golnaka | 87 | | | Ward 83 Amberpet | 88 | | | Ward 84 Bagh Amberpet | 89 | | | Ward 85 Adikmet | 90 | | | Ward 86 Musheerabad | 91 | | | Ward 87 Ramnagar | 92 | | | Ward 88 Bholakpur | 93 | | | Ward 89 Gandhinagar | 94 | | | Ward 90 Kavadiguda | 95 | | | Ward 91 Khairatabad | 96 | | | Ward 92 Venkateshwara Colony | 97 | | | Ward 93 Banjara Hills | 98 | | | Ward 94 Shaikpet | 99 | | | Ward 95 Jubilee Hills | 100 | | | Ward 96 Yousufguda | 101 | | | Ward 97 Somajiguda | 102 | | | Ward 98 Ameerpet | 103 | | | Ward 99 Vengal Rao Nagar | 104 | | | Ward 100 Sanath Nagar | 105 | | | Ward 101 Erragadda | 106 | | | Ward 102 Rahmath Nagar | 107 | | | Ward 103 Borabanda | 108 | | West Zone | Ward 104 Kondapur | 109 | | | Ward 105 Gachibowli | 110 | | | Ward 106 Serilingampally | 111 | | | Ward 107 Madhapur | 112 | | | Ward 108 Miyapur | 113 | | | Ward 109 Hafeezpet | 114 | | | Ward 110 Chandanagar | 115 | | | Ward 111 Bharati Nagar | 116 | | | Ward 112 Ramachandrapuram | 117 | | | Ward 113 Patancheruvu | 118 | | | Ward 114 KPHB Colony | 119 | | | Ward 115 Balaji Nagar | 120 | | | Ward 116 Allapur | 121 | | | Ward 117 Moosapet | 122 | | | Ward 118 Fateh Nagar | 123 | | | Ward 119 Old Bowenpally | 124 | | | Ward 120 Balanagar | 125 | | | Ward 121 Kukatpally | 126 | | | Ward 122 Vivekananda Nagar Colony | 127 | | | Ward 123 Hydernagar | 128 | | | Ward 124 Alwyn Colony | 129 | | North Zone | Ward 125 Gajularamaram | 130 | | | Ward 126 Jagathgirigutta | 131 | | | Ward 127 Rangareddy Nagar | 132 | | | Ward 128 Chintal | 133 | | | Ward 129 Suraram | 134 | | | Ward 130 Subash Nagar | 135 | | | Ward 131 Quthbullapur | 136 | | | Ward 132 Jeedimetla | 137 | | | Ward 133 Macha Bolarum | 138 | | | Ward 134 Alwal | 139 | | | Ward 135 Venkatapuram | 140 | | | Ward 136 Neredmet | 141 | | | Ward 137 Vinayak Nagar | 142 | | | Ward 138 Moula Ali | 143 | | | Ward 139 East Anand Bagh | 144 | | | Ward 140 Malkajgiri | 145 | | | Ward 141 Gautham Nagar | 146 | | | Ward 142 Addagutta | 147 | | | Ward 143 Tarnaka | 148 | | | Ward 144 Mettuguda | 149 | | | Ward 145 Seethaphalmandi | 150 | | | Ward 146 Boudha Nagar | 151 | | | Ward 147 Bansilapet | 152 | | | Ward 148 Ramgopalpet | 153 | | | Ward 149 Begumpet | 154 | | | Ward 150 Monda Market | 155 | 156 | Also available on [OpenstreetMap](https://www.openstreetmap.org/) via [Overpass API](https://overpass-api.de/). 157 | 158 | | Boundary |Admin Level | 159 | | -------------------| ---------- | 160 | | GHMC Boundary | 8 | 161 | | GHMC Zone Boundary | 9 | 162 | | GHMC Ward Boundary | 10 | 163 | 164 | ## Official Maps from GHMC 165 | * Circles & Wards - http://www.ghmc.gov.in/Documents/NEW%20CIRCLES,WARDS%20MAP.jpg 166 | * Zones & Circles - http://www.ghmc.gov.in/Documents/NEW%20ZONES,CIRCLE%20MAP.jpg 167 | -------------------------------------------------------------------------------- /Jaipur/Jaipur_Assembly_constituency-SHP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Jaipur/Jaipur_Assembly_constituency-SHP.zip -------------------------------------------------------------------------------- /Jaipur/Jaipur_Boundary-SHP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Jaipur/Jaipur_Boundary-SHP.zip -------------------------------------------------------------------------------- /Jaipur/Jaipur_Wards-SHP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Jaipur/Jaipur_Wards-SHP.zip -------------------------------------------------------------------------------- /Jaipur/Jaipur_Zones-SHP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Jaipur/Jaipur_Zones-SHP.zip -------------------------------------------------------------------------------- /Jaipur/Readme.md: -------------------------------------------------------------------------------- 1 | Jaipur Municipal Spatial Data 2 | ==== 3 | 4 | This Repository contains Ward data related to Jaipur. 5 | 6 | * Jaipur_Assembly_constituency.geojson 7 | 8 | Jaipur Assembly constituency Boundaries in GeoJSON Format 9 | 10 | * Jaipur_Boundary.geojson 11 | 12 | Jaipur Boundary in GeoJSON Format 13 | 14 | * Jaipur_Wards.geojson 15 | 16 | Jaipur Ward Boundaries in GeoJSON Format 17 | 18 | * Jaipur_Zones.geojson 19 | 20 | Jaipur Municipal Zones Boundaries in GeoJSON Format 21 | 22 | * Jaipur_Assembly_constituency-SHP.zip 23 | 24 | Jaipur Assembly constituency Boundaries in Shapefile Format 25 | 26 | * Jaipur_Boundary-SHP.zip 27 | 28 | Jaipur Boundary in Shapefile Format 29 | 30 | * Jaipur_Wards-SHP.zip 31 | 32 | Jaipur Ward Boundaries in Shapefile Format 33 | 34 | * Jaipur_Zones-SHP.zip 35 | 36 | Jaipur Municipal Zones Boundaries in Shapefile Format 37 | 38 | ==== 39 | 40 | **License** 41 | 42 | The dataset is shared under [Creative Commons Attribution-ShareAlike 2.5 India](http://creativecommons.org/licenses/by-sa/2.5/in/) license. -------------------------------------------------------------------------------- /Kanpur/Kanpur_city_boundaries-SHP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Kanpur/Kanpur_city_boundaries-SHP.zip -------------------------------------------------------------------------------- /Kanpur/Kanpur_city_zones-SHP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Kanpur/Kanpur_city_zones-SHP.zip -------------------------------------------------------------------------------- /Kanpur/Kanpur_wards-SHP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Kanpur/Kanpur_wards-SHP.zip -------------------------------------------------------------------------------- /Kanpur/kanpur_nagar_nigam.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Kanpur/kanpur_nagar_nigam.jpg -------------------------------------------------------------------------------- /Kanpur/readme.md: -------------------------------------------------------------------------------- 1 | # Kanpur 2 | -------------------------------------------------------------------------------- /Katihar/Katihar_Boundary-SHP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Katihar/Katihar_Boundary-SHP.zip -------------------------------------------------------------------------------- /Katihar/Katihar_Wards-SHP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Katihar/Katihar_Wards-SHP.zip -------------------------------------------------------------------------------- /Katihar/Readme.md: -------------------------------------------------------------------------------- 1 | Katihar Municipal Spatial Data 2 | ==== 3 | 4 | This Repository contains Ward data related to Katihar. 5 | 6 | * Katihar_Boundary.geojson 7 | 8 | Katihar Boundary in GeoJSON Format 9 | 10 | * Katihar_Wards.geojson 11 | 12 | Katihar Ward Boundaries in GeoJSON Format 13 | 14 | * Katihar_Boundary-SHP.zip 15 | 16 | Katihar Boundary in Shapefile Format 17 | 18 | * Katihar_Wards-SHP.zip 19 | 20 | Katihar Ward Boundaries in Shapefile Format 21 | 22 | 23 | ==== 24 | 25 | **License** 26 | 27 | The dataset is shared under [Creative Commons Attribution-ShareAlike 2.5 India](http://creativecommons.org/licenses/by-sa/2.5/in/) license. -------------------------------------------------------------------------------- /Kishangarh/Kishangarh_Boundary-SHP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Kishangarh/Kishangarh_Boundary-SHP.zip -------------------------------------------------------------------------------- /Kishangarh/Kishangarh_Wards-SHP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Kishangarh/Kishangarh_Wards-SHP.zip -------------------------------------------------------------------------------- /Kishangarh/Readme.md: -------------------------------------------------------------------------------- 1 | Kishangarh Municipal Spatial Data 2 | ==== 3 | 4 | This Repository contains Ward data related to Kishangarh. 5 | 6 | * Kishangarh_Boundary.geojson 7 | 8 | Kishangarh Boundary in GeoJSON Format 9 | 10 | * Kishangarh_Wards.geojson 11 | 12 | Kishangarh Ward Boundaries in GeoJSON Format 13 | 14 | * Kishangarh_Boundary-SHP.zip 15 | 16 | Kishangarh Boundary in Shapefile Format 17 | 18 | * Kishangarh_Wards-SHP.zip 19 | 20 | Kishangarh Ward Boundaries in Shapefile Format 21 | 22 | ==== 23 | 24 | **Source** 25 | 26 | This data was Digitised from a Hardcopy of ward map and ward Scripts taken from Kishangarh Municipal Council. 27 | 28 | ==== 29 | 30 | **License** 31 | 32 | The dataset is shared under [Creative Commons Attribution-ShareAlike 2.5 India](http://creativecommons.org/licenses/by-sa/2.5/in/) license. -------------------------------------------------------------------------------- /Kochi/README.md: -------------------------------------------------------------------------------- 1 | Kochi Municipal Data 2 | ==== 3 | 4 | This Repository contains Ward data related to the PunKochie Municipal Corporation. 5 | 6 | ### KCH_wards.geojson 7 | 8 | The wards as of 2022. 9 | Scraped from: https://opensdi.kerala.gov.in/layers/opensdi_data:geonode:KSUDP_KCH_Ward_Boundary 10 | 11 | 12 | ### KCH_Corporation_Boundary.geojson 13 | 14 | The Corporation Boundary scraped from: https://opensdi.kerala.gov.in/layers/opensdi_data:geonode:KSUDP_KCH_Corporation_Boundary 15 | 16 | ==== 17 | 18 | **License** 19 | 20 | The dataset is created by the Pune chapter of the DataMeet Trust, Bangalore, India, and is shared under [Creative Commons Attribution-ShareAlike 2.5 India](http://creativecommons.org/licenses/by-sa/2.5/in/) license. -------------------------------------------------------------------------------- /Kolkata/Readme.md: -------------------------------------------------------------------------------- 1 | # Kolkata Municipal Data 2 | 3 | This Repository contains 4 | 5 | 1. Ward of the Kolkata Municipal Corporation (Source: shared by [Justin](https://github.com/justinelliotmeyers) in this [datameet](https://groups.google.com/d/msg/datameet/k7Hp9jEDRTk/H66HNdNiBAAJ) thread) 6 | 7 | --- 8 | 9 | **License** 10 | 11 | The dataset is created by the Pune chapter of the DataMeet Trust, Bangalore, India, and is shared under [Creative Commons Attribution-ShareAlike 2.5 India](http://creativecommons.org/licenses/by-sa/2.5/in/) license. 12 | -------------------------------------------------------------------------------- /Lucknow/Lucknow_city_boundary-SHP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Lucknow/Lucknow_city_boundary-SHP.zip -------------------------------------------------------------------------------- /Lucknow/Lucknow_city_boundary.geojson: -------------------------------------------------------------------------------- 1 | {"type":"FeatureCollection", "features": [ 2 | {"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[80.84284246795286,26.768328992705992],[80.84709952954468,26.772772156725388],[80.85075700499681,26.775073968522637],[80.85831179035692,26.780266256340465],[80.87426078167275,26.792576917467734],[80.8747404505845,26.793647346628788],[80.87545995395213,26.7946642449776],[80.87498028504037,26.79498536887837],[80.87528007811021,26.79525297143468],[80.87504024365434,26.79552057335977],[80.87462053335656,26.79594873512698],[80.87252198186762,26.79701913247526],[80.87042343037871,26.797821923858464],[80.86514707234942,26.800069709506527],[80.86041034184584,26.804190534168985],[80.85651303193785,26.80884635070028],[80.85417464599304,26.81302036850822],[80.85285555648572,26.81628455739699],[80.85147650836443,26.82008374083918],[80.84470118498592,26.824631891538854],[80.84470118498592,26.826290583422818],[80.84500097805575,26.82794925102358],[80.84584039865132,26.829126355233825],[80.84566052280941,26.829928919273726],[80.8421829231992,26.83239008020697],[80.84140346121761,26.83469068228542],[80.84482110221384,26.84587201281444],[80.84308230240875,26.848279331853156],[80.84224288181318,26.849242245133404],[80.84080387507791,26.850579611099306],[80.84092379230584,26.854056688652342],[80.84230284042714,26.857961586842336],[80.84248271626905,26.85940583011533],[80.84254267488302,26.86101052323998],[80.84242275765507,26.861170991300554],[80.84212296458523,26.861384948360566],[80.84194308874332,26.86175937224187],[80.84152337844554,26.86175937224187],[80.8396646614125,26.86191983924018],[80.83684660655594,26.86389891350328],[80.83744619269564,26.870424264395115],[80.83696652378387,26.873419381349475],[80.83774598576547,26.875344771782107],[80.83894515804488,26.879302415807764],[80.84086383369188,26.882992526620985],[80.84350201270654,26.885826877752578],[80.84542068835354,26.887965963610835],[80.84638002617706,26.889195919643345],[80.84691965370277,26.89015848459049],[80.84649994340498,26.89053281318866],[80.84464122637195,26.891495366746213],[80.84284246795286,26.89256486108089],[80.84110366814775,26.89400866237241],[80.83948478557059,26.894703819376],[80.83486797229494,26.897377460290336],[80.83187004159649,26.898928143022882],[80.8310905796149,26.900318392199598],[80.83276942080603,26.903847409400836],[80.83636693764419,26.90395434759438],[80.84116362676173,26.904007816653188],[80.84416155746018,26.90336618627657],[80.84733936400055,26.902671082587627],[80.85039725331299,26.90374047110601],[80.85489414936067,26.905986154029108],[80.86220910026493,26.908980328447186],[80.87156264404412,26.911707096772027],[80.88012173618823,26.91352490572902],[80.89509640002703,26.917106972984612],[80.89965325468869,26.918336611649956],[80.9054542505902,26.92031469791003],[80.91593201838131,26.922934272290178],[80.92798369978914,26.92592799710759],[80.93682759534957,26.926997165289446],[80.94402262902588,26.927745576987306],[80.9490591525993,26.927852492538786],[80.95361600726096,26.92833361126643],[80.95695869998976,26.92833361126643],[80.95923712732059,26.930204609032607],[80.96643216099689,26.934320694867395],[80.96919025723949,26.933999966303162],[80.9722481465519,26.93068571772743],[80.97428673942687,26.929082014097197],[80.97596558061802,26.92833361126643],[80.98909651707727,26.922666971568365],[80.9923043029246,26.92133045846026],[80.99386322688778,26.919833544984183],[80.99596177837671,26.920956231952985],[80.99859995739135,26.92288081219646],[81.00147797086188,26.925126114321202],[81.00399623264859,26.928012865676024],[81.00579499106767,26.93041843537256],[81.00697917369354,26.93244976538362],[81.00775863567516,26.932663587466987],[81.00853809765675,26.93244976538362],[81.01471383489559,26.92817323858523],[81.01681238638452,26.926569499232713],[81.02118936520425,26.92614183155462],[81.02238853748365,26.925339950288222],[81.02568626125196,26.92245313053496],[81.03186199849078,26.919298928215827],[81.0316221640349,26.917641600137582],[81.03138232957903,26.91769506271358],[81.03090266066728,26.91769506271358],[81.03060286759742,26.9178019877896],[81.03018315729965,26.917534674909618],[81.03000328145772,26.917962375213637],[81.0296435297739,26.918390073896678],[81.02658564046148,26.91871084684516],[81.02580617847988,26.91892469497092],[81.02496675788431,26.91951277522711],[81.02418729590272,26.91919200455821],[81.02340783392111,26.91871084684516],[81.02274828916747,26.917534674909618],[81.02292816500936,26.916839658458326],[81.02322795807922,26.91512883049658],[81.0230480822373,26.91395262122903],[81.02352775114906,26.912776399703947],[81.03048295036949,26.904382099355825],[81.03144228819299,26.903205778112735],[81.03132237096506,26.90288496110149],[81.03132237096506,26.902082914585744],[81.03204187433268,26.901441273271672],[81.0336007982959,26.9013878029976],[81.03462009473337,26.90090656939169],[81.03438026027749,26.89946285626999],[81.03485992918925,26.89898161446151],[81.03941678385091,26.898446898935976],[81.03995641137662,26.89743093246311],[81.0401962458325,26.894917712977993],[81.03881719771121,26.894222557290682],[81.03599914285465,26.89293918170608],[81.03450017750541,26.892244013843555],[81.03462009473337,26.891762741279045],[81.03545951532894,26.8914953667462],[81.03857736325534,26.88999805766876],[81.0400163699906,26.888928539036048],[81.04187508702364,26.886789471399762],[81.04247467316333,26.885078188135925],[81.04379376267065,26.88368775140268],[81.0439136798986,26.881762503069254],[81.04265454900525,26.879035011792258],[81.04265454900525,26.878446720731535],[81.04229479732143,26.878179314691835],[81.04319417653097,26.87727012942532],[81.04343401098684,26.875291289157293],[81.04553256247577,26.874114665010246],[81.04691161059705,26.87368679864806],[81.04727136228087,26.873205447055213],[81.04727136228087,26.871386989210983],[81.04571243831768,26.870156839380545],[81.04607219000148,26.866894203280996],[81.04667177614118,26.86641282277361],[81.04751119673675,26.86635933592409],[81.05014937575139,26.866787230011976],[81.05302738922191,26.867589527063384],[81.05476618902703,26.867589527063384],[81.05764420249756,26.86700117644885],[81.05926308507472,26.866519796396755],[81.06076205042393,26.86587795314017],[81.06106184349379,26.86555703014597],[81.03571433943831,26.851061058978544],[80.97184342590761,26.83576071384124],[80.9626697579703,26.83196205605992],[80.96643193065928,26.83153323743664],[80.96884963836506,26.83063469520634],[80.97068801159712,26.828399326560987],[80.97150053802112,26.826290583422818],[80.9720423244954,26.824985680258653],[80.97280213520155,26.8221950458393],[80.97888087243528,26.80522096955027],[80.97971987180514,26.8027718252915],[80.98002188617238,26.801159648040525],[80.9800117603394,26.7984255381687],[80.9790943507613,26.79458003939507],[80.97734196318243,26.78954152318504],[80.97806413210694,26.788509194557808],[80.97974297329806,26.78192559722034],[80.97818404933487,26.77523455830215],[80.97482636695258,26.772236844969186],[80.97332740160336,26.772022719560148],[80.96763133327629,26.77100561835383],[80.95082793171143,26.769827910840206],[80.95118768339523,26.76897138861431],[80.94980863527394,26.76843605894303],[80.94932896636219,26.769346117882943],[80.92714427919357,26.76153007998657],[80.92354676235541,26.76153007998657],[80.9163817079861,26.764153330743795],[80.91416323926924,26.761048251834666],[80.90948646737964,26.76088764199663],[80.90816737787232,26.760191663408257],[80.90696820559293,26.76013812641718],[80.90576903331355,26.75746124470161],[80.90181176479159,26.757247091440114],[80.89977317191664,26.757407706424072],[80.89383726913368,26.757140014658024],[80.88943031100695,26.758264315837764],[80.8801966844557,26.749697931138577],[80.87677904345945,26.74852000275103],[80.87534003672418,26.746646000615904],[80.87234210602571,26.746324740005303],[80.86760537552216,26.745628672234766],[80.86460744482369,26.7448255118195],[80.85711261807754,26.744075890313127],[80.8535151012394,26.74546804060559],[80.85105679806664,26.747342062157898],[80.84757919845644,26.75194666962033],[80.8470395709307,26.76169068891647],[80.8451208952837,26.76474221544572],[80.84476114359988,26.76500988930109],[80.84398168161827,26.765705838373275],[80.8429623851808,26.766830054790663],[80.8429623851808,26.767204791123934],[80.84266259211097,26.768221926368042],[80.84284246795286,26.768328992705992]]]},"properties":{"id":1}} 3 | ]} -------------------------------------------------------------------------------- /Lucknow/Lucknow_map.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Lucknow/Lucknow_map.jpg -------------------------------------------------------------------------------- /Lucknow/Lucknow_ward_boundary-SHP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Lucknow/Lucknow_ward_boundary-SHP.zip -------------------------------------------------------------------------------- /Lucknow/Lucknow_zone_boundary-SHP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Lucknow/Lucknow_zone_boundary-SHP.zip -------------------------------------------------------------------------------- /Lucknow/readme.md: -------------------------------------------------------------------------------- 1 | # Lucknow 2 | -------------------------------------------------------------------------------- /MMR/Readme.md: -------------------------------------------------------------------------------- 1 | MMR Boundary 2 | ==== 3 | 4 | This Repository contains the Boundary of the MMR. 5 | 6 | MMR, or the Mumbai Metropolitan Region isn't a Municpal corporation, but the [MMRDA](https://mmrda.maharashtra.gov.in/), which works on this region, has a huge budget, and lots of development Activity happens in this region, funded by the Central Government, Maharastra Government, as well as directly. 7 | 8 | As per the MMRDA website it is spread over 4,355 sq. km. and consists of 8 Municipal Corporations viz. Greater Mumbai, Thane, Kalyan-Dombivali, Navi Mumbai, Ulhasnagar, Bhiwandi- Nizamapur, Vasai-Virar and Mira-Bhayandar; and 9 Municipal Councils viz. Ambarnath, Kulgaon-Badalapur, Matheran, Karjat, Panvel, Khopoli, Pen, Uran, and Alibaug, along with more than 1,000 villages in Thane and Raigad Districts. 9 | 10 | 11 | This data was digitized from the following report: http://124.7.71.27:8080/documents/10180/49118/Planning_RP/96640a4d-08b0-46e3-866a-1ac26984ff27 12 | 13 | ==== 14 | 15 | **License** 16 | 17 | The dataset is shared under [Creative Commons Attribution-ShareAlike 2.5 India](http://creativecommons.org/licenses/by-sa/2.5/in/) license. -------------------------------------------------------------------------------- /Mira-Bhayandar/Readme.md: -------------------------------------------------------------------------------- 1 | Pune Municipal Data 2 | ==== 3 | 4 | This Repository folder contains Municipal boundary for Mira-Bhayandar Municipal Corporation. 5 | 6 | * Mira-Bhayandar.geojson 7 | 8 | The Municipal Boundary 9 | 10 | Source: https://www.mbmc.gov.in/view/mr/mbmc_map (scraped) 11 | 12 | ==== 13 | 14 | **License** 15 | 16 | The dataset is created by the Pune chapter of the DataMeet Trust, Bangalore, India, and is shared under [Creative Commons Attribution-ShareAlike 2.5 India](http://creativecommons.org/licenses/by-sa/2.5/in/) license. -------------------------------------------------------------------------------- /Mumbai/Readme.md: -------------------------------------------------------------------------------- 1 | Mumbai Municipal Data 2 | ==== 3 | 4 | This Repository contains 5 | 6 | 1. Ward of the Brihanmumbai Municipal Corporation (BMC) also known as Municipal Corporation of Greater Mumbai. 7 | 1. Slum clusters map extracted from [http://www.sra.gov.in/upload/MUMABI_CA_MAP_MUMBAI_GLOBAL_42X72_SLUMCLUSTER.pdf] 8 | 9 | 10 | ==== 11 | 12 | **License** 13 | 14 | The dataset is created by the Pune chapter of the DataMeet Trust, Bangalore, India, and is shared under [Creative Commons Attribution-ShareAlike 2.5 India](http://creativecommons.org/licenses/by-sa/2.5/in/) license. 15 | -------------------------------------------------------------------------------- /NMMC/Readme.md: -------------------------------------------------------------------------------- 1 | Navi Mumbai Municipal Data 2 | ==== 3 | 4 | This Repository contains data related to the Navi Mumbai Municipal Corporation. 5 | 6 | * NMMCElection_final_ward 18032015.kml 7 | 8 | * NMC_ElectoralWards.geojson 9 | 10 | 11 | Navi Mumbai's electoral wards. Source: http://www.nmmconline.com/ward-map 12 | 13 | 14 | 15 | 16 | 17 | ==== 18 | 19 | **License** 20 | 21 | The dataset is shared under [Creative Commons Attribution-ShareAlike 2.5 India](http://creativecommons.org/licenses/by-sa/2.5/in/) license. -------------------------------------------------------------------------------- /PCMC/Readme.md: -------------------------------------------------------------------------------- 1 | Pune Municipal Data 2 | ==== 3 | 4 | This Repository contains Ward data related to the Pimpri & Chinchwad Municipal Corporation. 5 | 6 | * pcmc-electoral-wards.geojson 7 | Pimpri Chinchwad's electoral wards. 8 | Source: http://shelter-associates.org/spatial-slum-information (scraped) 9 | 10 | This data is also present on the [DataMeet's Pune Repository](https://github.com/datameet/Pune_wards) 11 | 12 | ==== 13 | 14 | **License** 15 | 16 | The dataset is created by the Pune chapter of the DataMeet Trust, Bangalore, India, and is shared under [Creative Commons Attribution-ShareAlike 2.5 India](http://creativecommons.org/licenses/by-sa/2.5/in/) license. -------------------------------------------------------------------------------- /Pune/Readme.md: -------------------------------------------------------------------------------- 1 | Pune Municipal Data 2 | ==== 3 | 4 | This Repository contains Ward data related to the Pune Municipal Corporation. 5 | 6 | ### pune-electoral-wards-2022.geojson 7 | 8 | The electoral wards as of 2022. 9 | Also published at https://github.com/answerquest/pune-2022-wards under an MIT Open License. 10 | 11 | Source link: https://www.pmc.gov.in/en/pmc-final-prabhag-rachna-2022 (Link is active as of Aug 2022) ([archive.org backup](https://web.archive.org/web/20220727115259/https://www.pmc.gov.in/en/pmc-final-prabhag-rachna-2022)) 12 | 13 | All PDF ward maps (carrying screenshots of the ward boundaries) were manually downloaded, then manually traced over to digitize and create vector shapefile which can be used for mapping. 14 | 15 | Tracing work done by [SeerMaps Technologies Pvt. Ltd.](http://www.seermaps.com/), commissioned by [Nikhil VJ](https://nikhilvj.co.in) and released as open source data. 16 | 17 | 18 | ### pune-electoral-wards_2017.geojson 19 | 20 | The electoral wards as of 2017. More details available at: [answerquest/Pune 2017 final ward boundaries trace.geojson](https://gist.github.com/answerquest/db11b5c7be7e00765ae33152124aba1e) 21 | 22 | ### pune-admin-wards_2017.geojson 23 | 24 | Groupings of electoral wards under admin wards. Admin ward offices are where citizens go for issues at their ward level. 25 | 26 | This data is also present on the [DataMeet's Pune Repository](https://github.com/datameet/Pune_wards) 27 | 28 | 29 | ### pune-electoral-wards_2012.geojson 30 | 31 | The electoral Wards active from 2012 to 2017 32 | 33 | Source: http://pmcelection.mahasec.com/admin/inbox/map_pune/ (scraped) 34 | 35 | 36 | ==== 37 | 38 | **License** 39 | 40 | The dataset is created by the Pune chapter of the DataMeet Trust, Bangalore, India, and is shared under [Creative Commons Attribution-ShareAlike 2.5 India](http://creativecommons.org/licenses/by-sa/2.5/in/) license. -------------------------------------------------------------------------------- /Purnia/Purnia_Boundary-SHP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Purnia/Purnia_Boundary-SHP.zip -------------------------------------------------------------------------------- /Purnia/Purnia_Wards-SHP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Purnia/Purnia_Wards-SHP.zip -------------------------------------------------------------------------------- /Purnia/Readme.md: -------------------------------------------------------------------------------- 1 | Purnia Municipal Spatial Data 2 | ==== 3 | 4 | This Repository contains Ward data related to Purnia. 5 | 6 | * Purnia_Boundary.geojson 7 | 8 | Purnia Boundary in GeoJSON Format 9 | 10 | * Purnia_Wards.geojson 11 | 12 | Purnia Ward Boundaries in GeoJSON Format 13 | 14 | * Purnia_Boundary-SHP.zip 15 | 16 | Purnia Boundary in Shapefile Format 17 | 18 | * Purnia_Wards-SHP.zip 19 | 20 | Purnia Ward Boundaries in Shapefile Format 21 | 22 | 23 | ==== 24 | 25 | **License** 26 | 27 | The dataset is shared under [Creative Commons Attribution-ShareAlike 2.5 India](http://creativecommons.org/licenses/by-sa/2.5/in/) license. -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- 1 | Municipal Spatial Data 2 | ==== 3 | 4 | This Repository will contain the spatial data of all the Municipalities that has been scraped from their websites and other sources. 5 | 6 | Do note, that the wards in these datasets, are usually the Municipal wards, and not the Census wards. 7 | 8 | ==== 9 | 10 | **Note on the Formats** 11 | 12 | Most lay people will be interested in KMLs, and web Developers in GeoJSON. So I'm trying to focus on these 2 formats. A couple of other advantages of these formats,is that they can be diffed in Git, and GeoJSON is shown on a Map by Github, so it's a win for all. 13 | 14 | In the GIS industry, Shapefiles are the defacto Standard Format, but it also sufferes from several issues. This is why I have decided not to keep Shapefiles in this Repo. Those who need shapefiles, can always convert these formats to Shapefile, using something like GDAL. This can be achieved by something as simple as the following command: 15 | 16 | `ogr2ogr output.shp input.geojson` 17 | 18 | If you need to view them in a Desktop GIS, I'll recommend QGis 19 | 20 | ==== 21 | 22 | ## Data License 23 | 24 | Unless explicitly stated, all datasets in this repository is shared under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license. Please mention and link to relevant dataset in the attribution, eg. *[Ahmedabad Municipal Spatial Data](https://github.com/datameet/Municipal_Spatial_Data/blob/master/Ahmedabad/Wards.geojson) by [DataMeet India community](http://datameet.org/) ([CC BY 4.0](https://creativecommons.org/licenses/by/4.0/))* 25 | -------------------------------------------------------------------------------- /Vadodara/README.md: -------------------------------------------------------------------------------- 1 | # Vadodara 2 | 3 | This folder contains Vadodara city's ward information 4 | 5 | The geojson file contains the following properties 6 | 7 | - `ward_no` - The ward number (out of total of 12 wards) 8 | - `ward_address` - The complete ward address 9 | - `ward_name` - The regional name of the ward 10 | 11 | The data is sourced from VMC (Vadodara Municipal Corportation) [website](https://vmc.gov.in/AdministrativeWardwiseMap.aspx) -------------------------------------------------------------------------------- /Vijayawada/Readme.md: -------------------------------------------------------------------------------- 1 | Vijayawada Municipal Spatial Data 2 | ==== 3 | 4 | This Repository contains Ward data related to Vijayawada. 5 | 6 | * Vijayawada_Boundary.geojson 7 | 8 | Vijayawada Boundary in GeoJSON Format 9 | 10 | * Vijayawada_Wards.geojson 11 | 12 | Vijayawada Ward Boundaries in GeoJSON Format 13 | 14 | * Vijayawada_Boundary-SHP.zip 15 | 16 | Vijayawada Boundary in Shapefile Format 17 | 18 | * Vijayawada_Wards-SHP.zip 19 | 20 | Vijayawada Ward Boundaries in Shapefile Format 21 | 22 | ==== 23 | 24 | **License** 25 | 26 | The dataset is shared under [Creative Commons Attribution-ShareAlike 2.5 India](http://creativecommons.org/licenses/by-sa/2.5/in/) license. -------------------------------------------------------------------------------- /Vijayawada/Vijayawada_Boundary-SHP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Vijayawada/Vijayawada_Boundary-SHP.zip -------------------------------------------------------------------------------- /Vijayawada/Vijayawada_Wards-SHP.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/Vijayawada/Vijayawada_Wards-SHP.zip -------------------------------------------------------------------------------- /docs/Municipal_Spatial_Data/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | Municipal Spatial Data - Spatial Data of Municipalities (Maps) 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 186 | 187 |
188 | 189 | 190 |
194 |
195 | 196 |
199 | 200 | 201 |
202 | 203 | 204 | 218 | 219 | 220 | 221 | 222 | 223 | 224 | 225 | 226 | 227 | 228 | 229 | 230 | 231 | 232 | 233 | 299 | 300 | 301 | 302 | -------------------------------------------------------------------------------- /docs/assembly-constituencies/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | Assembly Constituencies - Spatial Data of Municipalities (Maps) 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 196 | 197 |
198 | 199 | 200 |
204 |
205 | 206 |
209 | 210 | 211 |
212 | 213 | 214 | 228 | 229 | 230 | 231 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | 309 | 310 | 311 | 312 | -------------------------------------------------------------------------------- /docs/css/base.css: -------------------------------------------------------------------------------- 1 | html { 2 | scroll-padding-top: 70px; 3 | } 4 | 5 | body { 6 | padding-top: 70px; 7 | } 8 | 9 | p > img { 10 | max-width: 100%; 11 | height: auto; 12 | } 13 | 14 | ul.nav li.first-level { 15 | font-weight: bold; 16 | } 17 | 18 | ul.nav li.third-level { 19 | padding-left: 12px; 20 | } 21 | 22 | div.col-md-3 { 23 | padding-left: 0; 24 | } 25 | 26 | div.col-md-9 { 27 | padding-bottom: 100px; 28 | } 29 | 30 | div.source-links { 31 | float: right; 32 | } 33 | 34 | /* 35 | * Side navigation 36 | * 37 | * Scrollspy and affixed enhanced navigation to highlight sections and secondary 38 | * sections of docs content. 39 | */ 40 | 41 | /* By default it's not affixed in mobile views, so undo that */ 42 | .bs-sidebar.affix { 43 | position: static; 44 | } 45 | 46 | .bs-sidebar.well { 47 | padding: 0; 48 | } 49 | 50 | /* First level of nav */ 51 | .bs-sidenav { 52 | margin-top: 30px; 53 | margin-bottom: 30px; 54 | padding-top: 10px; 55 | padding-bottom: 10px; 56 | border-radius: 5px; 57 | } 58 | 59 | /* All levels of nav */ 60 | .bs-sidebar .nav > li > a { 61 | display: block; 62 | padding: 5px 20px; 63 | z-index: 1; 64 | } 65 | .bs-sidebar .nav > li > a:hover, 66 | .bs-sidebar .nav > li > a:focus { 67 | text-decoration: none; 68 | border-right: 1px solid; 69 | } 70 | .bs-sidebar .nav > .active > a, 71 | .bs-sidebar .nav > .active:hover > a, 72 | .bs-sidebar .nav > .active:focus > a { 73 | font-weight: bold; 74 | background-color: transparent; 75 | border-right: 1px solid; 76 | } 77 | 78 | /* Nav: second level (shown on .active) */ 79 | .bs-sidebar .nav .nav { 80 | display: none; /* Hide by default, but at >768px, show it */ 81 | margin-bottom: 8px; 82 | } 83 | .bs-sidebar .nav .nav > li > a { 84 | padding-top: 3px; 85 | padding-bottom: 3px; 86 | padding-left: 30px; 87 | font-size: 90%; 88 | } 89 | 90 | /* Show and affix the side nav when space allows it */ 91 | @media (min-width: 992px) { 92 | .bs-sidebar .nav > .active > ul { 93 | display: block; 94 | } 95 | /* Widen the fixed sidebar */ 96 | .bs-sidebar.affix, 97 | .bs-sidebar.affix-bottom { 98 | width: 213px; 99 | } 100 | .bs-sidebar.affix { 101 | position: fixed; /* Undo the static from mobile first approach */ 102 | top: 80px; 103 | max-height: calc(100% - 180px); 104 | overflow-y: auto; 105 | } 106 | .bs-sidebar.affix-bottom { 107 | position: absolute; /* Undo the static from mobile first approach */ 108 | } 109 | .bs-sidebar.affix-bottom .bs-sidenav, 110 | .bs-sidebar.affix .bs-sidenav { 111 | margin-top: 0; 112 | margin-bottom: 0; 113 | } 114 | } 115 | @media (min-width: 1200px) { 116 | /* Widen the fixed sidebar again */ 117 | .bs-sidebar.affix-bottom, 118 | .bs-sidebar.affix { 119 | width: 263px; 120 | } 121 | } 122 | 123 | 124 | /* Added to support >2 level nav in drop down */ 125 | 126 | .dropdown-submenu { 127 | position: relative; 128 | } 129 | 130 | .dropdown-submenu>.dropdown-menu { 131 | top: 0; 132 | left: 100%; 133 | margin-top: 0px; 134 | margin-left: 0px; 135 | } 136 | 137 | .dropdown-submenu:hover>.dropdown-menu { 138 | display: block; 139 | } 140 | 141 | .dropdown-submenu>a:after { 142 | display: block; 143 | content: " "; 144 | float: right; 145 | width: 0; 146 | height: 0; 147 | border-color: transparent; 148 | border-style: solid; 149 | border-width: 5px 0 5px 5px; 150 | border-left-color: #ccc; 151 | margin-top: 5px; 152 | margin-right: -10px; 153 | } 154 | 155 | .dropdown-submenu:hover>a:after { 156 | border-left-color: #fff; 157 | } 158 | 159 | .dropdown-submenu.pull-left { 160 | float: none; 161 | } 162 | 163 | .dropdown-submenu.pull-left>.dropdown-menu { 164 | left: -100%; 165 | margin-left: 00px; 166 | } 167 | /* Start Bootstrap Callouts CSS Source by Chris Pratt (https://codepen.io/chrisdpratt/pen/IAymB) MIT License*/ 168 | .bs-callout { 169 | padding: 20px; 170 | margin: 20px 0; 171 | border: 1px solid #eee; 172 | border-left-width: 5px; 173 | border-radius: 3px; 174 | background-color: #FCFDFF; 175 | } 176 | .bs-callout h4 { 177 | font-style: normal; 178 | font-weight: 400; 179 | margin-top: 0; 180 | margin-bottom: 5px; 181 | } 182 | .bs-callout p:last-child { 183 | margin-bottom: 0; 184 | } 185 | .bs-callout code { 186 | border-radius: 3px; 187 | } 188 | .bs-callout+.bs-callout { 189 | margin-top: -5px; 190 | } 191 | .bs-callout-default { 192 | border-left-color: #FA023C; /*modified from upstream default by Christopher Simpkins*/ 193 | } 194 | .bs-callout-default h4 { 195 | color: #FA023C; /*modified from upstream default by Christopher Simpkins*/ 196 | } 197 | .bs-callout-primary { 198 | border-left-color: #428bca; 199 | } 200 | .bs-callout-primary h4 { 201 | color: #428bca; 202 | } 203 | .bs-callout-success { 204 | border-left-color: #5cb85c; 205 | } 206 | .bs-callout-success h4 { 207 | color: #5cb85c; 208 | } 209 | .bs-callout-danger { 210 | border-left-color: #d9534f; 211 | } 212 | .bs-callout-danger h4 { 213 | color: #d9534f; 214 | } 215 | .bs-callout-warning { 216 | border-left-color: #f0ad4e; 217 | } 218 | .bs-callout-warning h4 { 219 | color: #f0ad4e; 220 | } 221 | .bs-callout-info { 222 | border-left-color: #5bc0de; 223 | } 224 | .bs-callout-info h4 { 225 | color: #5bc0de; 226 | } 227 | /* End Bootstrap Callouts CSS Source by Chris Pratt */ 228 | 229 | /* Headerlinks */ 230 | .headerlink { 231 | display: none; 232 | padding-left: .5em; 233 | } 234 | 235 | h1:hover .headerlink, h2:hover .headerlink, h3:hover .headerlink, h4:hover .headerlink, h5:hover .headerlink, h6:hover .headerlink { 236 | display: inline-block; 237 | } 238 | 239 | /* Admonitions */ 240 | .admonition { 241 | padding: 20px; 242 | margin: 20px 0; 243 | border: 1px solid #eee; 244 | border-left-width: 5px; 245 | border-radius: 3px; 246 | background-color: #FCFDFF; 247 | } 248 | 249 | .admonition p:last-child { 250 | margin-bottom: 0; 251 | } 252 | .admonition code { 253 | border-radius: 3px; 254 | } 255 | .admonition+.admonition { 256 | margin-top: -5px; 257 | } 258 | 259 | .admonition.note { /* csslint allow: adjoining-classes */ 260 | border-left-color: #428bca; 261 | } 262 | 263 | .admonition.warning { /* csslint allow: adjoining-classes */ 264 | border-left-color: #f0ad4e; 265 | } 266 | 267 | .admonition.danger { /* csslint allow: adjoining-classes */ 268 | border-left-color: #d9534f; 269 | } 270 | 271 | .admonition-title { 272 | font-size: 19px; 273 | font-style: normal; 274 | font-weight: 400; 275 | margin-top: 0; 276 | margin-bottom: 5px; 277 | } 278 | 279 | .admonition.note > .admonition-title { 280 | color: #428bca; 281 | } 282 | 283 | .admonition.warning > .admonition-title { 284 | color: #f0ad4e; 285 | } 286 | 287 | .admonition.danger > .admonition-title { 288 | color: #d9534f; 289 | } 290 | -------------------------------------------------------------------------------- /docs/css/base.min.css: -------------------------------------------------------------------------------- 1 | html{scroll-padding-top:70px}body{padding-top:70px}p>img{max-width:100%;height:auto}ul.nav li.first-level{font-weight:bold}ul.nav li.third-level{padding-left:12px}div.col-md-3{padding-left:0}div.col-md-9{padding-bottom:100px}div.source-links{float:right}.bs-sidebar.affix{position:static}.bs-sidebar.well{padding:0}.bs-sidenav{margin-top:30px;margin-bottom:30px;padding-top:10px;padding-bottom:10px;border-radius:5px}.bs-sidebar .nav>li>a{display:block;padding:5px 20px;z-index:1}.bs-sidebar .nav>li>a:hover,.bs-sidebar .nav>li>a:focus{text-decoration:none;border-right:1px solid}.bs-sidebar .nav>.active>a,.bs-sidebar .nav>.active:hover>a,.bs-sidebar .nav>.active:focus>a{font-weight:bold;background-color:transparent;border-right:1px solid}.bs-sidebar .nav .nav{display:none;margin-bottom:8px}.bs-sidebar .nav .nav>li>a{padding-top:3px;padding-bottom:3px;padding-left:30px;font-size:90%}@media(min-width:992px){.bs-sidebar .nav>.active>ul{display:block}.bs-sidebar.affix,.bs-sidebar.affix-bottom{width:213px}.bs-sidebar.affix{position:fixed;top:80px;max-height:calc(100% - 180px);overflow-y:auto}.bs-sidebar.affix-bottom{position:absolute}.bs-sidebar.affix-bottom .bs-sidenav,.bs-sidebar.affix .bs-sidenav{margin-top:0;margin-bottom:0}}@media(min-width:1200px){.bs-sidebar.affix-bottom,.bs-sidebar.affix{width:263px}}.dropdown-submenu{position:relative}.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:0;margin-left:0}.dropdown-submenu:hover>.dropdown-menu{display:block}.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#ccc;margin-top:5px;margin-right:-10px}.dropdown-submenu:hover>a:after{border-left-color:#fff}.dropdown-submenu.pull-left{float:none}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:00px}.bs-callout{padding:20px;margin:20px 0;border:1px solid #eee;border-left-width:5px;border-radius:3px;background-color:#fcfdff}.bs-callout h4{font-style:normal;font-weight:400;margin-top:0;margin-bottom:5px}.bs-callout p:last-child{margin-bottom:0}.bs-callout code{border-radius:3px}.bs-callout+.bs-callout{margin-top:-5px}.bs-callout-default{border-left-color:#fa023c}.bs-callout-default h4{color:#fa023c}.bs-callout-primary{border-left-color:#428bca}.bs-callout-primary h4{color:#428bca}.bs-callout-success{border-left-color:#5cb85c}.bs-callout-success h4{color:#5cb85c}.bs-callout-danger{border-left-color:#d9534f}.bs-callout-danger h4{color:#d9534f}.bs-callout-warning{border-left-color:#f0ad4e}.bs-callout-warning h4{color:#f0ad4e}.bs-callout-info{border-left-color:#5bc0de}.bs-callout-info h4{color:#5bc0de}.headerlink{display:none;padding-left:.5em}h1:hover .headerlink,h2:hover .headerlink,h3:hover .headerlink,h4:hover .headerlink,h5:hover .headerlink,h6:hover .headerlink{display:inline-block}.admonition{padding:20px;margin:20px 0;border:1px solid #eee;border-left-width:5px;border-radius:3px;background-color:#fcfdff}.admonition p:last-child{margin-bottom:0}.admonition code{border-radius:3px}.admonition+.admonition{margin-top:-5px}.admonition.note{border-left-color:#428bca}.admonition.warning{border-left-color:#f0ad4e}.admonition.danger{border-left-color:#d9534f}.admonition-title{font-size:19px;font-style:normal;font-weight:400;margin-top:0;margin-bottom:5px}.admonition.note>.admonition-title{color:#428bca}.admonition.warning>.admonition-title{color:#f0ad4e}.admonition.danger>.admonition-title{color:#d9534f} 2 | -------------------------------------------------------------------------------- /docs/css/cinder.css: -------------------------------------------------------------------------------- 1 | /* 2 | Cinder Theme for MkDocs | Copyright 2015 Christopher Simpkins | MIT License 3 | */ 4 | 5 | body { 6 | font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; 7 | font-size: 16px; 8 | line-height: 1.7; 9 | background-color: #FFF; 10 | color: #343838; 11 | } 12 | h1, h2, h3, h4, h5, h6 { 13 | font-family:'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif; 14 | color: #222; 15 | } 16 | h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { 17 | color: #B1B7B9; 18 | } 19 | 20 | h2 { 21 | margin-top: 35px; 22 | } 23 | 24 | h1, h2 { 25 | font-weight: 700; 26 | } 27 | h4 { 28 | font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif; 29 | font-weight: 300; 30 | margin-top: 20px; 31 | font-style: italic; 32 | } 33 | h5 { 34 | font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif; 35 | font-weight: 300; 36 | font-variant: small-caps; 37 | } 38 | pre, code { 39 | background-color: #FCFDFF; 40 | } 41 | pre>code { 42 | font-size: 13px; 43 | } 44 | pre { 45 | margin-top: 25px; 46 | margin-bottom: 25px; 47 | } 48 | .lead { 49 | font-family:"Inter", "Helvetica Neue", Helvetica, Arial, sans-serif; 50 | font-weight: 400; 51 | line-height: 1.4; 52 | letter-spacing: 0.0312em; 53 | color: #B1B7B9; 54 | } 55 | .navbar-default { 56 | background-color: #343838; 57 | border-bottom: 8px #EBF2F2 solid; 58 | } 59 | .bs-sidenav { 60 | background-image: url("../img/grid11.png"); 61 | background-repeat: repeat; 62 | font-family: Inter,"Helvetica Neue",Helvetica,Arial,sans-serif; 63 | font-size: 13px; 64 | } 65 | .well { 66 | background-color: #FCFDFF; 67 | } 68 | .btn-default { 69 | background-color:#FCFDFF; 70 | } 71 | .table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th { 72 | background-color: #FCFDFF; 73 | } 74 | #mkdocs-search-query:focus { 75 | outline: none; 76 | -webkit-box-shadow: none; 77 | box-shadow: none; 78 | } 79 | #mkdocs-search-query { 80 | font-family:"Inter", "Helvetica Neue", Helvetica, Arial, sans-serif; 81 | font-size: 20px; 82 | font-weight: 700; 83 | color: #343838; 84 | height: 45px; 85 | } 86 | footer > hr { 87 | width: 35%; 88 | } 89 | -------------------------------------------------------------------------------- /docs/css/cinder.min.css: -------------------------------------------------------------------------------- 1 | body{font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;line-height:1.7;background-color:#FFF;color:#343838}h1,h2,h3,h4,h5,h6{font-family:'Inter','Helvetica Neue',Helvetica,Arial,sans-serif;color:#222}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{color:#b1b7b9}h2{margin-top:35px}h1,h2{font-weight:700}h4{font-family:'Inter','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300;margin-top:20px;font-style:italic}h5{font-family:'Inter','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300;font-variant:small-caps}pre,code{background-color:#fcfdff}pre>code{font-size:13px}pre{margin-top:25px;margin-bottom:25px}.lead{font-family:"Inter","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;line-height:1.4;letter-spacing:.0312em;color:#b1b7b9}.navbar-default{background-color:#343838;border-bottom:8px #ebf2f2 solid}.bs-sidenav{background-image:url("../img/grid11.png");background-repeat:repeat;font-family:Inter,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px}.well{background-color:#fcfdff}.btn-default{background-color:#fcfdff}.table-striped>tbody>tr:nth-child(2n+1)>td,.table-striped>tbody>tr:nth-child(2n+1)>th{background-color:#fcfdff}#mkdocs-search-query:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}#mkdocs-search-query{font-family:"Inter","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:20px;font-weight:700;color:#343838;height:45px}footer>hr{width:35%} 2 | -------------------------------------------------------------------------------- /docs/css/extra.css: -------------------------------------------------------------------------------- 1 | 2 | #map { height:600px; width:100%; } 3 | 4 | .marker-properties { 5 | border-collapse:collapse; 6 | font-size:11px; 7 | border:1px solid #eee; 8 | margin:0; 9 | } 10 | .marker-properties th { 11 | white-space:nowrap; 12 | border:1px solid #eee; 13 | padding:5px 10px; 14 | } 15 | .marker-properties td { 16 | border:1px solid #eee; 17 | padding:5px 10px; 18 | } 19 | .marker-properties tr:last-child td, 20 | .marker-properties tr:last-child th { 21 | border-bottom:none; 22 | } 23 | .marker-properties tr:nth-child(even) th, 24 | .marker-properties tr:nth-child(even) td { 25 | background-color:#f7f7f7; 26 | } -------------------------------------------------------------------------------- /docs/css/highlight.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | github.com style (c) Vasily Polovnyov 4 | 5 | */ 6 | 7 | .hljs { 8 | display: block; 9 | overflow-x: auto; 10 | padding: 0.5em; 11 | color: #333; 12 | background: #FCFDFF; 13 | } 14 | 15 | .hljs-comment, 16 | .hljs-quote { 17 | color: #998; 18 | font-style: italic; 19 | } 20 | 21 | .hljs-keyword, 22 | .hljs-selector-tag, 23 | .hljs-subst { 24 | color: #333; 25 | font-weight: bold; 26 | } 27 | 28 | .hljs-number, 29 | .hljs-literal, 30 | .hljs-variable, 31 | .hljs-template-variable, 32 | .hljs-tag .hljs-attr { 33 | color: #008080; 34 | } 35 | 36 | .hljs-string, 37 | .hljs-doctag { 38 | color: #d14; 39 | } 40 | 41 | .hljs-title, 42 | .hljs-section, 43 | .hljs-selector-id { 44 | color: #900; 45 | font-weight: bold; 46 | } 47 | 48 | .hljs-subst { 49 | font-weight: normal; 50 | } 51 | 52 | .hljs-type, 53 | .hljs-class .hljs-title { 54 | color: #458; 55 | font-weight: bold; 56 | } 57 | 58 | .hljs-tag, 59 | .hljs-name, 60 | .hljs-attribute { 61 | color: #000080; 62 | font-weight: normal; 63 | } 64 | 65 | .hljs-regexp, 66 | .hljs-link { 67 | color: #009926; 68 | } 69 | 70 | .hljs-symbol, 71 | .hljs-bullet { 72 | color: #990073; 73 | } 74 | 75 | .hljs-built_in, 76 | .hljs-builtin-name { 77 | color: #0086b3; 78 | } 79 | 80 | .hljs-meta { 81 | color: #999; 82 | font-weight: bold; 83 | } 84 | 85 | .hljs-deletion { 86 | background: #fdd; 87 | } 88 | 89 | .hljs-addition { 90 | background: #dfd; 91 | } 92 | 93 | .hljs-emphasis { 94 | font-style: italic; 95 | } 96 | 97 | .hljs-strong { 98 | font-weight: bold; 99 | } 100 | -------------------------------------------------------------------------------- /docs/css/highlight.min.css: -------------------------------------------------------------------------------- 1 | .hljs{display:block;overflow-x:auto;padding:.5em;color:#333;background:#fcfdff}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:bold}.hljs-number,.hljs-literal,.hljs-variable,.hljs-template-variable,.hljs-tag .hljs-attr{color:teal}.hljs-string,.hljs-doctag{color:#d14}.hljs-title,.hljs-section,.hljs-selector-id{color:#900;font-weight:bold}.hljs-subst{font-weight:normal}.hljs-type,.hljs-class .hljs-title{color:#458;font-weight:bold}.hljs-tag,.hljs-name,.hljs-attribute{color:navy;font-weight:normal}.hljs-regexp,.hljs-link{color:#009926}.hljs-symbol,.hljs-bullet{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:bold}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold} 2 | -------------------------------------------------------------------------------- /docs/districts/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | Districts - Spatial Data of Municipalities (Maps) 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 196 | 197 |
198 | 199 | 200 |
204 |
205 | 206 |
209 | 210 | 211 |
212 | 213 | 214 | 228 | 229 | 230 | 231 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | 309 | 310 | 311 | 312 | -------------------------------------------------------------------------------- /docs/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/docs/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /docs/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/docs/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /docs/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/docs/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /docs/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/docs/img/favicon.ico -------------------------------------------------------------------------------- /docs/img/grid1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/docs/img/grid1.png -------------------------------------------------------------------------------- /docs/img/grid10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/docs/img/grid10.png -------------------------------------------------------------------------------- /docs/img/grid11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/docs/img/grid11.png -------------------------------------------------------------------------------- /docs/img/grid12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/docs/img/grid12.png -------------------------------------------------------------------------------- /docs/img/grid13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/docs/img/grid13.png -------------------------------------------------------------------------------- /docs/img/grid14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/docs/img/grid14.png -------------------------------------------------------------------------------- /docs/img/grid15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/docs/img/grid15.png -------------------------------------------------------------------------------- /docs/img/grid16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/docs/img/grid16.png -------------------------------------------------------------------------------- /docs/img/grid17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/docs/img/grid17.png -------------------------------------------------------------------------------- /docs/img/grid18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/docs/img/grid18.png -------------------------------------------------------------------------------- /docs/img/grid19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/docs/img/grid19.png -------------------------------------------------------------------------------- /docs/img/grid2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/docs/img/grid2.png -------------------------------------------------------------------------------- /docs/img/grid20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/docs/img/grid20.png -------------------------------------------------------------------------------- /docs/img/grid3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/docs/img/grid3.png -------------------------------------------------------------------------------- /docs/img/grid4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/docs/img/grid4.png -------------------------------------------------------------------------------- /docs/img/grid5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/docs/img/grid5.png -------------------------------------------------------------------------------- /docs/img/grid6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/docs/img/grid6.png -------------------------------------------------------------------------------- /docs/img/grid7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/docs/img/grid7.png -------------------------------------------------------------------------------- /docs/img/grid8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/docs/img/grid8.png -------------------------------------------------------------------------------- /docs/img/grid9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/docs/img/grid9.png -------------------------------------------------------------------------------- /docs/indian_village_boundaries/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | India Village Boundaries(Maps) - Spatial Data of Municipalities (Maps) 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 196 | 197 |
198 | 199 | 200 |
204 |
205 | 206 |
209 | 210 | 211 |
212 | 213 | 214 | 228 | 229 | 230 | 231 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | 309 | 310 | 311 | 312 | -------------------------------------------------------------------------------- /docs/js/base.js: -------------------------------------------------------------------------------- 1 | function getSearchTerm() { 2 | var sPageURL = window.location.search.substring(1); 3 | var sURLVariables = sPageURL.split('&'); 4 | for (var i = 0; i < sURLVariables.length; i++) { 5 | var sParameterName = sURLVariables[i].split('='); 6 | if (sParameterName[0] == 'q') { 7 | return sParameterName[1]; 8 | } 9 | } 10 | } 11 | 12 | $(document).ready(function() { 13 | /** 14 | * ------------------------------------------------------------------------ 15 | * Taken from themes/mkdocs/js/base.js 16 | * ------------------------------------------------------------------------ 17 | */ 18 | var search_term = getSearchTerm(), 19 | $search_modal = $('#mkdocs_search_modal'), 20 | $keyboard_modal = $('#mkdocs_keyboard_modal'); 21 | 22 | if (search_term) { 23 | $search_modal.modal(); 24 | } 25 | 26 | // make sure search input gets autofocus everytime modal opens. 27 | $search_modal.on('shown.bs.modal', function() { 28 | $search_modal.find('#mkdocs-search-query').focus(); 29 | }); 30 | 31 | // Close search modal when result is selected 32 | // The links get added later so listen to parent 33 | $('#mkdocs-search-results').click(function(e) { 34 | if ($(e.target).is('a')) { 35 | $search_modal.modal('hide'); 36 | } 37 | }); 38 | 39 | if (typeof shortcuts !== 'undefined') { 40 | // Populate keyboard modal with proper Keys 41 | $keyboard_modal.find('.help.shortcut kbd')[0].innerHTML = keyCodes[shortcuts.help]; 42 | $keyboard_modal.find('.prev.shortcut kbd')[0].innerHTML = keyCodes[shortcuts.previous]; 43 | $keyboard_modal.find('.next.shortcut kbd')[0].innerHTML = keyCodes[shortcuts.next]; 44 | $keyboard_modal.find('.search.shortcut kbd')[0].innerHTML = keyCodes[shortcuts.search]; 45 | 46 | // Keyboard navigation 47 | document.addEventListener("keydown", function(e) { 48 | if ($(e.target).is(':input')) return true; 49 | var key = e.which || e.key || window.event && window.event.key; 50 | var page; 51 | switch (key) { 52 | case shortcuts.next: 53 | page = $('.navbar a[rel="next"]:first').prop('href'); 54 | break; 55 | case shortcuts.previous: 56 | page = $('.navbar a[rel="prev"]:first').prop('href'); 57 | break; 58 | case shortcuts.search: 59 | e.preventDefault(); 60 | $keyboard_modal.modal('hide'); 61 | $search_modal.modal('show'); 62 | $search_modal.find('#mkdocs-search-query').focus(); 63 | break; 64 | case shortcuts.help: 65 | $search_modal.modal('hide'); 66 | $keyboard_modal.modal('show'); 67 | break; 68 | default: 69 | break; 70 | } 71 | if (page) { 72 | $keyboard_modal.modal('hide'); 73 | window.location.href = page; 74 | } 75 | }); 76 | } 77 | 78 | $('table').addClass('table table-striped table-hover'); 79 | 80 | // Improve the scrollspy behaviour when users click on a TOC item. 81 | $(".bs-sidenav a").on("click", function() { 82 | var clicked = this; 83 | setTimeout(function() { 84 | var active = $('.nav li.active a'); 85 | active = active[active.length - 1]; 86 | if (clicked !== active) { 87 | $(active).parent().removeClass("active"); 88 | $(clicked).parent().addClass("active"); 89 | } 90 | }, 50); 91 | }); 92 | }); 93 | 94 | 95 | /** 96 | * ------------------------------------------------------------------------ 97 | * Taken from themes/mkdocs/js/base.js 98 | * ------------------------------------------------------------------------ 99 | */ 100 | 101 | $('body').scrollspy({ 102 | target: '.bs-sidebar', 103 | offset: 100 104 | }); 105 | 106 | /* Prevent disabled links from causing a page reload */ 107 | $("li.disabled a").click(function() { 108 | event.preventDefault(); 109 | }); 110 | 111 | // See https://www.cambiaresearch.com/articles/15/javascript-char-codes-key-codes 112 | // We only list common keys below. Obscure keys are omited and their use is discouraged. 113 | var keyCodes = { 114 | 8: 'backspace', 115 | 9: 'tab', 116 | 13: 'enter', 117 | 16: 'shift', 118 | 17: 'ctrl', 119 | 18: 'alt', 120 | 19: 'pause/break', 121 | 20: 'caps lock', 122 | 27: 'escape', 123 | 32: 'spacebar', 124 | 33: 'page up', 125 | 34: 'page down', 126 | 35: 'end', 127 | 36: 'home', 128 | 37: '←', 129 | 38: '↑', 130 | 39: '→', 131 | 40: '↓', 132 | 45: 'insert', 133 | 46: 'delete', 134 | 48: '0', 135 | 49: '1', 136 | 50: '2', 137 | 51: '3', 138 | 52: '4', 139 | 53: '5', 140 | 54: '6', 141 | 55: '7', 142 | 56: '8', 143 | 57: '9', 144 | 65: 'a', 145 | 66: 'b', 146 | 67: 'c', 147 | 68: 'd', 148 | 69: 'e', 149 | 70: 'f', 150 | 71: 'g', 151 | 72: 'h', 152 | 73: 'i', 153 | 74: 'j', 154 | 75: 'k', 155 | 76: 'l', 156 | 77: 'm', 157 | 78: 'n', 158 | 79: 'o', 159 | 80: 'p', 160 | 81: 'q', 161 | 82: 'r', 162 | 83: 's', 163 | 84: 't', 164 | 85: 'u', 165 | 86: 'v', 166 | 87: 'w', 167 | 88: 'x', 168 | 89: 'y', 169 | 90: 'z', 170 | 91: 'Left Windows Key / Left ⌘', 171 | 92: 'Right Windows Key', 172 | 93: 'Windows Menu / Right ⌘', 173 | 96: 'numpad 0', 174 | 97: 'numpad 1', 175 | 98: 'numpad 2', 176 | 99: 'numpad 3', 177 | 100: 'numpad 4', 178 | 101: 'numpad 5', 179 | 102: 'numpad 6', 180 | 103: 'numpad 7', 181 | 104: 'numpad 8', 182 | 105: 'numpad 9', 183 | 106: 'multiply', 184 | 107: 'add', 185 | 109: 'subtract', 186 | 110: 'decimal point', 187 | 111: 'divide', 188 | 112: 'f1', 189 | 113: 'f2', 190 | 114: 'f3', 191 | 115: 'f4', 192 | 116: 'f5', 193 | 117: 'f6', 194 | 118: 'f7', 195 | 119: 'f8', 196 | 120: 'f9', 197 | 121: 'f10', 198 | 122: 'f11', 199 | 123: 'f12', 200 | 124: 'f13', 201 | 125: 'f14', 202 | 126: 'f15', 203 | 127: 'f16', 204 | 128: 'f17', 205 | 129: 'f18', 206 | 130: 'f19', 207 | 131: 'f20', 208 | 132: 'f21', 209 | 133: 'f22', 210 | 134: 'f23', 211 | 135: 'f24', 212 | 144: 'num lock', 213 | 145: 'scroll lock', 214 | 186: ';', 215 | 187: '=', 216 | 188: ',', 217 | 189: '‐', 218 | 190: '.', 219 | 191: '?', 220 | 192: '`', 221 | 219: '[', 222 | 220: '\', 223 | 221: ']', 224 | 222: ''', 225 | }; 226 | -------------------------------------------------------------------------------- /docs/js/extra.js: -------------------------------------------------------------------------------- 1 | L.mapbox.accessToken = 'pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJhNVlHd29ZIn0.ti6wATGDWOmCnCYen-Ip7Q'; 2 | var map = L.mapbox.map('map'); 3 | L.mapbox.tileLayer('openstreetmap.1b68f018').addTo(map); 4 | 5 | $.getJSON(map_path, function(geojson) { 6 | var geojsonLayer = L.mapbox.featureLayer(geojson).addTo(map); 7 | geojsonLayer.setStyle({ 8 | fillColor: '#ffffff', 9 | fillOpacity: 0, 10 | opacity: 0.99, 11 | color: '#666', 12 | weight:1 13 | }); 14 | var bounds = geojsonLayer.getBounds(); 15 | if (bounds.isValid()) { 16 | map.fitBounds(geojsonLayer.getBounds()); 17 | } else { 18 | map.setView([0, 0], 2); 19 | } 20 | geojsonLayer.eachLayer(function(l) { 21 | showProperties(l); 22 | }); 23 | }); 24 | 25 | function showProperties(l) { 26 | var properties = l.toGeoJSON().properties; 27 | var table = document.createElement('table'); 28 | table.setAttribute('class', 'marker-properties display') 29 | for (var key in properties) { 30 | var tr = createTableRows(key, properties[key]); 31 | table.appendChild(tr); 32 | } 33 | if (table) l.bindPopup(table); 34 | } 35 | 36 | function createTableRows(key, value) { 37 | var tr = document.createElement('tr'); 38 | var th = document.createElement('th'); 39 | var td = document.createElement('td'); 40 | key = document.createTextNode(key); 41 | value = document.createTextNode(value); 42 | th.appendChild(key); 43 | td.appendChild(value); 44 | tr.appendChild(th); 45 | tr.appendChild(td); 46 | return tr 47 | } 48 | -------------------------------------------------------------------------------- /docs/search/main.js: -------------------------------------------------------------------------------- 1 | function getSearchTermFromLocation() { 2 | var sPageURL = window.location.search.substring(1); 3 | var sURLVariables = sPageURL.split('&'); 4 | for (var i = 0; i < sURLVariables.length; i++) { 5 | var sParameterName = sURLVariables[i].split('='); 6 | if (sParameterName[0] == 'q') { 7 | return decodeURIComponent(sParameterName[1].replace(/\+/g, '%20')); 8 | } 9 | } 10 | } 11 | 12 | function joinUrl (base, path) { 13 | if (path.substring(0, 1) === "/") { 14 | // path starts with `/`. Thus it is absolute. 15 | return path; 16 | } 17 | if (base.substring(base.length-1) === "/") { 18 | // base ends with `/` 19 | return base + path; 20 | } 21 | return base + "/" + path; 22 | } 23 | 24 | function formatResult (location, title, summary) { 25 | return '

'+ title + '

' + summary +'

'; 26 | } 27 | 28 | function displayResults (results) { 29 | var search_results = document.getElementById("mkdocs-search-results"); 30 | while (search_results.firstChild) { 31 | search_results.removeChild(search_results.firstChild); 32 | } 33 | if (results.length > 0){ 34 | for (var i=0; i < results.length; i++){ 35 | var result = results[i]; 36 | var html = formatResult(result.location, result.title, result.summary); 37 | search_results.insertAdjacentHTML('beforeend', html); 38 | } 39 | } else { 40 | search_results.insertAdjacentHTML('beforeend', "

No results found

"); 41 | } 42 | } 43 | 44 | function doSearch () { 45 | var query = document.getElementById('mkdocs-search-query').value; 46 | if (query.length > 2) { 47 | if (!window.Worker) { 48 | displayResults(search(query)); 49 | } else { 50 | searchWorker.postMessage({query: query}); 51 | } 52 | } else { 53 | // Clear results for short queries 54 | displayResults([]); 55 | } 56 | } 57 | 58 | function initSearch () { 59 | var search_input = document.getElementById('mkdocs-search-query'); 60 | if (search_input) { 61 | search_input.addEventListener("keyup", doSearch); 62 | } 63 | var term = getSearchTermFromLocation(); 64 | if (term) { 65 | search_input.value = term; 66 | doSearch(); 67 | } 68 | } 69 | 70 | function onWorkerMessage (e) { 71 | if (e.data.allowSearch) { 72 | initSearch(); 73 | } else if (e.data.results) { 74 | var results = e.data.results; 75 | displayResults(results); 76 | } 77 | } 78 | 79 | if (!window.Worker) { 80 | console.log('Web Worker API not supported'); 81 | // load index in main thread 82 | $.getScript(joinUrl(base_url, "search/worker.js")).done(function () { 83 | console.log('Loaded worker'); 84 | init(); 85 | window.postMessage = function (msg) { 86 | onWorkerMessage({data: msg}); 87 | }; 88 | }).fail(function (jqxhr, settings, exception) { 89 | console.error('Could not load worker.js'); 90 | }); 91 | } else { 92 | // Wrap search in a web worker 93 | var searchWorker = new Worker(joinUrl(base_url, "search/worker.js")); 94 | searchWorker.postMessage({init: true}); 95 | searchWorker.onmessage = onWorkerMessage; 96 | } 97 | -------------------------------------------------------------------------------- /docs/search/worker.js: -------------------------------------------------------------------------------- 1 | var base_path = 'function' === typeof importScripts ? '.' : '/search/'; 2 | var allowSearch = false; 3 | var index; 4 | var documents = {}; 5 | var lang = ['en']; 6 | var data; 7 | 8 | function getScript(script, callback) { 9 | console.log('Loading script: ' + script); 10 | $.getScript(base_path + script).done(function () { 11 | callback(); 12 | }).fail(function (jqxhr, settings, exception) { 13 | console.log('Error: ' + exception); 14 | }); 15 | } 16 | 17 | function getScriptsInOrder(scripts, callback) { 18 | if (scripts.length === 0) { 19 | callback(); 20 | return; 21 | } 22 | getScript(scripts[0], function() { 23 | getScriptsInOrder(scripts.slice(1), callback); 24 | }); 25 | } 26 | 27 | function loadScripts(urls, callback) { 28 | if( 'function' === typeof importScripts ) { 29 | importScripts.apply(null, urls); 30 | callback(); 31 | } else { 32 | getScriptsInOrder(urls, callback); 33 | } 34 | } 35 | 36 | function onJSONLoaded () { 37 | data = JSON.parse(this.responseText); 38 | var scriptsToLoad = ['lunr.js']; 39 | if (data.config && data.config.lang && data.config.lang.length) { 40 | lang = data.config.lang; 41 | } 42 | if (lang.length > 1 || lang[0] !== "en") { 43 | scriptsToLoad.push('lunr.stemmer.support.js'); 44 | if (lang.length > 1) { 45 | scriptsToLoad.push('lunr.multi.js'); 46 | } 47 | for (var i=0; i < lang.length; i++) { 48 | if (lang[i] != 'en') { 49 | scriptsToLoad.push(['lunr', lang[i], 'js'].join('.')); 50 | } 51 | } 52 | } 53 | loadScripts(scriptsToLoad, onScriptsLoaded); 54 | } 55 | 56 | function onScriptsLoaded () { 57 | console.log('All search scripts loaded, building Lunr index...'); 58 | if (data.config && data.config.separator && data.config.separator.length) { 59 | lunr.tokenizer.separator = new RegExp(data.config.separator); 60 | } 61 | if (data.index) { 62 | index = lunr.Index.load(data.index); 63 | data.docs.forEach(function (doc) { 64 | documents[doc.location] = doc; 65 | }); 66 | console.log('Lunr pre-built index loaded, search ready'); 67 | } else { 68 | index = lunr(function () { 69 | if (lang.length === 1 && lang[0] !== "en" && lunr[lang[0]]) { 70 | this.use(lunr[lang[0]]); 71 | } else if (lang.length > 1) { 72 | this.use(lunr.multiLanguage.apply(null, lang)); // spread operator not supported in all browsers: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_operator#Browser_compatibility 73 | } 74 | this.field('title'); 75 | this.field('text'); 76 | this.ref('location'); 77 | 78 | for (var i=0; i < data.docs.length; i++) { 79 | var doc = data.docs[i]; 80 | this.add(doc); 81 | documents[doc.location] = doc; 82 | } 83 | }); 84 | console.log('Lunr index built, search ready'); 85 | } 86 | allowSearch = true; 87 | postMessage({allowSearch: allowSearch}); 88 | } 89 | 90 | function init () { 91 | var oReq = new XMLHttpRequest(); 92 | oReq.addEventListener("load", onJSONLoaded); 93 | var index_path = base_path + '/search_index.json'; 94 | if( 'function' === typeof importScripts ){ 95 | index_path = 'search_index.json'; 96 | } 97 | oReq.open("GET", index_path); 98 | oReq.send(); 99 | } 100 | 101 | function search (query) { 102 | if (!allowSearch) { 103 | console.error('Assets for search still loading'); 104 | return; 105 | } 106 | 107 | var resultDocuments = []; 108 | var results = index.search(query); 109 | for (var i=0; i < results.length; i++){ 110 | var result = results[i]; 111 | doc = documents[result.ref]; 112 | doc.summary = doc.text.substring(0, 200); 113 | resultDocuments.push(doc); 114 | } 115 | return resultDocuments; 116 | } 117 | 118 | if( 'function' === typeof importScripts ) { 119 | onmessage = function (e) { 120 | if (e.data.init) { 121 | init(); 122 | } else if (e.data.query) { 123 | postMessage({ results: search(e.data.query) }); 124 | } else { 125 | console.error("Worker - Unrecognized message: " + e); 126 | } 127 | }; 128 | } 129 | -------------------------------------------------------------------------------- /docs/sitemap.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | None 4 | 2021-08-17 5 | daily 6 | 7 | None 8 | 2021-08-17 9 | daily 10 | 11 | None 12 | 2021-08-17 13 | daily 14 | 15 | None 16 | 2021-08-17 17 | daily 18 | 19 | None 20 | 2021-08-17 21 | daily 22 | 23 | None 24 | 2021-08-17 25 | daily 26 | 27 | None 28 | 2021-08-17 29 | daily 30 | 31 | None 32 | 2021-08-17 33 | daily 34 | 35 | None 36 | 2021-08-17 37 | daily 38 | 39 | None 40 | 2021-08-17 41 | daily 42 | 43 | None 44 | 2021-08-17 45 | daily 46 | 47 | None 48 | 2021-08-17 49 | daily 50 | 51 | None 52 | 2021-08-17 53 | daily 54 | 55 | None 56 | 2021-08-17 57 | daily 58 | 59 | -------------------------------------------------------------------------------- /docs/sitemap.xml.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/docs/sitemap.xml.gz -------------------------------------------------------------------------------- /docs/states/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | States - Spatial Data of Municipalities (Maps) 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 196 | 197 |
198 | 199 | 200 |
204 |
205 | 206 |
209 | 210 | 211 |
212 | 213 | 214 | 228 | 229 | 230 | 231 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | 309 | 310 | 311 | 312 | -------------------------------------------------------------------------------- /website/cinder/404.html: -------------------------------------------------------------------------------- 1 | {% extends "base.html" %} 2 | 3 | {% block content %} 4 | 5 |
6 |
7 |

404

8 |

Page not found

9 |

Home

10 |
11 |
12 | 13 | {% endblock %} 14 | -------------------------------------------------------------------------------- /website/cinder/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/website/cinder/__init__.py -------------------------------------------------------------------------------- /website/cinder/base.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | {% if config.site_description %}{% endif %} 9 | {% if config.site_author %}{% endif %} 10 | {% if page.canonical_url %}{% endif %} 11 | 12 | 13 | {% block htmltitle %} 14 | {% if page.title %}{{ page.title }} - {% endif %}{{ config.site_name }} 15 | {% endblock %} 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | {% if config.theme.highlightjs is defined and config.theme.highlightjs is sameas false %} 27 | 28 | {% else %} 29 | {% if config.theme.colorscheme %} 30 | 31 | {% else %} 32 | 33 | {% endif %} 34 | {% endif %} 35 | 36 | {%- for path in config['extra_css'] %} 37 | 38 | {%- endfor %} 39 | 40 | 41 | 45 | 46 | {% if config.google_analytics %} 47 | 63 | {% endif %} 64 | 65 | {% block extrahead %} {% endblock %} 66 | 67 | 68 | 69 | 70 | {% include "nav.html" %} 71 | 72 |
73 | {% block content %} 74 | {% if page.meta.disable_toc %} 75 |
{% include "content.html" %}
76 | {% else %} 77 |
{% include "toc.html" %}
78 |
{% include "content.html" %}
79 | {% endif %} 80 | {% endblock %} 81 |
82 | 83 | {% if not config.theme.disable_footer %} 84 |
85 | {% block footer %} 86 | {% if not config.theme.disable_footer_except_revision %} 87 |
88 |

{% if config.copyright %} 89 | {{ config.copyright }}
90 | {% endif %} 91 | Documentation built with MkDocs. 92 |

93 | {% endif %} 94 | 95 | {% if page and page.meta.revision_date %} 96 | {% if config.theme.disable_footer_except_revision %}
{% else %}
{% endif %} 97 | Revised on: {{ page.meta.revision_date }} 98 | {% endif %} 99 | {% endblock %} 100 |
101 | {% endif %} 102 | 103 | {%- block scripts %} 104 | 105 | 106 | 107 | {% if config.theme.highlightjs is defined and config.theme.highlightjs is sameas false %} 108 | 109 | {% else %} 110 | 111 | {% if config.theme.hljs_languages %} 112 | {%- for lang in config.theme.hljs_languages %} 113 | 114 | {%- endfor %} 115 | {% endif %} 116 | 117 | {% endif %} 118 | 119 | 120 | {% if config.shortcuts %} 121 | 122 | {% endif %} 123 | 124 | {%- for path in config['extra_javascript'] %} 125 | 126 | {%- endfor %} 127 | {%- endblock %} 128 | 129 | {% if 'search' in config['plugins'] %}{%- include "search-modal.html" %}{% endif %} 130 | {%- include "keyboard-modal.html" %} 131 | 132 | 133 | 134 | {% if page and page.is_homepage %} 135 | 139 | {% endif %} 140 | -------------------------------------------------------------------------------- /website/cinder/content.html: -------------------------------------------------------------------------------- 1 | {% if page.meta.source %} 2 | 7 | {% endif %} 8 | 9 | {{ page.content }} 10 | -------------------------------------------------------------------------------- /website/cinder/css/base.css: -------------------------------------------------------------------------------- 1 | html { 2 | scroll-padding-top: 70px; 3 | } 4 | 5 | body { 6 | padding-top: 70px; 7 | } 8 | 9 | p > img { 10 | max-width: 100%; 11 | height: auto; 12 | } 13 | 14 | ul.nav li.first-level { 15 | font-weight: bold; 16 | } 17 | 18 | ul.nav li.third-level { 19 | padding-left: 12px; 20 | } 21 | 22 | div.col-md-3 { 23 | padding-left: 0; 24 | } 25 | 26 | div.col-md-9 { 27 | padding-bottom: 100px; 28 | } 29 | 30 | div.source-links { 31 | float: right; 32 | } 33 | 34 | /* 35 | * Side navigation 36 | * 37 | * Scrollspy and affixed enhanced navigation to highlight sections and secondary 38 | * sections of docs content. 39 | */ 40 | 41 | /* By default it's not affixed in mobile views, so undo that */ 42 | .bs-sidebar.affix { 43 | position: static; 44 | } 45 | 46 | .bs-sidebar.well { 47 | padding: 0; 48 | } 49 | 50 | /* First level of nav */ 51 | .bs-sidenav { 52 | margin-top: 30px; 53 | margin-bottom: 30px; 54 | padding-top: 10px; 55 | padding-bottom: 10px; 56 | border-radius: 5px; 57 | } 58 | 59 | /* All levels of nav */ 60 | .bs-sidebar .nav > li > a { 61 | display: block; 62 | padding: 5px 20px; 63 | z-index: 1; 64 | } 65 | .bs-sidebar .nav > li > a:hover, 66 | .bs-sidebar .nav > li > a:focus { 67 | text-decoration: none; 68 | border-right: 1px solid; 69 | } 70 | .bs-sidebar .nav > .active > a, 71 | .bs-sidebar .nav > .active:hover > a, 72 | .bs-sidebar .nav > .active:focus > a { 73 | font-weight: bold; 74 | background-color: transparent; 75 | border-right: 1px solid; 76 | } 77 | 78 | /* Nav: second level (shown on .active) */ 79 | .bs-sidebar .nav .nav { 80 | display: none; /* Hide by default, but at >768px, show it */ 81 | margin-bottom: 8px; 82 | } 83 | .bs-sidebar .nav .nav > li > a { 84 | padding-top: 3px; 85 | padding-bottom: 3px; 86 | padding-left: 30px; 87 | font-size: 90%; 88 | } 89 | 90 | /* Show and affix the side nav when space allows it */ 91 | @media (min-width: 992px) { 92 | .bs-sidebar .nav > .active > ul { 93 | display: block; 94 | } 95 | /* Widen the fixed sidebar */ 96 | .bs-sidebar.affix, 97 | .bs-sidebar.affix-bottom { 98 | width: 213px; 99 | } 100 | .bs-sidebar.affix { 101 | position: fixed; /* Undo the static from mobile first approach */ 102 | top: 80px; 103 | max-height: calc(100% - 180px); 104 | overflow-y: auto; 105 | } 106 | .bs-sidebar.affix-bottom { 107 | position: absolute; /* Undo the static from mobile first approach */ 108 | } 109 | .bs-sidebar.affix-bottom .bs-sidenav, 110 | .bs-sidebar.affix .bs-sidenav { 111 | margin-top: 0; 112 | margin-bottom: 0; 113 | } 114 | } 115 | @media (min-width: 1200px) { 116 | /* Widen the fixed sidebar again */ 117 | .bs-sidebar.affix-bottom, 118 | .bs-sidebar.affix { 119 | width: 263px; 120 | } 121 | } 122 | 123 | 124 | /* Added to support >2 level nav in drop down */ 125 | 126 | .dropdown-submenu { 127 | position: relative; 128 | } 129 | 130 | .dropdown-submenu>.dropdown-menu { 131 | top: 0; 132 | left: 100%; 133 | margin-top: 0px; 134 | margin-left: 0px; 135 | } 136 | 137 | .dropdown-submenu:hover>.dropdown-menu { 138 | display: block; 139 | } 140 | 141 | .dropdown-submenu>a:after { 142 | display: block; 143 | content: " "; 144 | float: right; 145 | width: 0; 146 | height: 0; 147 | border-color: transparent; 148 | border-style: solid; 149 | border-width: 5px 0 5px 5px; 150 | border-left-color: #ccc; 151 | margin-top: 5px; 152 | margin-right: -10px; 153 | } 154 | 155 | .dropdown-submenu:hover>a:after { 156 | border-left-color: #fff; 157 | } 158 | 159 | .dropdown-submenu.pull-left { 160 | float: none; 161 | } 162 | 163 | .dropdown-submenu.pull-left>.dropdown-menu { 164 | left: -100%; 165 | margin-left: 00px; 166 | } 167 | /* Start Bootstrap Callouts CSS Source by Chris Pratt (https://codepen.io/chrisdpratt/pen/IAymB) MIT License*/ 168 | .bs-callout { 169 | padding: 20px; 170 | margin: 20px 0; 171 | border: 1px solid #eee; 172 | border-left-width: 5px; 173 | border-radius: 3px; 174 | background-color: #FCFDFF; 175 | } 176 | .bs-callout h4 { 177 | font-style: normal; 178 | font-weight: 400; 179 | margin-top: 0; 180 | margin-bottom: 5px; 181 | } 182 | .bs-callout p:last-child { 183 | margin-bottom: 0; 184 | } 185 | .bs-callout code { 186 | border-radius: 3px; 187 | } 188 | .bs-callout+.bs-callout { 189 | margin-top: -5px; 190 | } 191 | .bs-callout-default { 192 | border-left-color: #FA023C; /*modified from upstream default by Christopher Simpkins*/ 193 | } 194 | .bs-callout-default h4 { 195 | color: #FA023C; /*modified from upstream default by Christopher Simpkins*/ 196 | } 197 | .bs-callout-primary { 198 | border-left-color: #428bca; 199 | } 200 | .bs-callout-primary h4 { 201 | color: #428bca; 202 | } 203 | .bs-callout-success { 204 | border-left-color: #5cb85c; 205 | } 206 | .bs-callout-success h4 { 207 | color: #5cb85c; 208 | } 209 | .bs-callout-danger { 210 | border-left-color: #d9534f; 211 | } 212 | .bs-callout-danger h4 { 213 | color: #d9534f; 214 | } 215 | .bs-callout-warning { 216 | border-left-color: #f0ad4e; 217 | } 218 | .bs-callout-warning h4 { 219 | color: #f0ad4e; 220 | } 221 | .bs-callout-info { 222 | border-left-color: #5bc0de; 223 | } 224 | .bs-callout-info h4 { 225 | color: #5bc0de; 226 | } 227 | /* End Bootstrap Callouts CSS Source by Chris Pratt */ 228 | 229 | /* Headerlinks */ 230 | .headerlink { 231 | display: none; 232 | padding-left: .5em; 233 | } 234 | 235 | h1:hover .headerlink, h2:hover .headerlink, h3:hover .headerlink, h4:hover .headerlink, h5:hover .headerlink, h6:hover .headerlink { 236 | display: inline-block; 237 | } 238 | 239 | /* Admonitions */ 240 | .admonition { 241 | padding: 20px; 242 | margin: 20px 0; 243 | border: 1px solid #eee; 244 | border-left-width: 5px; 245 | border-radius: 3px; 246 | background-color: #FCFDFF; 247 | } 248 | 249 | .admonition p:last-child { 250 | margin-bottom: 0; 251 | } 252 | .admonition code { 253 | border-radius: 3px; 254 | } 255 | .admonition+.admonition { 256 | margin-top: -5px; 257 | } 258 | 259 | .admonition.note { /* csslint allow: adjoining-classes */ 260 | border-left-color: #428bca; 261 | } 262 | 263 | .admonition.warning { /* csslint allow: adjoining-classes */ 264 | border-left-color: #f0ad4e; 265 | } 266 | 267 | .admonition.danger { /* csslint allow: adjoining-classes */ 268 | border-left-color: #d9534f; 269 | } 270 | 271 | .admonition-title { 272 | font-size: 19px; 273 | font-style: normal; 274 | font-weight: 400; 275 | margin-top: 0; 276 | margin-bottom: 5px; 277 | } 278 | 279 | .admonition.note > .admonition-title { 280 | color: #428bca; 281 | } 282 | 283 | .admonition.warning > .admonition-title { 284 | color: #f0ad4e; 285 | } 286 | 287 | .admonition.danger > .admonition-title { 288 | color: #d9534f; 289 | } 290 | -------------------------------------------------------------------------------- /website/cinder/css/base.min.css: -------------------------------------------------------------------------------- 1 | html{scroll-padding-top:70px}body{padding-top:70px}p>img{max-width:100%;height:auto}ul.nav li.first-level{font-weight:bold}ul.nav li.third-level{padding-left:12px}div.col-md-3{padding-left:0}div.col-md-9{padding-bottom:100px}div.source-links{float:right}.bs-sidebar.affix{position:static}.bs-sidebar.well{padding:0}.bs-sidenav{margin-top:30px;margin-bottom:30px;padding-top:10px;padding-bottom:10px;border-radius:5px}.bs-sidebar .nav>li>a{display:block;padding:5px 20px;z-index:1}.bs-sidebar .nav>li>a:hover,.bs-sidebar .nav>li>a:focus{text-decoration:none;border-right:1px solid}.bs-sidebar .nav>.active>a,.bs-sidebar .nav>.active:hover>a,.bs-sidebar .nav>.active:focus>a{font-weight:bold;background-color:transparent;border-right:1px solid}.bs-sidebar .nav .nav{display:none;margin-bottom:8px}.bs-sidebar .nav .nav>li>a{padding-top:3px;padding-bottom:3px;padding-left:30px;font-size:90%}@media(min-width:992px){.bs-sidebar .nav>.active>ul{display:block}.bs-sidebar.affix,.bs-sidebar.affix-bottom{width:213px}.bs-sidebar.affix{position:fixed;top:80px;max-height:calc(100% - 180px);overflow-y:auto}.bs-sidebar.affix-bottom{position:absolute}.bs-sidebar.affix-bottom .bs-sidenav,.bs-sidebar.affix .bs-sidenav{margin-top:0;margin-bottom:0}}@media(min-width:1200px){.bs-sidebar.affix-bottom,.bs-sidebar.affix{width:263px}}.dropdown-submenu{position:relative}.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:0;margin-left:0}.dropdown-submenu:hover>.dropdown-menu{display:block}.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#ccc;margin-top:5px;margin-right:-10px}.dropdown-submenu:hover>a:after{border-left-color:#fff}.dropdown-submenu.pull-left{float:none}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:00px}.bs-callout{padding:20px;margin:20px 0;border:1px solid #eee;border-left-width:5px;border-radius:3px;background-color:#fcfdff}.bs-callout h4{font-style:normal;font-weight:400;margin-top:0;margin-bottom:5px}.bs-callout p:last-child{margin-bottom:0}.bs-callout code{border-radius:3px}.bs-callout+.bs-callout{margin-top:-5px}.bs-callout-default{border-left-color:#fa023c}.bs-callout-default h4{color:#fa023c}.bs-callout-primary{border-left-color:#428bca}.bs-callout-primary h4{color:#428bca}.bs-callout-success{border-left-color:#5cb85c}.bs-callout-success h4{color:#5cb85c}.bs-callout-danger{border-left-color:#d9534f}.bs-callout-danger h4{color:#d9534f}.bs-callout-warning{border-left-color:#f0ad4e}.bs-callout-warning h4{color:#f0ad4e}.bs-callout-info{border-left-color:#5bc0de}.bs-callout-info h4{color:#5bc0de}.headerlink{display:none;padding-left:.5em}h1:hover .headerlink,h2:hover .headerlink,h3:hover .headerlink,h4:hover .headerlink,h5:hover .headerlink,h6:hover .headerlink{display:inline-block}.admonition{padding:20px;margin:20px 0;border:1px solid #eee;border-left-width:5px;border-radius:3px;background-color:#fcfdff}.admonition p:last-child{margin-bottom:0}.admonition code{border-radius:3px}.admonition+.admonition{margin-top:-5px}.admonition.note{border-left-color:#428bca}.admonition.warning{border-left-color:#f0ad4e}.admonition.danger{border-left-color:#d9534f}.admonition-title{font-size:19px;font-style:normal;font-weight:400;margin-top:0;margin-bottom:5px}.admonition.note>.admonition-title{color:#428bca}.admonition.warning>.admonition-title{color:#f0ad4e}.admonition.danger>.admonition-title{color:#d9534f} 2 | -------------------------------------------------------------------------------- /website/cinder/css/cinder.css: -------------------------------------------------------------------------------- 1 | /* 2 | Cinder Theme for MkDocs | Copyright 2015 Christopher Simpkins | MIT License 3 | */ 4 | 5 | body { 6 | font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; 7 | font-size: 16px; 8 | line-height: 1.7; 9 | background-color: #FFF; 10 | color: #343838; 11 | } 12 | h1, h2, h3, h4, h5, h6 { 13 | font-family:'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif; 14 | color: #222; 15 | } 16 | h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { 17 | color: #B1B7B9; 18 | } 19 | 20 | h2 { 21 | margin-top: 35px; 22 | } 23 | 24 | h1, h2 { 25 | font-weight: 700; 26 | } 27 | h4 { 28 | font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif; 29 | font-weight: 300; 30 | margin-top: 20px; 31 | font-style: italic; 32 | } 33 | h5 { 34 | font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif; 35 | font-weight: 300; 36 | font-variant: small-caps; 37 | } 38 | pre, code { 39 | background-color: #FCFDFF; 40 | } 41 | pre>code { 42 | font-size: 13px; 43 | } 44 | pre { 45 | margin-top: 25px; 46 | margin-bottom: 25px; 47 | } 48 | .lead { 49 | font-family:"Inter", "Helvetica Neue", Helvetica, Arial, sans-serif; 50 | font-weight: 400; 51 | line-height: 1.4; 52 | letter-spacing: 0.0312em; 53 | color: #B1B7B9; 54 | } 55 | .navbar-default { 56 | background-color: #343838; 57 | border-bottom: 8px #EBF2F2 solid; 58 | } 59 | .bs-sidenav { 60 | background-image: url("../img/grid11.png"); 61 | background-repeat: repeat; 62 | font-family: Inter,"Helvetica Neue",Helvetica,Arial,sans-serif; 63 | font-size: 13px; 64 | } 65 | .well { 66 | background-color: #FCFDFF; 67 | } 68 | .btn-default { 69 | background-color:#FCFDFF; 70 | } 71 | .table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th { 72 | background-color: #FCFDFF; 73 | } 74 | #mkdocs-search-query:focus { 75 | outline: none; 76 | -webkit-box-shadow: none; 77 | box-shadow: none; 78 | } 79 | #mkdocs-search-query { 80 | font-family:"Inter", "Helvetica Neue", Helvetica, Arial, sans-serif; 81 | font-size: 20px; 82 | font-weight: 700; 83 | color: #343838; 84 | height: 45px; 85 | } 86 | footer > hr { 87 | width: 35%; 88 | } 89 | -------------------------------------------------------------------------------- /website/cinder/css/cinder.min.css: -------------------------------------------------------------------------------- 1 | body{font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;line-height:1.7;background-color:#FFF;color:#343838}h1,h2,h3,h4,h5,h6{font-family:'Inter','Helvetica Neue',Helvetica,Arial,sans-serif;color:#222}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{color:#b1b7b9}h2{margin-top:35px}h1,h2{font-weight:700}h4{font-family:'Inter','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300;margin-top:20px;font-style:italic}h5{font-family:'Inter','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:300;font-variant:small-caps}pre,code{background-color:#fcfdff}pre>code{font-size:13px}pre{margin-top:25px;margin-bottom:25px}.lead{font-family:"Inter","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;line-height:1.4;letter-spacing:.0312em;color:#b1b7b9}.navbar-default{background-color:#343838;border-bottom:8px #ebf2f2 solid}.bs-sidenav{background-image:url("../img/grid11.png");background-repeat:repeat;font-family:Inter,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px}.well{background-color:#fcfdff}.btn-default{background-color:#fcfdff}.table-striped>tbody>tr:nth-child(2n+1)>td,.table-striped>tbody>tr:nth-child(2n+1)>th{background-color:#fcfdff}#mkdocs-search-query:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}#mkdocs-search-query{font-family:"Inter","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:20px;font-weight:700;color:#343838;height:45px}footer>hr{width:35%} 2 | -------------------------------------------------------------------------------- /website/cinder/css/highlight.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | github.com style (c) Vasily Polovnyov 4 | 5 | */ 6 | 7 | .hljs { 8 | display: block; 9 | overflow-x: auto; 10 | padding: 0.5em; 11 | color: #333; 12 | background: #FCFDFF; 13 | } 14 | 15 | .hljs-comment, 16 | .hljs-quote { 17 | color: #998; 18 | font-style: italic; 19 | } 20 | 21 | .hljs-keyword, 22 | .hljs-selector-tag, 23 | .hljs-subst { 24 | color: #333; 25 | font-weight: bold; 26 | } 27 | 28 | .hljs-number, 29 | .hljs-literal, 30 | .hljs-variable, 31 | .hljs-template-variable, 32 | .hljs-tag .hljs-attr { 33 | color: #008080; 34 | } 35 | 36 | .hljs-string, 37 | .hljs-doctag { 38 | color: #d14; 39 | } 40 | 41 | .hljs-title, 42 | .hljs-section, 43 | .hljs-selector-id { 44 | color: #900; 45 | font-weight: bold; 46 | } 47 | 48 | .hljs-subst { 49 | font-weight: normal; 50 | } 51 | 52 | .hljs-type, 53 | .hljs-class .hljs-title { 54 | color: #458; 55 | font-weight: bold; 56 | } 57 | 58 | .hljs-tag, 59 | .hljs-name, 60 | .hljs-attribute { 61 | color: #000080; 62 | font-weight: normal; 63 | } 64 | 65 | .hljs-regexp, 66 | .hljs-link { 67 | color: #009926; 68 | } 69 | 70 | .hljs-symbol, 71 | .hljs-bullet { 72 | color: #990073; 73 | } 74 | 75 | .hljs-built_in, 76 | .hljs-builtin-name { 77 | color: #0086b3; 78 | } 79 | 80 | .hljs-meta { 81 | color: #999; 82 | font-weight: bold; 83 | } 84 | 85 | .hljs-deletion { 86 | background: #fdd; 87 | } 88 | 89 | .hljs-addition { 90 | background: #dfd; 91 | } 92 | 93 | .hljs-emphasis { 94 | font-style: italic; 95 | } 96 | 97 | .hljs-strong { 98 | font-weight: bold; 99 | } 100 | -------------------------------------------------------------------------------- /website/cinder/css/highlight.min.css: -------------------------------------------------------------------------------- 1 | .hljs{display:block;overflow-x:auto;padding:.5em;color:#333;background:#fcfdff}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:bold}.hljs-number,.hljs-literal,.hljs-variable,.hljs-template-variable,.hljs-tag .hljs-attr{color:teal}.hljs-string,.hljs-doctag{color:#d14}.hljs-title,.hljs-section,.hljs-selector-id{color:#900;font-weight:bold}.hljs-subst{font-weight:normal}.hljs-type,.hljs-class .hljs-title{color:#458;font-weight:bold}.hljs-tag,.hljs-name,.hljs-attribute{color:navy;font-weight:normal}.hljs-regexp,.hljs-link{color:#009926}.hljs-symbol,.hljs-bullet{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:bold}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold} 2 | -------------------------------------------------------------------------------- /website/cinder/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/website/cinder/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /website/cinder/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/website/cinder/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /website/cinder/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/website/cinder/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /website/cinder/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/website/cinder/img/favicon.ico -------------------------------------------------------------------------------- /website/cinder/img/grid1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/website/cinder/img/grid1.png -------------------------------------------------------------------------------- /website/cinder/img/grid10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/website/cinder/img/grid10.png -------------------------------------------------------------------------------- /website/cinder/img/grid11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/website/cinder/img/grid11.png -------------------------------------------------------------------------------- /website/cinder/img/grid12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/website/cinder/img/grid12.png -------------------------------------------------------------------------------- /website/cinder/img/grid13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/website/cinder/img/grid13.png -------------------------------------------------------------------------------- /website/cinder/img/grid14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/website/cinder/img/grid14.png -------------------------------------------------------------------------------- /website/cinder/img/grid15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/website/cinder/img/grid15.png -------------------------------------------------------------------------------- /website/cinder/img/grid16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/website/cinder/img/grid16.png -------------------------------------------------------------------------------- /website/cinder/img/grid17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/website/cinder/img/grid17.png -------------------------------------------------------------------------------- /website/cinder/img/grid18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/website/cinder/img/grid18.png -------------------------------------------------------------------------------- /website/cinder/img/grid19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/website/cinder/img/grid19.png -------------------------------------------------------------------------------- /website/cinder/img/grid2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/website/cinder/img/grid2.png -------------------------------------------------------------------------------- /website/cinder/img/grid20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/website/cinder/img/grid20.png -------------------------------------------------------------------------------- /website/cinder/img/grid3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/website/cinder/img/grid3.png -------------------------------------------------------------------------------- /website/cinder/img/grid4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/website/cinder/img/grid4.png -------------------------------------------------------------------------------- /website/cinder/img/grid5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/website/cinder/img/grid5.png -------------------------------------------------------------------------------- /website/cinder/img/grid6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/website/cinder/img/grid6.png -------------------------------------------------------------------------------- /website/cinder/img/grid7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/website/cinder/img/grid7.png -------------------------------------------------------------------------------- /website/cinder/img/grid8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/website/cinder/img/grid8.png -------------------------------------------------------------------------------- /website/cinder/img/grid9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datameet/Municipal_Spatial_Data/9b4d1c2ece54cdeb6f5e8bad9ccad7844f783b17/website/cinder/img/grid9.png -------------------------------------------------------------------------------- /website/cinder/js/base.js: -------------------------------------------------------------------------------- 1 | function getSearchTerm() { 2 | var sPageURL = window.location.search.substring(1); 3 | var sURLVariables = sPageURL.split('&'); 4 | for (var i = 0; i < sURLVariables.length; i++) { 5 | var sParameterName = sURLVariables[i].split('='); 6 | if (sParameterName[0] == 'q') { 7 | return sParameterName[1]; 8 | } 9 | } 10 | } 11 | 12 | $(document).ready(function() { 13 | /** 14 | * ------------------------------------------------------------------------ 15 | * Taken from themes/mkdocs/js/base.js 16 | * ------------------------------------------------------------------------ 17 | */ 18 | var search_term = getSearchTerm(), 19 | $search_modal = $('#mkdocs_search_modal'), 20 | $keyboard_modal = $('#mkdocs_keyboard_modal'); 21 | 22 | if (search_term) { 23 | $search_modal.modal(); 24 | } 25 | 26 | // make sure search input gets autofocus everytime modal opens. 27 | $search_modal.on('shown.bs.modal', function() { 28 | $search_modal.find('#mkdocs-search-query').focus(); 29 | }); 30 | 31 | // Close search modal when result is selected 32 | // The links get added later so listen to parent 33 | $('#mkdocs-search-results').click(function(e) { 34 | if ($(e.target).is('a')) { 35 | $search_modal.modal('hide'); 36 | } 37 | }); 38 | 39 | if (typeof shortcuts !== 'undefined') { 40 | // Populate keyboard modal with proper Keys 41 | $keyboard_modal.find('.help.shortcut kbd')[0].innerHTML = keyCodes[shortcuts.help]; 42 | $keyboard_modal.find('.prev.shortcut kbd')[0].innerHTML = keyCodes[shortcuts.previous]; 43 | $keyboard_modal.find('.next.shortcut kbd')[0].innerHTML = keyCodes[shortcuts.next]; 44 | $keyboard_modal.find('.search.shortcut kbd')[0].innerHTML = keyCodes[shortcuts.search]; 45 | 46 | // Keyboard navigation 47 | document.addEventListener("keydown", function(e) { 48 | if ($(e.target).is(':input')) return true; 49 | var key = e.which || e.key || window.event && window.event.key; 50 | var page; 51 | switch (key) { 52 | case shortcuts.next: 53 | page = $('.navbar a[rel="next"]:first').prop('href'); 54 | break; 55 | case shortcuts.previous: 56 | page = $('.navbar a[rel="prev"]:first').prop('href'); 57 | break; 58 | case shortcuts.search: 59 | e.preventDefault(); 60 | $keyboard_modal.modal('hide'); 61 | $search_modal.modal('show'); 62 | $search_modal.find('#mkdocs-search-query').focus(); 63 | break; 64 | case shortcuts.help: 65 | $search_modal.modal('hide'); 66 | $keyboard_modal.modal('show'); 67 | break; 68 | default: 69 | break; 70 | } 71 | if (page) { 72 | $keyboard_modal.modal('hide'); 73 | window.location.href = page; 74 | } 75 | }); 76 | } 77 | 78 | $('table').addClass('table table-striped table-hover'); 79 | 80 | // Improve the scrollspy behaviour when users click on a TOC item. 81 | $(".bs-sidenav a").on("click", function() { 82 | var clicked = this; 83 | setTimeout(function() { 84 | var active = $('.nav li.active a'); 85 | active = active[active.length - 1]; 86 | if (clicked !== active) { 87 | $(active).parent().removeClass("active"); 88 | $(clicked).parent().addClass("active"); 89 | } 90 | }, 50); 91 | }); 92 | }); 93 | 94 | 95 | /** 96 | * ------------------------------------------------------------------------ 97 | * Taken from themes/mkdocs/js/base.js 98 | * ------------------------------------------------------------------------ 99 | */ 100 | 101 | $('body').scrollspy({ 102 | target: '.bs-sidebar', 103 | offset: 100 104 | }); 105 | 106 | /* Prevent disabled links from causing a page reload */ 107 | $("li.disabled a").click(function() { 108 | event.preventDefault(); 109 | }); 110 | 111 | // See https://www.cambiaresearch.com/articles/15/javascript-char-codes-key-codes 112 | // We only list common keys below. Obscure keys are omited and their use is discouraged. 113 | var keyCodes = { 114 | 8: 'backspace', 115 | 9: 'tab', 116 | 13: 'enter', 117 | 16: 'shift', 118 | 17: 'ctrl', 119 | 18: 'alt', 120 | 19: 'pause/break', 121 | 20: 'caps lock', 122 | 27: 'escape', 123 | 32: 'spacebar', 124 | 33: 'page up', 125 | 34: 'page down', 126 | 35: 'end', 127 | 36: 'home', 128 | 37: '←', 129 | 38: '↑', 130 | 39: '→', 131 | 40: '↓', 132 | 45: 'insert', 133 | 46: 'delete', 134 | 48: '0', 135 | 49: '1', 136 | 50: '2', 137 | 51: '3', 138 | 52: '4', 139 | 53: '5', 140 | 54: '6', 141 | 55: '7', 142 | 56: '8', 143 | 57: '9', 144 | 65: 'a', 145 | 66: 'b', 146 | 67: 'c', 147 | 68: 'd', 148 | 69: 'e', 149 | 70: 'f', 150 | 71: 'g', 151 | 72: 'h', 152 | 73: 'i', 153 | 74: 'j', 154 | 75: 'k', 155 | 76: 'l', 156 | 77: 'm', 157 | 78: 'n', 158 | 79: 'o', 159 | 80: 'p', 160 | 81: 'q', 161 | 82: 'r', 162 | 83: 's', 163 | 84: 't', 164 | 85: 'u', 165 | 86: 'v', 166 | 87: 'w', 167 | 88: 'x', 168 | 89: 'y', 169 | 90: 'z', 170 | 91: 'Left Windows Key / Left ⌘', 171 | 92: 'Right Windows Key', 172 | 93: 'Windows Menu / Right ⌘', 173 | 96: 'numpad 0', 174 | 97: 'numpad 1', 175 | 98: 'numpad 2', 176 | 99: 'numpad 3', 177 | 100: 'numpad 4', 178 | 101: 'numpad 5', 179 | 102: 'numpad 6', 180 | 103: 'numpad 7', 181 | 104: 'numpad 8', 182 | 105: 'numpad 9', 183 | 106: 'multiply', 184 | 107: 'add', 185 | 109: 'subtract', 186 | 110: 'decimal point', 187 | 111: 'divide', 188 | 112: 'f1', 189 | 113: 'f2', 190 | 114: 'f3', 191 | 115: 'f4', 192 | 116: 'f5', 193 | 117: 'f6', 194 | 118: 'f7', 195 | 119: 'f8', 196 | 120: 'f9', 197 | 121: 'f10', 198 | 122: 'f11', 199 | 123: 'f12', 200 | 124: 'f13', 201 | 125: 'f14', 202 | 126: 'f15', 203 | 127: 'f16', 204 | 128: 'f17', 205 | 129: 'f18', 206 | 130: 'f19', 207 | 131: 'f20', 208 | 132: 'f21', 209 | 133: 'f22', 210 | 134: 'f23', 211 | 135: 'f24', 212 | 144: 'num lock', 213 | 145: 'scroll lock', 214 | 186: ';', 215 | 187: '=', 216 | 188: ',', 217 | 189: '‐', 218 | 190: '.', 219 | 191: '?', 220 | 192: '`', 221 | 219: '[', 222 | 220: '\', 223 | 221: ']', 224 | 222: ''', 225 | }; 226 | -------------------------------------------------------------------------------- /website/cinder/keyboard-modal.html: -------------------------------------------------------------------------------- 1 | 41 | -------------------------------------------------------------------------------- /website/cinder/main.html: -------------------------------------------------------------------------------- 1 | {% extends "base.html" %} 2 | 3 | {# 4 | The entry point for the MkDocs Theme. 5 | 6 | Any theme customisations should override this file to redefine blocks defined in 7 | the various templates. The custom theme should only need to define a main.html 8 | which `{% extends "base.html" %}` and defines various blocks which will replace 9 | the blocks defined in base.html and its included child templates. 10 | #} -------------------------------------------------------------------------------- /website/cinder/mkdocs_theme.yml: -------------------------------------------------------------------------------- 1 | cinder_theme: true 2 | 3 | static_templates: 4 | - 404.html 5 | 6 | include_search_page: false 7 | search_index_only: false 8 | 9 | shortcuts: 10 | help: 191 # ? 11 | next: 78 # n 12 | previous: 80 # p 13 | search: 83 # s 14 | -------------------------------------------------------------------------------- /website/cinder/nav-sub.html: -------------------------------------------------------------------------------- 1 | {% if not nav_item.children %} 2 |
  • 3 | {{ nav_item.title }} 4 |
  • 5 | {% else %} 6 | 14 | {% endif %} 15 | -------------------------------------------------------------------------------- /website/cinder/nav.html: -------------------------------------------------------------------------------- 1 | 110 | -------------------------------------------------------------------------------- /website/cinder/search-modal.html: -------------------------------------------------------------------------------- 1 | 28 | -------------------------------------------------------------------------------- /website/cinder/toc.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /website/docs/Municipal_Spatial_Data.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /website/docs/ahmedabad.md: -------------------------------------------------------------------------------- 1 | ## Ahmedabad 2 | 3 | ## Availabe Maps 4 | 5 | - AMC Facilities.kml 6 | - Library.geojson 7 | - Municipal_gyms.geojson 8 | - Swimming_pools.geojson 9 | - Ward_office.geojson 10 | - Wards.geojson 11 | - Zonal_office.geojson 12 | 13 | 14 | ## Download 15 | Download from github 16 | 17 | GitHub 18 | 19 | 20 | Go to the full map file and then look for Download link or Raw 21 | 22 | 23 | ## Issues 24 | 25 | If you have any issues with the maps, please report them on the github repository: 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /website/docs/assembly-constituencies.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /website/docs/bangalore.md: -------------------------------------------------------------------------------- 1 | ## Bangalore 2 | 3 | ## Availabe Maps 4 | 1. BBMP Ward Boundaries - Geo JSON, KML etc 5 | 6 | ## Download 7 | Download from github 8 | 9 | GitHub 10 | 11 | 12 | Go to the full map file and then look for Download link or Raw 13 | 14 | 15 | ## Issues 16 | 17 | If you have any issues with the maps, please report them on the github repository: 18 | 19 | 20 | 21 | 22 | 23 | ## Repository 24 | 25 | -------------------------------------------------------------------------------- /website/docs/bhopal.md: -------------------------------------------------------------------------------- 1 | ## Bhopal 2 | 3 | ## Availabe Maps 4 | 5 | - Bhopal_wards.geojson 6 | - Planning_ Boundary_ 2031.geojson 7 | - Ward Map of Bhopal.kml 8 | - Ward_Offices.geojson 9 | - Zone_Boundary.geojson 10 | - Zone_Offices.geojson 11 | 12 | 13 | ## Download 14 | Download from github 15 | 16 | GitHub 17 | 18 | 19 | Go to the full map file and then look for Download link or Raw 20 | 21 | 22 | ## Issues 23 | 24 | If you have any issues with the maps, please report them on the github repository: 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /website/docs/bhubaneswar.md: -------------------------------------------------------------------------------- 1 | ## Bhubaneswar 2 | 3 | ## Availabe Maps 4 | 5 | - BDA_Boundary.GeoJSON 6 | - BDA_Boundary.kml 7 | - BMC Boundary.GeoJSON 8 | - BMC Boundary.kml 9 | - Police_Jurisdiction.geojson 10 | - Police_Jurisdiction.kml 11 | - Wards.GeoJSON 12 | - Wards.kml 13 | 14 | ## Download 15 | Download from github 16 | 17 | GitHub 18 | 19 | 20 | Go to the full map file and then look for Download link or Raw 21 | 22 | 23 | ## Issues 24 | 25 | If you have any issues with the maps, please report them on the github repository: 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /website/docs/contributing.md: -------------------------------------------------------------------------------- 1 | # Contributing to Indian Village Boundaries 2 | We are open to contributions. Please read [DataMeet Community Code of Conduct](http://datameet.org/wiki/guidelines:datameet-community-code-of-conduct) before you start and also read our [license to familiarize yourself with ODBl](http://opendatacommons.org/licenses/odbl/) under which all our and your contributions will be distributed. 3 | 4 | ## Referencing the Source 5 | For any change you make please link to a source. We prefer goverment websites or websites/apps like [OpenStreeMap](https://www.openstreetmap.org/ 6 | ) who share the data under ODBl. You can add them to the state specific .md file, so they due credit. If they are generic then you can add it to the reference.md file. 7 | 8 | ## Format 9 | All the village boundaries are available in geojson (WGS84, EPSG4326) format. 10 | 11 | ## Attributes 12 | Each boundary will have the following attributes 13 | 14 | - NAME : Name of the Village/Town as per census 15 | - TYPE: Village or Town 16 | - SUB_DISTRICT: Sub District name as per census 17 | - DISTRICT : District name as per census 18 | - STATE: State or UT name as per census 19 | - CENSUS_CODE_2001: Code as per 2001 census, its a concatination of State Code, District Code, Sub-District Code, Village Code 2001. 20 | - CENSUS_CODE_2011: Code as per 2011 census, its a concatination of State Code, District Code, Sub-District Code, Village Code 2001. 21 | 22 | ## How to contribute 23 | - Fork the project 24 | - Make changes 25 | - Send a pull request 26 | 27 | ## Acceptance procedure 28 | - One of the core volunteer will cross-check/validate with the references you add to pull request 29 | - If everything is okay then will accept the pull request 30 | 31 | ## Adding new attribute or changing the value 32 | Before adding any new attribute, discuss on the list. If you have any corrections to the value of attribute source it from an official goverment site or Census of India. Without reference we wont add. 33 | 34 | ## Adding new state 35 | Refer the availabe state map files online. Generally state revenue department. If they are not availabe online, request through RTI. Digitize it. Add attributes and send a pull request. Before starting a new state put an [issue on the issue tracker](https://github.com/datameet/indian_village_boundaries/issues), so other know you are working on it. Also check the status on the README file. 36 | 37 | ## Reporting error 38 | If you have any issues with the maps, please report them on the github repository. Give details and reference. One of us will pick it up. 39 | 40 | 41 | 42 | 43 | ## Anything else 44 | Start an [issue on the issue tracker](https://github.com/datameet/indian_village_boundaries/issues) or email on the list. 45 | 46 | -------------------------------------------------------------------------------- /website/docs/css/extra.css: -------------------------------------------------------------------------------- 1 | 2 | #map { height:600px; width:100%; } 3 | 4 | .marker-properties { 5 | border-collapse:collapse; 6 | font-size:11px; 7 | border:1px solid #eee; 8 | margin:0; 9 | } 10 | .marker-properties th { 11 | white-space:nowrap; 12 | border:1px solid #eee; 13 | padding:5px 10px; 14 | } 15 | .marker-properties td { 16 | border:1px solid #eee; 17 | padding:5px 10px; 18 | } 19 | .marker-properties tr:last-child td, 20 | .marker-properties tr:last-child th { 21 | border-bottom:none; 22 | } 23 | .marker-properties tr:nth-child(even) th, 24 | .marker-properties tr:nth-child(even) td { 25 | background-color:#f7f7f7; 26 | } -------------------------------------------------------------------------------- /website/docs/districts.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /website/docs/index.md: -------------------------------------------------------------------------------- 1 | #Spatial Data of Municipalities (Maps) 2 | 3 | Spatial Data of Municipalities (Maps) sourced from different government websites which are freely available to all the Indians. Here we have digitized them, cleaned them, added appropriate attributes so it can be used by all the researchers, students etc 4 | 5 | All the municipality boundaries are available in geojson (WGS84, EPSG4326) format. The below table gives you the city of the data as we clean and upload. Data is not perfect there as many errors both in data and boundaries. You can contribute by sending the pull requests. Refer [contributing](/contributing.md) for ways to contribute. 6 | 7 | 8 | This projects run by Data{Meet} community. DataMeet is a community of Data Science and Open Data enthusiasts. Data{Meet} community encompass many people, ideas, projects, solutions, and challenges that using data in India presents. Join the the Google Group to be part of this community. 9 | 10 | 11 | ## Structure 12 | Each city has a folder, for example city of Bangalore will have folder called Bangalore folder. It will contain 13 | 14 | - A geojson file BBMP.GeoJSON which is our map file 15 | 16 | 17 | ### GeoJson Attributes 18 | Each boundary will have the attributes as per avilability. 19 | 20 | 21 | 22 | ## Download 23 | You can download the whole repository as a zip file to get everything you want. Using the button below. 24 | 25 | 26 | Download Everything 27 | 28 | If you are in exploring mode then to go to the specific city map page. In city page you can see a very rough version of the city map and notes related to that map.You can also download the full version state map from city page. If you just want to download the map. Right click on download link -> Save link as. 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 |
    CityStatus
    BangaloreComplete
    AhmedabadComplete
    BhopalComplete
    BhubaneswarComplete
    PuneComplete
    58 | 59 | ## License 60 | All our work will be under [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/). This data is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. If you find issues we are more than happy to accept corrections but please source them to an official source. Refer [contributing.md](contributing.md) for ways to contribute. 61 | 62 | ### Attribute 63 | Please use the following lines to attribute the maps if you use in your work. You could link instead of printing the URLs in case of web projects. 64 |
    65 | Maps Provided by Spatial Data of Municipalities (Maps) Project [http://projects.datameet.org/Municipal_Spatial_Data/] by Data{Meet}. Its made available under the [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/).
    66 | 
    67 | 68 | 69 | ## Issues 70 | 71 | If you have any issues with the maps, please report them on the github repository: 72 | 73 | 74 | 75 | 76 | 77 | ## Repository 78 | 79 | GitHub 80 | 81 | ## Community 82 | -------------------------------------------------------------------------------- /website/docs/indian_village_boundaries.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /website/docs/js/extra.js: -------------------------------------------------------------------------------- 1 | L.mapbox.accessToken = 'pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJhNVlHd29ZIn0.ti6wATGDWOmCnCYen-Ip7Q'; 2 | var map = L.mapbox.map('map'); 3 | L.mapbox.tileLayer('openstreetmap.1b68f018').addTo(map); 4 | 5 | $.getJSON(map_path, function(geojson) { 6 | var geojsonLayer = L.mapbox.featureLayer(geojson).addTo(map); 7 | geojsonLayer.setStyle({ 8 | fillColor: '#ffffff', 9 | fillOpacity: 0, 10 | opacity: 0.99, 11 | color: '#666', 12 | weight:1 13 | }); 14 | var bounds = geojsonLayer.getBounds(); 15 | if (bounds.isValid()) { 16 | map.fitBounds(geojsonLayer.getBounds()); 17 | } else { 18 | map.setView([0, 0], 2); 19 | } 20 | geojsonLayer.eachLayer(function(l) { 21 | showProperties(l); 22 | }); 23 | }); 24 | 25 | function showProperties(l) { 26 | var properties = l.toGeoJSON().properties; 27 | var table = document.createElement('table'); 28 | table.setAttribute('class', 'marker-properties display') 29 | for (var key in properties) { 30 | var tr = createTableRows(key, properties[key]); 31 | table.appendChild(tr); 32 | } 33 | if (table) l.bindPopup(table); 34 | } 35 | 36 | function createTableRows(key, value) { 37 | var tr = document.createElement('tr'); 38 | var th = document.createElement('th'); 39 | var td = document.createElement('td'); 40 | key = document.createTextNode(key); 41 | value = document.createTextNode(value); 42 | th.appendChild(key); 43 | td.appendChild(value); 44 | tr.appendChild(th); 45 | tr.appendChild(td); 46 | return tr 47 | } 48 | -------------------------------------------------------------------------------- /website/docs/parliamentary-constituencies.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /website/docs/pune.md: -------------------------------------------------------------------------------- 1 | ## Pune 2 | 3 | ## Availabe Maps 4 | 1. pune-admin-wards.geojson 5 | 2. pune-electoral-wards_2012.geojson 6 | 3. pune-electoral-wards_current.geojson 7 | 8 | ## Download 9 | Download from github 10 | 11 | GitHub 12 | 13 | 14 | Go to the full map file and then look for Download link or Raw 15 | 16 | 17 | ## Issues 18 | 19 | If you have any issues with the maps, please report them on the github repository: 20 | 21 | 22 | 23 | 24 | 25 | ## Repository 26 | 27 | -------------------------------------------------------------------------------- /website/docs/reference.md: -------------------------------------------------------------------------------- 1 | # Reference 2 | This is the master list of all the references. These links are mostly goverment or under open license. 3 | 4 | ## State Level 5 | 6 | -------------------------------------------------------------------------------- /website/docs/states.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /website/mkdocs.yml: -------------------------------------------------------------------------------- 1 | site_name: Spatial Data of Municipalities (Maps) 2 | copyright: "Spatial Data of Municipalities (Maps) is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0)" 3 | pages: 4 | - Home: index.md 5 | - Contributing: contributing.md 6 | - Reference: reference.md 7 | - Municipalities: 8 | - Ahmedabad: ahmedabad.md 9 | - Bangalore: bangalore.md 10 | - Bhopal: bhopal.md 11 | - Pune: pune.md 12 | - Bhubaneswar: bhubaneswar.md 13 | - Maps: 14 | - 'Assembly Constituencies': 'assembly-constituencies.md' 15 | - 'Parliamentary constituencies': 'parliamentary-constituencies.md' 16 | - 'States': 'states.md' 17 | - 'Districts': 'districts.md' 18 | - 'Spatial data of Municipalities': 'index.md' 19 | - 'India Village Boundaries(Maps)': 'indian_village_boundaries.md' 20 | site_dir: './../docs' 21 | extra_css: 22 | - css/extra.css 23 | theme: 24 | name: null 25 | custom_dir: 'cinder' --------------------------------------------------------------------------------