Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Factor: Access to public transport - Location of public transportation stops, including maritime (OSM) #46

Open
timlinux opened this issue Jun 21, 2024 · 1 comment
Labels
🧑🏽‍🦽 Accessibility 🔍️ Factor Analysis factors Size 1 It's quick I will have this done in 1 hour

Comments

@timlinux
Copy link

"[out:xml] [timeout:25];
 {{geocodeArea:Saint Lucia}} -> .area_0;
(
    node[""public_transport""=""stop_position""](area.area_0);
    node[""public_transport""=""platform""](area.area_0);
    node[""public_transport""=""station""](area.area_0);
    node[""public_transport""=""stop_area""](area.area_0);
    node[""highway""=""bus_stop""](area.area_0);
    node[""highway""=""platform""](area.area_0);
    way[""public_transport""=""stop_position""](area.area_0);
    way[""public_transport""=""platform""](area.area_0);
    way[""public_transport""=""station""](area.area_0);
    way[""public_transport""=""stop_area""](area.area_0);
    way[""highway""=""bus_stop""](area.area_0);
    way[""highway""=""platform""](area.area_0);
    relation[""public_transport""=""stop_position""](area.area_0);
    relation[""public_transport""=""platform""](area.area_0);
    relation[""public_transport""=""station""](area.area_0);
    relation[""public_transport""=""stop_area""](area.area_0);
    relation[""highway""=""bus_stop""](area.area_0);
    relation[""highway""=""platform""](area.area_0);
 node["amenity"="ferry_terminal"](area.area_0);
    way["amenity"="ferry_terminal"](area.area_0);
    relation["amenity"="ferry_terminal"](area.area_0);
);
);
(._;>;);
out body;"

This factor is evaluated using the same methodology as for women's travel patterns, but with public transport stops as the points of interest. Additionally, the suggested thresholds should be adjusted to:

0 to 250 meters: 5
251 to 500 meters: 4
501 to 750 meters: 3
751 to 1,000 meters: 2
1,001 to 1,250 meters: 1
Over 1,250 meters: 0

@ClaraIV
Copy link

ClaraIV commented Jul 8, 2024

this task only needs update to the thresholds, please move it to this sprint

@osundwajeff osundwajeff added Size 2 Give me 2 hours and I will have it for you Size 1 It's quick I will have this done in 1 hour and removed Size 2 Give me 2 hours and I will have it for you labels Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧑🏽‍🦽 Accessibility 🔍️ Factor Analysis factors Size 1 It's quick I will have this done in 1 hour
Projects
None yet
Development

No branches or pull requests

4 participants