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 street crossings #42

Open amyburness opened 1 week ago

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

This factor is assessed through network analyses to calculate catchment areas using Open Route Service. After each analysis, the territory is divided into 100m x 100m rasters, and the factor score is calculated as the average score within each raster. The scoring for each type of facility is categorized by distance as follows:

0 to 400 meters: 5 401 to 800 meters: 4 801 to 1200 meters: 3 1201 to 1500 meters: 2 1501 to 2000 meters: 1 Over 2000 meters: 0

amyburness commented 1 week ago

Use QuickOSM plugin in QGIS