Package: olctools 0.3.0

Oliver Keyes
olctools: Open Location Code Handling in R
'Open Location Codes' (https://openlocationcode.com/) are a Google- created standard for identifying geographic locations. olctools provides utilities for validating, encoding and decoding entries that follow this standard.
Authors:
olctools_0.3.0.tar.gz
olctools_0.3.0.zip(r-4.7)olctools_0.3.0.zip(r-4.6)olctools_0.3.0.zip(r-4.5)
olctools_0.3.0.tgz(r-4.6-x86_64)olctools_0.3.0.tgz(r-4.6-arm64)olctools_0.3.0.tgz(r-4.5-x86_64)olctools_0.3.0.tgz(r-4.5-arm64)
olctools_0.3.0.tar.gz(r-4.7-arm64)olctools_0.3.0.tar.gz(r-4.7-x86_64)olctools_0.3.0.tar.gz(r-4.6-arm64)olctools_0.3.0.tar.gz(r-4.6-x86_64)
olctools_0.3.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
olctools/json (API)
| # Install 'olctools' in R: |
| install.packages('olctools', repos = c('https://ironholds.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ironholds/olctools/issues
Last updated from:abf5ab587c. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 118 | ||
| linux-devel-x86_64 | OK | 121 | ||
| source / vignettes | OK | 195 | ||
| linux-release-arm64 | OK | 114 | ||
| linux-release-x86_64 | OK | 114 | ||
| macos-release-arm64 | OK | 123 | ||
| macos-release-x86_64 | OK | 174 | ||
| macos-oldrel-arm64 | OK | 94 | ||
| macos-oldrel-x86_64 | OK | 215 | ||
| windows-devel | OK | 113 | ||
| windows-release | OK | 104 | ||
| windows-oldrel | OK | 104 | ||
| wasm-release | OK | 108 |
Exports:decode_olcencode_olcrecover_olcshorten_olcvalidate_fullvalidate_olcvalidate_short
Dependencies:Rcpp
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Decode Open Location Codes into Latitude and Longitude Pairs | decode_olc |
| Encode Latitude and Longitude Pairs as Open Location Codes | encode_olc |
| Tools for handling Open Location Codes | olctools-package olctools |
| Recover Full Open Location Codes From Shortened Codes | recover_olc |
| Shorten Full Open Location Codes | shorten_olc |
| Check the Validity of Open Location Codes | olc_validate validate_full validate_olc validate_short |