Package: parzer 0.4.4
parzer: Parse Messy Geographic Coordinates
Parse messy geographic coordinates from various character formats to decimal degree numeric values. Parse coordinates into their parts (degree, minutes, seconds); calculate hemisphere from coordinates; pull out individually degrees, minutes, or seconds; add and subtract degrees, minutes, and seconds. C++ code herein originally inspired from code written by Jeffrey D. Bogan, but then completely re-written.
Authors:
parzer_0.4.4.tar.gz
parzer_0.4.4.zip(r-4.6)parzer_0.4.4.zip(r-4.5)parzer_0.4.4.zip(r-4.4)
parzer_0.4.4.tgz(r-4.5-x86_64)parzer_0.4.4.tgz(r-4.5-arm64)parzer_0.4.4.tgz(r-4.4-x86_64)parzer_0.4.4.tgz(r-4.4-arm64)
parzer_0.4.4.tar.gz(r-4.6-arm64)parzer_0.4.4.tar.gz(r-4.6-x86_64)parzer_0.4.4.tar.gz(r-4.5-arm64)parzer_0.4.4.tar.gz(r-4.5-x86_64)
parzer_0.4.4.tgz(r-4.5-emscripten)
parzer.pdf |parzer.html✨
parzer/json (API)
NEWS
# Install 'parzer' in R: |
install.packages('parzer', repos = c('https://packages.ropensci.org', 'https://cloud.r-project.org')) |
Reviews:rOpenSci Software Review #341
Bug tracker:https://github.com/ropensci/parzer/issues
Pkgdown site:https://docs.ropensci.org
geospatialdatalatitudelongitudeparsercoordinatesgeocpp
Last updated from:5bb18443d0 (on main). Checks:14 OK. Indexed: yes.
Target | Result | Total time | Artifact |
---|---|---|---|
linux-devel-arm64 | OK | 150 | |
linux-devel-x86_64 | OK | 140 | |
pkgdown docs | OK | 184 | |
source / vignettes | OK | 208 | |
linux-release-arm64 | OK | 145 | |
linux-release-x86_64 | OK | 138 | |
macos-release-arm64 | OK | 85 | |
macos-release-x86_64 | OK | 175 | |
macos-oldrel-arm64 | OK | 143 | |
macos-oldrel-x86_64 | OK | 204 | |
windows-devel | OK | 198 | |
windows-release | OK | 158 | |
windows-oldrel | OK | 116 | |
wasm-release | OK | 128 |
Exports:parse_hemisphereparse_latparse_llstrparse_lonparse_lon_latparse_parts_latparse_parts_lonpz_dpz_degreepz_mpz_minutepz_spz_second
Readme and manuals
Help Manual
Help page | Topics |
---|---|
parzer: Parse Messy Geographic Coordinates | parzer-package parzer |
extract degree, minutes, and seconds | *.pz +.pz -.pz /.pz dms print.pz pz_d pz_degree pz_m pz_minute pz_s pz_second |
get hemisphere from long/lat coordinates | parse_hemisphere |
Parse latitude values | parse_lat |
parse string with lat and lon together | parse_llstr |
Parse longitude values | parse_lon |
parse longitude and latitude | parse_lon_lat |
parse coordinates into degrees, minutes and seconds | parse_parts parse_parts_lat parse_parts_lon |