Atlas Educação is a tool designed to visualize access to high-quality public high schools across Brazil. Leveraging datasets from the Brazilian Demographic Census (2010) and the School Census (2020), the platform highlights disparities in educational access and correlates them with demographic factors such as income, race, and gender.
Formula:
This metric combines demand and supply factors for high schools within a census tract, incorporating:
-
$R_j$ : Demand-Adjusted Supply: Calculated by dividing school capacity by the number of students aged 15-17 in the area; -
$W_{ij}$ : Distance Weighting: Adjusts for proximity between students and schools; -
$G_{ij}$ : Competition Weighting: Accounts for competition from neighboring schools within a 16 km radius.
It then sums up all access levels from each census tract to all other schools within 16 km to get the overall access for a census tract.
Formula:
An extension of the Access Metric, incorporating School Quality (
The map visualizes these metrics by representing each dot as a cluster of approximately 10 school-age children, allowing users to observe:
- Areas with higher or lower access to high-quality public schools;
- Correlations between access levels and socioeconomic factors.
- Interactive Legend: Adaptable by layer, showing distributions for different demographic groups (e.g., racial distribution).
- Layer Options: Access-Quality, Quality, Access, Income, Gender and Race.
- Pop-up Information: Detailed data for each location, including:
- Census tract ID;
- Number of school-age children;
- Average monthly income;
- Access and quality percentiles.
Atlas Educação aims to inform the public and policymakers about geographic disparities in educational access. By identifying underserved regions, it guides resource allocation to improve educational equity. With over 20,500 school data points and demographic data across 310,000 census tracts, this tool is a robust resource for addressing educational inequality in Brazil, where the majority of high school students rely on public education.
🌐 Web Browser: Latest version of Chrome, Firefox, or Safari;
🐍 Python: Version 3.8 or higher;
📦 Node.js: Version 14 or higher.
- Clone the Repository:
git clone https://github.com/hordiienkoalina/atlas-educacao.git
- Navigate to the Project Directory:
cd atlas-educacao
- Install Dependencies:
npm install
- Run the Application:
npm start
- Open your web browser and navigate to http://localhost:3000.
- Use the interactive map to explore educational access across Brazil.
- Toggle different layers to view data on income, race, gender, and more.
- Click on dots to view detailed information about specific census tracts.
Contributions are welcome! Please follow these steps:
- Fork the project.
- 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.
This project is licensed under the GNU General Public License v3.0. See the LICENSE.md file for details.
LinkedIn: Felipe Horta Oliveira
Email: felipehlvo@gmail.com
LinkedIn: Alina Hordiienko
Email: alinahordiienko@gmail.com