-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
adc8736
commit 5a2a821
Showing
14 changed files
with
111 additions
and
51 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ message: 'To cite package "nominatimlite" in publications use:' | |
type: software | ||
license: MIT | ||
title: 'nominatimlite: Interface with ''Nominatim'' API Service' | ||
version: 0.1.0.9000 | ||
version: 0.1.1 | ||
doi: 10.5281/zenodo.5113195 | ||
abstract: Lite interface for getting data from 'OSM' service 'Nominatim' <https://nominatim.org/release-docs/latest/>. | ||
Extract coordinates from addresses, find places near a set of coordinates, search | ||
|
@@ -20,13 +20,14 @@ authors: | |
orcid: https://orcid.org/0000-0001-8457-4658 | ||
preferred-citation: | ||
type: manual | ||
title: 'nominatimlite: Interface with Nominatim API Service' | ||
title: 'nominatimlite: Interface with ''Nominatim'' API Service' | ||
authors: | ||
- family-names: Hernangómez | ||
given-names: Diego | ||
year: '2021' | ||
url: https://dieghernan.github.io/nominatimlite/ | ||
version: 0.1.1 | ||
doi: 10.5281/zenodo.5113195 | ||
url: https://dieghernan.github.io/nominatimlite/ | ||
repository: https://CRAN.R-project.org/package=nominatimlite | ||
repository-code: https://github.com/dieghernan/nominatimlite | ||
url: https://dieghernan.github.io/nominatimlite/ | ||
|
@@ -35,3 +36,16 @@ contact: | |
given-names: Diego | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-8457-4658 | ||
keywords: | ||
- r | ||
- geocoding | ||
- openstreetmap | ||
- address | ||
- nominatim | ||
- reverse-geocoding | ||
- rstats | ||
- shapefile | ||
- r-package | ||
- spatial | ||
- cran | ||
- api-wrapper |
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 |
---|---|---|
@@ -1,19 +1,14 @@ | ||
Type: Package | ||
Package: nominatimlite | ||
Title: Interface with 'Nominatim' API Service | ||
Version: 0.1.0.9000 | ||
Authors@R: | ||
c(person(given = "Diego", | ||
family = "Hernangómez", | ||
role = c("aut", "cre", "cph"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0001-8457-4658")), | ||
person(given = "Jindra", | ||
family = "Lacko", | ||
role = c("ctb", "rev")), | ||
person(given = "OpenStreetMap contributors", | ||
role = "cph", | ||
comment = "for the data.")) | ||
Version: 0.1.1 | ||
Authors@R: c( | ||
person("Diego", "Hernangómez", , "[email protected]", role = c("aut", "cre", "cph"), | ||
comment = c(ORCID = "0000-0001-8457-4658")), | ||
person("Jindra", "Lacko", role = c("ctb", "rev")), | ||
person("OpenStreetMap contributors", role = "cph", | ||
comment = "for the data.") | ||
) | ||
Description: Lite interface for getting data from 'OSM' service | ||
'Nominatim' <https://nominatim.org/release-docs/latest/>. Extract | ||
coordinates from addresses, find places near a set of coordinates, | ||
|
@@ -40,9 +35,14 @@ Suggests: | |
VignetteBuilder: | ||
knitr | ||
Config/testthat/edition: 3 | ||
Config/testthat/parallel: true | ||
Copyright: Data (c) OpenStreetMap contributors, ODbL 1.0. | ||
<https://www.openstreetmap.org/copyright> | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.1.2 | ||
X-schema.org-applicationCategory: cartography | ||
X-schema.org-keywords: r, geocoding, openstreetmap, address, nominatim, | ||
reverse-geocoding, rstats, shapefile, r-package, spatial, cran, | ||
api-wrapper |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# nominatimlite (development version) | ||
# nominatimlite 0.1.1 | ||
|
||
- Adapt tests to **CRAN** checks. | ||
|
||
|
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
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
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
Binary file not shown.
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 |
---|---|---|
@@ -1,14 +1,13 @@ | ||
citHeader("To cite the 'nominatimlite' package in publications use:") | ||
year <- format(Sys.time(), "%Y") | ||
|
||
year = format(Sys.time(), "%Y") | ||
url = 'https://dieghernan.github.io/nominatimlite/' | ||
|
||
citEntry( | ||
entry = 'manual', | ||
title = paste('nominatimlite:', "Interface with Nominatim API Service"), | ||
author = "Diego Hernangómez", | ||
bibentry( | ||
"Manual", | ||
header = "To cite the 'nominatimlite' package in publications use:", | ||
title = paste("nominatimlite:", meta$Title), | ||
year = year, | ||
url = url, | ||
doi = '10.5281/zenodo.5113195', | ||
textVersion = paste0('Hernangómez, D (', year, '). nominatimlite: Interface with Nominatim API Service. http://doi.org/10.5281/zenodo.5113195. Package url: ', url) | ||
note = paste("R package version", meta$Version), | ||
version = meta$Version, | ||
author = person("Diego", "Hernangómez"), | ||
doi = "10.5281/zenodo.5113195", | ||
url = unlist(strsplit(meta$URL, ","))[1] | ||
) |
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,43 @@ | ||
CMD | ||
Cambon | ||
CodeFactor | ||
DOI | ||
Geocode | ||
Geocodes | ||
Geocoding | ||
Mapbox | ||
McDonalds | ||
Nominatim | ||
ORCID | ||
OSM | ||
OpenStreetMap | ||
Padgham | ||
TomTom | ||
Transamerica | ||
atm | ||
bbq | ||
behaviour | ||
biergarten | ||
centre | ||
codecov | ||
de | ||
dieghernan | ||
geocode | ||
geocoded | ||
geocoder | ||
geocodes | ||
geocoding | ||
geolocated | ||
github | ||
https | ||
ie | ||
io | ||
lon | ||
nominatim | ||
osm | ||
penta | ||
stripclub | ||
swingerclub | ||
theatre | ||
townhall | ||
vectorized |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.