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: Active Transport- Subfactor: Location of cycle paths (OSM) #45

Open
Tracked by #15
amyburness opened this issue Jun 21, 2024 · 6 comments
Open
Tracked by #15
Assignees
Labels
🔍️ Factor Analysis factors 🏙️ Place characterization Dimension - place characterization

Comments

@amyburness
Copy link

amyburness commented Jun 21, 2024

[out:xml] [timeout:25];
 {{geocodeArea:Saint Lucia}} -> .area_0;
(
    node["highway"="cycleway"](area.area_0);
    node["highway"="track"](area.area_0);
    node["cycleway"="track"](area.area_0);
    node["cycleway"="lane"](area.area_0);
    node["cycleway"="share_busway"](area.area_0);
    node["cycleway"="shared_lane"](area.area_0);
    way["highway"="cycleway"](area.area_0);
    way["highway"="track"](area.area_0);
    way["cycleway"="track"](area.area_0);
    way["cycleway"="lane"](area.area_0);
    way["cycleway"="share_busway"](area.area_0);
    way["cycleway"="shared_lane"](area.area_0);
    relation["highway"="cycleway"](area.area_0);
    relation["highway"="track"](area.area_0);
    relation["cycleway"="track"](area.area_0);
    relation["cycleway"="lane"](area.area_0);
    relation["cycleway"="share_busway"](area.area_0);
    relation["cycleway"="shared_lane"](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. Cycle Paths (measured by availability/presence per raster)
    • 0: No cycle paths
    • 3: 1 cycle path
    • 5: 2 or more cycle paths
@timlinux timlinux added the 🔍️ Factor Analysis factors label Jun 21, 2024
@amyburness amyburness added the 🏙️ Place characterization Dimension - place characterization label Jun 21, 2024
@carolinamayh
Copy link
Collaborator

Similar to Women's Travel Patterns, Active Transport is assessed by evaluating several subfactors, including the location of cycle paths. The final score for Active Transport should be the average of the subfactor scores per raster. The tool's interface should not include separate tabs for each subfactor. Please note that the methodology and name for this specific factor, Active Transport, were incorrect in the first version of the GEEST. @osundwajeff

@carolinamayh carolinamayh changed the title Factor: Active Transport- Location of cycle paths (OSM) Factor: Active Transport- Subfactor: Location of cycle paths (OSM) Jul 16, 2024
@osundwajeff osundwajeff added the Size 3 It will take me between 2 hours to half a day label Jul 29, 2024
@osundwajeff osundwajeff self-assigned this Jul 30, 2024
This was referenced Aug 5, 2024
@dragosgontariu
Copy link
Collaborator

error encountered:

2024-08-07T12:09:25 INFO GDAL command:
2024-08-07T12:09:25 INFO gdal_rasterize -l INPUT -a reclass_val -ts 263.0 487.0 -ot Float32 -of GTiff C:/Users/Dragos/AppData/Local/Temp/processing_YZEcFO/525bd6a5d11442ae80a180dadb0f12dc/INPUT.gpkg AT__cycle_paths_lines.tif
2024-08-07T12:09:25 INFO GDAL command output:
2024-08-07T12:09:25 CRITICAL Process returned error code 1
2024-08-07T12:09:25 INFO Results: {'OUTPUT': 'AT__cycle_paths_lines.tif'}
2024-08-07T12:09:27 INFO Results: {'OUTPUT': 'output_8bb027b8_0234_40ad_bb3d_b0f9e7a42ded'}
2024-08-07T12:09:27 CRITICAL ERROR 1: Failed to find field reclass_val on layer INPUT, skipping.
2024-08-07T12:20:28 INFO Results: {'OUTPUT': 'output_ebde8f65_68ff_4f9f_8427_1f44491e0767'}
2024-08-07T12:20:32 INFO Results: {'OUTPUT': 'D:/Munca/WB/Geest/St_Lucia/Testing/07082024//temp/grid.shp'}
2024-08-07T12:20:33 INFO ogr2ogr D:/Munca/WB/Geest/St_Lucia/Testing/07082024//temp/roadBuf.shp D:/Munca/WB/Geest/St_Lucia/Testing/07082024//temp/Scored_roads_cycle_paths_lines.shp -dialect sqlite -sql "SELECT ST_Buffer(geometry, 50.0) AS geometry,* FROM """Scored_roads_cycle_paths_lines"""" -f "ESRI Shapefile"
2024-08-07T12:20:33 INFO GDAL command:
2024-08-07T12:20:33 INFO ogr2ogr D:/Munca/WB/Geest/St_Lucia/Testing/07082024//temp/roadBuf.shp D:/Munca/WB/Geest/St_Lucia/Testing/07082024//temp/Scored_roads_cycle_paths_lines.shp -dialect sqlite -sql "SELECT ST_Buffer(geometry, 50.0) AS geometry,* FROM """Scored_roads_cycle_paths_lines"""" -f "ESRI Shapefile"
2024-08-07T12:20:33 INFO GDAL command output:
2024-08-07T12:20:33 INFO Process completed successfully
2024-08-07T12:20:33 INFO Results: {'OUTPUT': 'D:/Munca/WB/Geest/St_Lucia/Testing/07082024//temp/roadBuf.shp'}
2024-08-07T12:20:37 INFO Taking destination CRS EPSG:32620 from layer
2024-08-07T12:20:37 INFO Setting output type to MultiPolygon
2024-08-07T12:20:37 INFO Packaging layer 1/1: grid
2024-08-07T12:20:38 INFO Results: {'OUTPUT': 'output_fcc3cfd1_35e4_46f9_bf10_d891b88ebdf2'}
2024-08-07T12:20:48 INFO gdal_rasterize -l INPUT -a reclass_val -ts 263.0 487.0 -ot Float32 -of GTiff C:/Users/Dragos/AppData/Local/Temp/processing_YZEcFO/7c2d727edfaa47899b137421033e3897/INPUT.gpkg AT__cycle_paths_lines.tif
2024-08-07T12:20:48 INFO GDAL command:
2024-08-07T12:20:48 INFO gdal_rasterize -l INPUT -a reclass_val -ts 263.0 487.0 -ot Float32 -of GTiff C:/Users/Dragos/AppData/Local/Temp/processing_YZEcFO/7c2d727edfaa47899b137421033e3897/INPUT.gpkg AT__cycle_paths_lines.tif
2024-08-07T12:20:48 INFO GDAL command output:
2024-08-07T12:20:49 CRITICAL Process returned error code 1
2024-08-07T12:20:49 INFO Results: {'OUTPUT': 'AT__cycle_paths_lines.tif'}
2024-08-07T12:20:51 INFO Results: {'OUTPUT': 'output_058ee321_32d7_4d2f_9c4d_90fe9eee2d7f'}
2024-08-07T12:20:51 CRITICAL ERROR 1: Failed to find field reclass_val on layer INPUT, skipping.

Traceback (most recent call last):
File "C:\Users/Dragos/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\gender_indicator_tool\gender_indicator_tool.py", line 2430, in walkability
grid_result = processing.run('native:creategrid', grid_params)
File "C:\PROGRA1/QGIS 3.32.0/apps/qgis/./python/plugins\processing\tools\general.py", line 106, in run
return Processing.runAlgorithm(algOrName, parameters, onFinish, feedback, context)
File "C:\PROGRA
1/QGIS 3.32.0/apps/qgis/./python/plugins\processing\core\Processing.py", line 176, in runAlgorithm
ret, results = execute(alg, parameters, context, feedback, catch_exceptions=False)
File "C:\PROGRA~1/QGIS 3.32.0/apps/qgis/./python/plugins\processing\gui\AlgorithmExecutor.py", line 70, in execute
results, ok = alg.run(parameters, context, feedback, {}, False)
_core.QgsProcessingException: Could not create layer D:/Munca/WB/Geest/St_Lucia/Testing/07082024//temp/grid.shp: Creation of data source failed (OGR error: D:/Munca/WB/Geest/St_Lucia/Testing/07082024//temp/grid.shp is not a directory.)

@osundwajeff @mvmaltitz

@mvmaltitz mvmaltitz added this to the Indicator Enhancements milestone Aug 13, 2024
@mvmaltitz
Copy link

Cycle path results:

Image

Image

@dragosgontariu

@mvmaltitz mvmaltitz removed the Size 3 It will take me between 2 hours to half a day label Aug 15, 2024
@mvmaltitz
Copy link

@dragosgontariu

The pixels are now representative of the input lines

Image

@javaftw
Copy link
Collaborator

javaftw commented Sep 2, 2024

Tested on Windows

Image

@mvmaltitz mvmaltitz mentioned this issue Sep 4, 2024
25 tasks
@dragosgontariu
Copy link
Collaborator

#42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔍️ Factor Analysis factors 🏙️ Place characterization Dimension - place characterization
Projects
None yet
Development

No branches or pull requests

7 participants