kartoza / GEEST

Gender Enabling Environments Spatial Tool (GEEST)
https://worldbank.github.io/GEEST/
MIT License
1 stars 1 forks source link

Factor: Active Transport- Location of footpaths (OSM) #47

Open amyburness opened 1 week ago

amyburness commented 1 week ago
[out:xml] [timeout:25];
 {{geocodeArea:Saint Lucia}} -> .area_0;
(
    node["highway"="footway"](area.area_0);
    way["highway"="footway"](area.area_0);
    relation["highway"="footway"](area.area_0);
);
(._;>;);
out body;

This indicator is composed by calculating the average of these four factors. First, the territory needs to be divided into 100m x 100m rasters.

  1. Footpaths (measured by availability/presence per raster) • 0: No footpaths • 3: 1 footpath • 5: 2 or more footpaths