Various datasets related to the Greater Bengaluru Authority (GBA) for Bengaluru, India.
Explore the dataset:
- wards.csv: Ward Basic Demographics as CSV file.
- wards.geojson: Ward Boundaries as GeoJSON file.
For more details, refer to the DATA.md.
- parse.py: Parses the raw PDF files to generate the CSV datasets
This blr-gba-data dataset is made available under the Open Database License: http://opendatacommons.org/licenses/odbl/1.0/. Some individual contents of the database are under copyright by the Greater Bengaluru Authority.
You are free:
- To share: To copy, distribute and use the database.
- To create: To produce works from the database.
- To adapt: To modify, transform and build upon the database.
As long as you:
- Attribute: You must attribute any public use of the database, or works produced from the database, in the manner specified in the ODbL. For any use or redistribution of the database, or works produced from it, you must make clear to others the license of the database and keep intact any notices on the original database.
- Share-Alike: If you publicly use any adapted version of this database, or works produced from an adapted database, you must also offer that adapted database under the ODbL.
- Keep open: If you redistribute the database, or an adapted version of it, then you may use technological measures that restrict the work (such as DRM) as long as you also redistribute a version without such measures.
Ensure that python and the required dependencies in requirements.txt are installed.
# Parse the Excel files
python parse.py
Components of this repository, including code and documentation, were written with assistance from Claude AI.