Skip to content

Commit e216efb

Browse files
authored
Update README, update version 1.2.1 and add changelog (#37)
1 parent 4381242 commit e216efb

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

DESCRIPTION

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Title: Enrich sf Data with Geographic Features from OpenStreetMaps
44
Description: Add columns to sf data using geographic features from
55
OpenStreetMap. In the case of point geocoded observations, column values
66
are based on weighted distances to the desired features.
7-
Version: 1.1
7+
Version: 1.2.1
88
Author: ODISSEI SoDa Team
99
Authors@R: c(
1010
person("Erik-Jan", "van Kesteren", email = "e.vankesteren1@uu.nl",
@@ -41,6 +41,7 @@ Roxygen: list(markdown = TRUE)
4141
Suggests:
4242
tidyverse,
4343
rmarkdown,
44+
markdown,
4445
knitr,
4546
ggplot2,
4647
ggspatial,

NEWS.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# osmenrich
22

3+
## osmenrich 1.2
4+
5+
### Major changes:
6+
- Documentation updates:
7+
- Add hyperlink to Map Features on the OSM website
8+
- Remove words like 'our' and 'we'
9+
- Fixed documentation inaccuracies
10+
- Refactored naming of variables
11+
- Replace `dontrun` by `donttest`
12+
- Clarify title of `enrich_osm.R`
13+
- Update README and add wastebasket figure
14+
- Package updates:
15+
- Added the example dataset `common_swift`
16+
- Move details of `enrich_opq.R` to `enrich_osm.R`
17+
- Add feature geometry correction in `enrich_osm.R`
18+
319
## osmenrich 1.1
420

521
### Major changes:

README.Rmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ knitr::opts_chunk$set(
1212
)
1313
```
1414

15-
<p align="center">
15+
<p align="right">
1616
<img src="man/figures/logo.png" width="250px"></img>
1717
</p>
18+
<br/>
1819

1920
# osmenrich: enrich geocoded data using OpenStreetMap
2021

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11

22
<!-- README.md is generated from README.Rmd-->
33

4-
<p align="center">
4+
<p align="right">
55

66
<img src="man/figures/logo.png" width="250px"></img>
77

88
</p>
99

10+
<br/>
11+
1012
# osmenrich: enrich geocoded data using OpenStreetMap
1113

1214
<!-- badges: start -->

0 commit comments

Comments
 (0)