Skip to content

Commit 5f06270

Browse files
committed
Deploying to gh-pages from @ fc5ede4 🚀
1 parent cef1d22 commit 5f06270

17 files changed

Lines changed: 63 additions & 61 deletions

404.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

authors.html

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

authors.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
- **Carlos Cámara-Menoyo**. Author, maintainer.
66
[](https://orcid.org/0000-0002-9378-0549)
77

8-
- **Timothy Monteath**. Author.
8+
- **Timothy Monteath**. Contributor.
99
[](https://orcid.org/0000-0003-2481-9785)
1010

1111
## Citation
1212

1313
Source:
1414
[`DESCRIPTION`](https://github.com/WarwickCIM/osmtaggingr/blob/main/DESCRIPTION)
1515

16-
Cámara-Menoyo C, Monteath T (2026). *osmtaggingr: OSMtaggingR:
17-
Reproducible Datasets about OpenStreetMap's tagging*. R package version
18-
0.0.0.9000, <https://github.com/WarwickCIM/osmtaggingr>.
16+
Cámara-Menoyo C (2026). *osmtaggingr: OSMtaggingR: Reproducible Datasets
17+
about OpenStreetMap's tagging*. R package version 0.0.0.9000,
18+
<https://github.com/WarwickCIM/osmtaggingr>.
1919

2020
@Manual{,
2121
title = {osmtaggingr: OSMtaggingR: Reproducible Datasets about OpenStreetMap's tagging},
22-
author = {Carlos Cámara-Menoyo and Timothy Monteath},
22+
author = {Carlos Cámara-Menoyo},
2323
year = {2026},
2424
note = {R package version 0.0.0.9000},
2525
url = {https://github.com/WarwickCIM/osmtaggingr},

index.html

Lines changed: 17 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ so by querying and webscrapping OSM’s wiki via helper functions.
88
The package contains the following datasets, as well as associated
99
metadata and functions to recreate them:
1010

11-
1. `proposals`: A data frame with 724 rows and 27 columns, containing
11+
1. `proposals`: A data frame with 2115 rows and 30 columns, containing
1212
all Approved, Rejected and Proposed tagging proposals from the [OSM
1313
Wiki](https://wiki.openstreetmap.org), as well as their associated
1414
metadata (run
@@ -43,10 +43,11 @@ If you use this package in your work, please cite it as below:
4343
``` bibtex
4444
@Manual{,
4545
title = {OSMtaggingR: Reproducible Datasets about OpenStreetMap's tagging},
46-
author = {Carlos Cámara-Menoyo and Timothy Monteath},
46+
author = {{C{\'a}mara-Menoyo}, Carlos},,
4747
year = {2026},
4848
note = {R package version 0.0.0.9000},
4949
url = {https://github.com/WarwickCIM/OSMtaggingR},
50+
collaborator = {Monteath, Timothy}
5051
}
5152
```
5253

@@ -76,7 +77,7 @@ proposals <- tibble::as_tibble(proposals)
7677

7778
# Explore the dataset.
7879
head(proposals)
79-
#> # A tibble: 6 × 27
80+
#> # A tibble: 6 × 30
8081
#> status title sortkeyprefix timestamp pagelanguage
8182
#> <chr> <chr> <chr> <dttm> <fct>
8283
#> 1 Rejected Proposal:Electricity "\"electrici… 2022-03-15 02:38:02 en
@@ -85,13 +86,13 @@ head(proposals)
8586
#> 4 Rejected Proposal:Amenity=loun… "Amenity=lou… 2024-10-30 16:40:54 en
8687
#> 5 Rejected Proposal:Aquatics cen… "Aquatics ce… 2022-03-14 15:18:12 en
8788
#> 6 Rejected Proposal:Artwork type… "artwork typ… 2022-03-15 22:24:41 en
88-
#> # ℹ 22 more variables: touched <dttm>, length <int>, fullurl <chr>,
89+
#> # ℹ 25 more variables: touched <dttm>, length <int>, fullurl <chr>,
8990
#> # editurl <chr>, pageid <int>, page_creator <fct>,
9091
#> # date_of_page_creation <dttm>, latest_editor <fct>,
9192
#> # date_of_latest_edit <dttm>, total_number_of_edits <dbl>,
9293
#> # total_number_of_distinct_authors <dbl>, proposal_status <fct>,
93-
#> # proposed_by <fct>, tagging <chr>, applies_to <fct>, definition <chr>,
94-
#> # statistics <chr>, rendered_as <chr>, draft_started <date>, …
94+
#> # proposed_by <fct>, tagging <chr>, applies_to_node <lgl>,
95+
#> # applies_to_way <lgl>, applies_to_area <lgl>, applies_to_relation <lgl>, …
9596

9697
colnames(proposals)
9798
#> [1] "status" "title"
@@ -103,11 +104,12 @@ colnames(proposals)
103104
#> [13] "latest_editor" "date_of_latest_edit"
104105
#> [15] "total_number_of_edits" "total_number_of_distinct_authors"
105106
#> [17] "proposal_status" "proposed_by"
106-
#> [19] "tagging" "applies_to"
107-
#> [21] "definition" "statistics"
108-
#> [23] "rendered_as" "draft_started"
109-
#> [25] "rfc_start" "vote_start"
110-
#> [27] "vote_end"
107+
#> [19] "tagging" "applies_to_node"
108+
#> [21] "applies_to_way" "applies_to_area"
109+
#> [23] "applies_to_relation" "definition"
110+
#> [25] "statistics" "rendered_as"
111+
#> [27] "draft_started" "rfc_start"
112+
#> [29] "vote_start" "vote_end"
111113

112114
# Check the dataset's metadata
113115
?proposals

llms.txt

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ so by querying and webscrapping OSM’s wiki via helper functions.
88
The package contains the following datasets, as well as associated
99
metadata and functions to recreate them:
1010

11-
1. `proposals`: A data frame with 724 rows and 27 columns, containing
11+
1. `proposals`: A data frame with 2115 rows and 30 columns, containing
1212
all Approved, Rejected and Proposed tagging proposals from the [OSM
1313
Wiki](https://wiki.openstreetmap.org), as well as their associated
1414
metadata (run
@@ -43,10 +43,11 @@ If you use this package in your work, please cite it as below:
4343
``` bibtex
4444
@Manual{,
4545
title = {OSMtaggingR: Reproducible Datasets about OpenStreetMap's tagging},
46-
author = {Carlos Cámara-Menoyo and Timothy Monteath},
46+
author = {{C{\'a}mara-Menoyo}, Carlos},,
4747
year = {2026},
4848
note = {R package version 0.0.0.9000},
4949
url = {https://github.com/WarwickCIM/OSMtaggingR},
50+
collaborator = {Monteath, Timothy}
5051
}
5152
```
5253

@@ -76,7 +77,7 @@ proposals <- tibble::as_tibble(proposals)
7677

7778
# Explore the dataset.
7879
head(proposals)
79-
#> # A tibble: 6 × 27
80+
#> # A tibble: 6 × 30
8081
#> status title sortkeyprefix timestamp pagelanguage
8182
#> <chr> <chr> <chr> <dttm> <fct>
8283
#> 1 Rejected Proposal:Electricity "\"electrici… 2022-03-15 02:38:02 en
@@ -85,13 +86,13 @@ head(proposals)
8586
#> 4 Rejected Proposal:Amenity=loun… "Amenity=lou… 2024-10-30 16:40:54 en
8687
#> 5 Rejected Proposal:Aquatics cen… "Aquatics ce… 2022-03-14 15:18:12 en
8788
#> 6 Rejected Proposal:Artwork type… "artwork typ… 2022-03-15 22:24:41 en
88-
#> # ℹ 22 more variables: touched <dttm>, length <int>, fullurl <chr>,
89+
#> # ℹ 25 more variables: touched <dttm>, length <int>, fullurl <chr>,
8990
#> # editurl <chr>, pageid <int>, page_creator <fct>,
9091
#> # date_of_page_creation <dttm>, latest_editor <fct>,
9192
#> # date_of_latest_edit <dttm>, total_number_of_edits <dbl>,
9293
#> # total_number_of_distinct_authors <dbl>, proposal_status <fct>,
93-
#> # proposed_by <fct>, tagging <chr>, applies_to <fct>, definition <chr>,
94-
#> # statistics <chr>, rendered_as <chr>, draft_started <date>, …
94+
#> # proposed_by <fct>, tagging <chr>, applies_to_node <lgl>,
95+
#> # applies_to_way <lgl>, applies_to_area <lgl>, applies_to_relation <lgl>, …
9596

9697
colnames(proposals)
9798
#> [1] "status" "title"
@@ -103,11 +104,12 @@ colnames(proposals)
103104
#> [13] "latest_editor" "date_of_latest_edit"
104105
#> [15] "total_number_of_edits" "total_number_of_distinct_authors"
105106
#> [17] "proposal_status" "proposed_by"
106-
#> [19] "tagging" "applies_to"
107-
#> [21] "definition" "statistics"
108-
#> [23] "rendered_as" "draft_started"
109-
#> [25] "rfc_start" "vote_start"
110-
#> [27] "vote_end"
107+
#> [19] "tagging" "applies_to_node"
108+
#> [21] "applies_to_way" "applies_to_area"
109+
#> [23] "applies_to_relation" "definition"
110+
#> [25] "statistics" "rendered_as"
111+
#> [27] "draft_started" "rfc_start"
112+
#> [29] "vote_start" "vote_end"
111113

112114
# Check the dataset's metadata
113115
?proposals

0 commit comments

Comments
 (0)