Skip to content
/ olctools Public

❗ This is a read-only mirror of the CRAN R package repository. olctools — Open Location Code Handling in R. Homepage: https://github.com/Ironholds/olctools Report bugs for this package: https://github.com/ironholds/olctools/issues

License

Notifications You must be signed in to change notification settings

cran/olctools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Location Codes in R

An R implementation of the Google Open Location Codes standard.

Author: Oliver Keyes
License: MIT
Status: Stable

downloads Travis-CI Build Status

The Google Open Location Code standard allows you to encode the latitude and longitude of an area into a compressed string, resolving it down to a 14 square meter box. olctools provides a fast, vectorised R implementation of this standard that you can use to encode, decode, shorten, expand or validate OLCs.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Installation

olctools depends on Rcpp but is otherwise dependency-free! It can be grabbed from CRAN with:

install.packages("olctools")

Alternately, the development version can be obtained through:

devtools::install_github("ironholds/olctools")

About

❗ This is a read-only mirror of the CRAN R package repository. olctools — Open Location Code Handling in R. Homepage: https://github.com/Ironholds/olctools Report bugs for this package: https://github.com/ironholds/olctools/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published