Skip to content

Commit

Permalink
Update README, update version 1.2.1 and add changelog (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardovida authored Jun 4, 2021
1 parent 4381242 commit e216efb
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Title: Enrich sf Data with Geographic Features from OpenStreetMaps
Description: Add columns to sf data using geographic features from
OpenStreetMap. In the case of point geocoded observations, column values
are based on weighted distances to the desired features.
Version: 1.1
Version: 1.2.1
Author: ODISSEI SoDa Team
Authors@R: c(
person("Erik-Jan", "van Kesteren", email = "e.vankesteren1@uu.nl",
Expand Down Expand Up @@ -41,6 +41,7 @@ Roxygen: list(markdown = TRUE)
Suggests:
tidyverse,
rmarkdown,
markdown,
knitr,
ggplot2,
ggspatial,
Expand Down
16 changes: 16 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# osmenrich

## osmenrich 1.2

### Major changes:
- Documentation updates:
- Add hyperlink to Map Features on the OSM website
- Remove words like 'our' and 'we'
- Fixed documentation inaccuracies
- Refactored naming of variables
- Replace `dontrun` by `donttest`
- Clarify title of `enrich_osm.R`
- Update README and add wastebasket figure
- Package updates:
- Added the example dataset `common_swift`
- Move details of `enrich_opq.R` to `enrich_osm.R`
- Add feature geometry correction in `enrich_osm.R`

## osmenrich 1.1

### Major changes:
Expand Down
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ knitr::opts_chunk$set(
)
```

<p align="center">
<p align="right">
<img src="man/figures/logo.png" width="250px"></img>
</p>
<br/>

# osmenrich: enrich geocoded data using OpenStreetMap

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@

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

<p align="center">
<p align="right">

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

</p>

<br/>

# osmenrich: enrich geocoded data using OpenStreetMap

<!-- badges: start -->
Expand Down

0 comments on commit e216efb

Please sign in to comment.