Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: superblock
Type: Package
Title: Analyses of potential superblock
Version: 0.1.0.111
Version: 0.1.0.112
Authors@R:
person(given = "Mark",
family = "Padgham",
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ sb_summary (osmdat)
#> • Proportion open space: 7.36%
#> • Proportion roads: 15.7%, of which:
#> • 32.5% is for car roads
#> • 39.7% is for parked cars, and
#> • 27.7% remains for everybody else.
#> • 39.9% is for parked cars, and
#> • 27.6% remains for everybody else.
#> • There are street parking spaces for 7.8% of all residents.
#> • So 7.8% of residents occupy 39.7% of all space
#> • So 7.8% of residents occupy 39.9% of all space
#>
#> • Total proportion of public space: 11.7
#> • Total proportion of public space as superblock: 23.1
Expand All @@ -54,13 +54,13 @@ results are compared to equivalent times to drive to the nearest large
parking facility (“garage” in the graph below), to park a car, and then
walk back to the place of residence.

<img src="man/figures/README-parking-times-1.png" width="672" />

``` r
times <- sb_parking_times (osmdat)
plot (times)
```

<img src="man/figures/README-parking-times-1.png" width="672" />

The results shows how long it takes to find a parking space for an
average attempt (“park(50%)”), for one out of every four attempts
(“park(75%)”), and for one out of every ten attempts (“park(90%)”).
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/UrbanAnalyst/superblock-ms",
"issueTracker": "https://github.com/UrbanAnalyst/superblock-ms/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.1.0.111",
"version": "0.1.0.112",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down
Loading