The project involves obtaining the necessary data and conducting geospatial analyzes regarding the distribution and availability of schools at various levels of education in Poland.
Create and activate virtual environment
python -m venv venv
source venv/bin/activate
Install project dependencies
# Assuming you've activated your project's virtual environment
make requirements
pip install pip-tools
Download and preprocess the necessary data
make data