-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jip Claassens edited this page Mar 31, 2026
·
5 revisions
NetworkModel_EU is a spatial modelling framework for analysing school (and other service) accessibility across European countries. It combines network-based travel time computation with facility location optimisation to support policy questions around service coverage, scale efficiency, and school network restructuring.
The model is developed by Object Vision b.v. as part of the CRISP-EU project for JRC.
- OD matrix — GeoDMS computes travel times between population grid cells and candidate facility locations using a road network, and exports the results as Arrow files.
- Facility location — A Julia script reads those files and selects which facilities to keep open, trading off aggregate travel cost against scale inefficiency (under-enrolled facilities).
- Accessibility output — GeoDMS reads the open/closed decisions back and produces accessibility indicators on a 1 km grid.
- Service Allocation procedure — Problem formulation, GeoDMS OD matrix generation, and the Julia solver scripts
- Installation of Julia — How to install Julia and the required packages