Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Jan 12, 2024
1 parent 8a41aa4 commit bcb55b9
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 13 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ message: 'To cite package "arcgeocoder" in publications use:'
type: software
license: MIT
title: 'arcgeocoder: Geocoding with the ''ArcGIS'' REST API Service'
version: 0.0.0.9000
version: 0.0.1
abstract: Lite interface for geocoding and reverse geocoding with the 'ArcGIS' REST
API service <https://developers.arcgis.com/rest/geocode/api-reference/overview-world-geocoding-service.htm>.
authors:
Expand All @@ -25,7 +25,7 @@ preferred-citation:
email: diego.hernangomezherrero@gmail.com
orcid: https://orcid.org/0000-0001-8457-4658
year: '2024'
version: 0.0.0.9000
version: 0.0.1
url: https://dieghernan.github.io/arcgeocoder/
abstract: Lite interface for geocoding and reverse geocoding with the ArcGIS REST
API service <https://developers.arcgis.com/rest/geocode/api-reference/overview-world-geocoding-service.htm>.
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: arcgeocoder
Title: Geocoding with the 'ArcGIS' REST API Service
Version: 0.0.0.9000
Version: 0.0.1
Authors@R:
person("Diego", "Hernangómez", , "diego.hernangomezherrero@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8457-4658"))
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# arcgeocoder (development version)
# arcgeocoder 0.0.1

* In-development.
* Initial release.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostat
<!-- badges: end -->

The goal of **arcgeocoder** is to provide a light interface for geocoding
addresses and reverse geocoding location trhough the [ArcGIS REST API Geocoding
addresses and reverse geocoding location trough the [ArcGIS REST API Geocoding
Service](https://developers.arcgis.com/rest/geocode/api-reference/overview-world-geocoding-service.htm).

Full site with examples and vignettes on
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostat
<!-- badges: end -->

The goal of **arcgeocoder** is to provide a light interface for
geocoding addresses and reverse geocoding location trhough the [ArcGIS
geocoding addresses and reverse geocoding location trough the [ArcGIS
REST API Geocoding
Service](https://developers.arcgis.com/rest/geocode/api-reference/overview-world-geocoding-service.htm).

Expand Down Expand Up @@ -246,7 +246,7 @@ A BibTeX entry for LaTeX users is
title = {{arcgeocoder}: Geocoding with the {ArcGIS} {REST} {API} Service},
author = {Diego Hernangómez},
year = {2024},
version = {0.0.0.9000},
version = {0.0.1},
url = {https://dieghernan.github.io/arcgeocoder/},
abstract = {Lite interface for geocoding and reverse geocoding with the ArcGIS REST API service <https://developers.arcgis.com/rest/geocode/api-reference/overview-world-geocoding-service.htm>.},
}
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/dieghernan/arcgeocoder",
"issueTracker": "https://github.com/dieghernan/arcgeocoder/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.0.0.9000",
"version": "0.0.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -130,7 +130,7 @@
},
"applicationCategory": "cartography",
"keywords": ["r", "geocoding", "arcgis", "address", "reverse-geocoding", "rstats", "r-package", "api-wrapper", "api-rest", "arcgis-api", "gis"],
"fileSize": "708.777KB",
"fileSize": "708.745KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down
22 changes: 22 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -1,25 +1,47 @@
Addr
ArcGIS
Belanger
CMD
Cambon
CodeFactor
Geocode
Geocodes
Geocoding
InlandPsych
Mapbox
Nominatim
ORCID
OpenStreetMaps
POIs
Possenriede
Redlands
StreetAddress
Terracina
TomTom
Transamerica
WGS
WIP
WKID
al
api
apigeocoder
centroid
codecov
et
geocode
geocoded
geocoder
geocoding
geospatial
latestWkid
lon
multifield
nominatimlite
tibble
tidygeocoder
viewbox
wkid
xmax
xmin
ymax
ymin
2 changes: 1 addition & 1 deletion inst/schemaorg.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.3.2 (2023-10-31)",
"version": "0.0.0.9000"
"version": "0.0.1"
},
{
"type": "SoftwareSourceCode",
Expand Down
2 changes: 1 addition & 1 deletion vignettes/arcgeocoder.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ link-citations: true


The goal of **arcgeocoder** is to provide a light interface for geocoding
addresses and reverse geocoding location trhough the [ArcGIS REST API Geocoding
addresses and reverse geocoding location trough the [ArcGIS REST API Geocoding
Service](https://developers.arcgis.com/rest/geocode/api-reference/overview-world-geocoding-service.htm).

Full site with examples and vignettes on
Expand Down
2 changes: 1 addition & 1 deletion vignettes/arcgeocoder.Rmd.orig
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ library(arcgeocoder)
```

The goal of **arcgeocoder** is to provide a light interface for geocoding
addresses and reverse geocoding location trhough the [ArcGIS REST API Geocoding
addresses and reverse geocoding location trough the [ArcGIS REST API Geocoding
Service](https://developers.arcgis.com/rest/geocode/api-reference/overview-world-geocoding-service.htm).

Full site with examples and vignettes on
Expand Down

0 comments on commit bcb55b9

Please sign in to comment.