This repository contains a dataset of neighborhood coordinates for Chennai, India. The dataset includes the area name, location within the city (North, South, East, West, Central), and the corresponding latitude and longitude. The coordinates have been manually scraped from Google and Wikipedia.
The dataset is provided in CSV format with the following columns:
- Area: Name of the neighborhood.
- Location: Part of the city (North, South, East, West, Central).
- Latitude: Latitude coordinate.
- Longitude: Longitude coordinate.
Area,Location,Latitude,Longitude
Adyar,South,13.0067,80.2574
T. Nagar,Central,13.0406,80.2337
Velachery,South,12.9784,80.2183
Anna Nagar,West,13.0846,80.2100
Nungambakkam,Central,13.0604,80.2426
This dataset is freely available for anyone to use for learning and project purposes. You don't need any permission. You can use this data for:
- 🌍 Mapping and GIS projects
- 🏙️ Urban planning and analysis
- 📚 Educational purposes and tutorials
- 🛠️ Any other project that requires geographic data of Chennai neighborhoods
You can download the dataset directly from the repository:
Download Chennai Neighborhood Coordinates CSV
Contributions are welcome! If you have additional data, corrections, or improvements, open an issue or submit a pull request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/YourFeature
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature/YourFeature
) - Open a pull request
If you have any questions, feel free to reach out:
- GitHub: yankarto
Happy Coding! 🎉 Karthik