From 85008bc5c68fa347ca9ca9b30517b9ade6a1a7ac Mon Sep 17 00:00:00 2001 From: robinlovelace Date: Thu, 21 Mar 2024 17:01:57 +0000 Subject: [PATCH] Add street space ideas (#370) --- code/tests/street-space-ideas.md | 26 ++++++++++++++++++++++++++ code/tests/street-space-ideas.qmd | 25 +++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 code/tests/street-space-ideas.md create mode 100644 code/tests/street-space-ideas.qmd diff --git a/code/tests/street-space-ideas.md b/code/tests/street-space-ideas.md new file mode 100644 index 00000000..63de61cc --- /dev/null +++ b/code/tests/street-space-ideas.md @@ -0,0 +1,26 @@ + + +We need to classify roads by width. In the first instance we will assume +there no on street parking. + +A toggle can be used to switch between whether or not there is on street +parking. + +Another toggle can be used to switch whether or not we’re supplying the +space by reallocation of a lane. + +A dropdown menu will allow the user to select the intervention type from +the following options (in the What column) + +| What | Not enough below | May be enough | Enough space | +|-----------------------------------------------------------------------|-----------------------------|---------------|--------------| +| | | | | +| Two way light segregated cycleway on 2 way carriageway | 6 | 6-8 | 8+ | +| 2 oneway light segregated cycleways, one on either side of the road | | | | +| One way light segregated cycleway on 2 way carriageway | 8 carriageway | 8-10 | 10+ | +| Fully protected 2 way cycleway on corridor with pavements and 2 lanes | 20 metres b2b is too little | | | +| | | | | + +Other layers could include: + +- diff --git a/code/tests/street-space-ideas.qmd b/code/tests/street-space-ideas.qmd new file mode 100644 index 00000000..fd8cdef6 --- /dev/null +++ b/code/tests/street-space-ideas.qmd @@ -0,0 +1,25 @@ +--- +format: gfm +--- + +We need to classify roads by width. +In the first instance we will assume there no on street parking. + +A toggle can be used to switch between whether or not there is on street parking. + +Another toggle can be used to switch whether or not we're supplying the space by reallocation of a lane. + +A dropdown menu will allow the user to select the intervention type from the following options (in the What column) + +| What | Not enough below | May be enough | Enough space | +|--------------|--------------------|--------------------|--------------------| +| | | | | +| Two way light segregated cycleway on 2 way carriageway | 6 | 6-8 | 8+ | +| 2 oneway light segregated cycleways, one on either side of the road | | | | +| One way light segregated cycleway on 2 way carriageway | 8 carriageway | 8-10 | 10+ | +| Fully protected 2 way cycleway on corridor with pavements and 2 lanes | 20 metres b2b is too little | | | +| | | | | + +Other layers could include: + +- \ No newline at end of file