Hi everyone
,
I’m using OpenRouteService to generate isochrones for accessibility analysis, and I’d like to estimate the population within each isochrone area.
I have two questions:
-
Population within isochrones:
Is there a built-in way or an existing workflow in ORS (or its ecosystem) to calculate the total population inside an isochrone polygon?
For example, can ORS be connected to population data (like WorldPop, GHSL, or LandScan) to get an estimated number of people reachable within 10 minutes? -
Using my own population raster:
I have my own population dataset (GeoTIFF raster file). How can I integrate or overlay it with ORS-generated isochrones to compute population counts within each isochrone?
Should I use an external GIS tool (like QGIS or Python’s rasterstats), or is there a way to plug it into a local ORS instance?
Thank you.