Indian Village Boundaries (Maps)
Indian Village boundaries 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
The boundaries are organized by state using state ISO code. All the village boundaries are available in geojson (WGS84, EPSG4326) format. The below table gives you the status 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. Please use the census names when correcting the attributes and geojson for shapes. Refer CONTRIBUTING for ways to contribute.
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.
Download
You can download the whole repository as a zip file to get everything you want. Using the button below.
If you are in exploring mode then to go to the specific state map page. In state page you can see a very rough version of the state village map and notes related to that state map. You can also download the full version state map from state page. If you just want to download the map. Right click on download link -> Save link as
.
State | Status | Download |
Bihar - BR | Complete | Download |
Karnataka - KA | Complete | Download |
Kerala - KL | Complete | Download |
Goa - GA | Complete | Download |
Gujarat - GJ | Complete | Download |
Maharashtra - MH | Complete | Download 1, Download 2 |
Sikkim - SK | Complete | Download |
Odisha - OR | Complete | Download 1, Download 2 |
Structure
Each state has a folder with a short name, for example state of Karnataka will have folder called ka
folder. It will contain
- A geojson file
ka.json
which is our map file - A
ka.csv
is a,
delimted file to match the 2001 census codes to 2011 census codes and other attributes
GeoJson Attributes
Each boundary will have the following attributes
- NAME : Name of the Village/Town as per census 2001
- TYPE: Village or Town
- SUB_DIST: Sub District name as per census 2001
- DISTRICT : District name as per census 2001
- STATE: State or UT name as per census 2001
- CEN_2001: Code as per 2001 census, its a concatination of State Code, District Code, Sub-District Code, Village Code 2001.
CSV Attributes
- village_code_2011
- village_name_2011
- state_code_2011
- district_code_2011
- sub_district_code_2011
- village_code_2001
- village_name_2001
- state_code_2001
- district_code_2001
- sub_district_code_2001
- CEN_2001 : Code as per 2001 census, its a concatination of State Code, District Code, Sub-District Code, Village Code 2001. This can be used as the key to match the polygon in geojson
License
All our work will be under Open Data Commons Open Database License (ODbL). 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 for ways to contribute.
Attribute
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.
Villages Maps Provided by Indian Village Boundaries Project [http://projects.datameet.org/indian_village_boundaries/] by Data{Meet}. Its made available under the Open Database License (ODbL)[http://opendatacommons.org/licenses/odbl/].
Issues
If you have any issues with the maps, please report them on the github repository: