-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #429 from nptscot/370-street-space-evaluation
Add street space ideas (#370)
- Loading branch information
Showing
2 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: | ||
|
||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: | ||
|
||
- |