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.5)olctools_0.3.0.zip(r-4.4)olctools_0.3.0.zip(r-4.3)
olctools_0.3.0.tgz(r-4.4-x86_64)olctools_0.3.0.tgz(r-4.4-arm64)olctools_0.3.0.tgz(r-4.3-x86_64)olctools_0.3.0.tgz(r-4.3-arm64)
olctools_0.3.0.tar.gz(r-4.5-noble)olctools_0.3.0.tar.gz(r-4.4-noble)
olctools_0.3.0.tgz(r-4.4-emscripten)olctools_0.3.0.tgz(r-4.3-emscripten)
olctools.pdf |olctools.html✨
olctools/json (API)
NEWS
# 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 9 years agofrom:abf5ab587c. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 20 2024 |
R-4.5-win-x86_64 | OK | Nov 20 2024 |
R-4.5-linux-x86_64 | OK | Nov 20 2024 |
R-4.4-win-x86_64 | OK | Nov 20 2024 |
R-4.4-mac-x86_64 | OK | Nov 20 2024 |
R-4.4-mac-aarch64 | OK | Nov 20 2024 |
R-4.3-win-x86_64 | OK | Nov 20 2024 |
R-4.3-mac-x86_64 | OK | Nov 20 2024 |
R-4.3-mac-aarch64 | OK | Nov 20 2024 |
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 |