An open API service indexing awesome lists of open source software.

https://github.com/alphacrypto246/geospatial-school-mapping

The Geospatial School Mapping project maps and analyzes school locations using geographic data. It provides insights into the distribution and accessibility of schools, helping identify areas with limited access to education and supporting data-driven decision-making for better school placement.
https://github.com/alphacrypto246/geospatial-school-mapping

folium-streamlit geojson-data geopandas geospatial pandas streamlit

Last synced: 3 months ago
JSON representation

The Geospatial School Mapping project maps and analyzes school locations using geographic data. It provides insights into the distribution and accessibility of schools, helping identify areas with limited access to education and supporting data-driven decision-making for better school placement.

Awesome Lists containing this project

README

        

# Geospatial School Mapping

The Geospatial School Mapping project uses geographic data to map and analyze the locations of schools in a specific region. By leveraging geospatial analysis techniques, the project aims to provide insights into the distribution and accessibility of schools, helping policymakers and the community make informed decisions.

## Features

- **School Location Mapping**: Plots school locations on a map based on geographic coordinates.
- **Data Analysis**: Analyzes the distribution of schools across regions.
- **Accessibility Insights**: Provides insights into areas with limited access to schools.
- **Visualization**: Interactive maps to visualize school locations and their proximity to other regions.

## Technologies Used

- **Python**: For data processing and analysis.
- **Geospatial Libraries**: Such as `GeoPandas`, `Folium`, and `Shapely` for map visualization and spatial analysis.
- **Pandas**: For data manipulation and analysis.

## How to Run

1. Clone the repository:

```bash
git clone https://github.com/alphacrypto246/Geospatial-School-Mapping.git
```

2. Install the required dependencies:

```bash
pip install -r requirements.txt
```

3. Run the script:

```bash
python geospatial_school_mapping.py
```

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.