hrbrmstr
. See also theR-universe documentation.Package: mgrs 0.2.4
mgrs: Convert 'MGRS' ('Military Grid Reference System') Coordinates From/To Other Coordinate Systems
The 'Military Grid Reference System' ('MGRS') is the geocoordinate standard used by 'NATO' militaries for locating points on the earth. The 'MGRS' is derived from the 'Universal Transverse Mercator' ('UTM') grid system and the universal polar stereographic ('UPS') grid system, but uses a different labeling convention. The 'MGRS' is used for the entire earth. Methods are provided to convert 'MGRS' coordinates to and from other coordinate systems.
Authors:
mgrs_0.2.4.tar.gz
mgrs_0.2.4.zip(r-4.5)mgrs_0.2.4.zip(r-4.4)mgrs_0.2.4.zip(r-4.3)
mgrs_0.2.4.tgz(r-4.5-x86_64)mgrs_0.2.4.tgz(r-4.5-arm64)mgrs_0.2.4.tgz(r-4.4-x86_64)mgrs_0.2.4.tgz(r-4.4-arm64)mgrs_0.2.4.tgz(r-4.3-x86_64)mgrs_0.2.4.tgz(r-4.3-arm64)
mgrs_0.2.4.tar.gz(r-4.5-noble)mgrs_0.2.4.tar.gz(r-4.4-noble)
mgrs_0.2.4.tgz(r-4.4-emscripten)mgrs_0.2.4.tgz(r-4.3-emscripten)
mgrs.pdf |mgrs.html✨
mgrs/json (API)
# Install 'mgrs' in R: |
install.packages('mgrs', repos = c('https://b-cubed-eu.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://gitlab.com/hrbrmstr/mgrs
coordinatesgrid-referencesmgrsprojectionutm-codescpp
Last updated 9 months agofrom:6ad14411cd. Checks:2 OK, 9 WARNING. Indexed: no.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Feb 13 2025 |
R-4.5-win-x86_64 | WARNING | Feb 13 2025 |
R-4.5-mac-x86_64 | WARNING | Feb 13 2025 |
R-4.5-mac-aarch64 | WARNING | Feb 13 2025 |
R-4.5-linux-x86_64 | OK | Feb 13 2025 |
R-4.4-win-x86_64 | WARNING | Feb 13 2025 |
R-4.4-mac-x86_64 | WARNING | Feb 13 2025 |
R-4.4-mac-aarch64 | WARNING | Feb 13 2025 |
R-4.3-win-x86_64 | WARNING | Feb 13 2025 |
R-4.3-mac-x86_64 | WARNING | Feb 13 2025 |
R-4.3-mac-aarch64 | WARNING | Feb 13 2025 |
Exports:latlng_to_mgrsmgrs_precisionmgrs_to_latlngmgrs_to_upsmgrs_to_utmups_to_latlngups_to_mgrsutm_to_latlngutm_to_mgrs
Dependencies:Rcpp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Convert latitude/longitude to MGRS string | latlng_to_mgrs |
Convert 'MGRS' ('Military Grid Reference System') Coordinates From/To Other Coordinate Systems | mgrs-package mgrs |
Return MGRS grid reference precision (in meters) | mgrs_precision |
Convert an MGRS string to latitude/longitude | mgrs_to_latlng |
Convert MGRS to UPS | mgrs_to_ups |
Convert MGRS to UTM | mgrs_to_utm |
Convert UPS to Latitude/Longitude | ups_to_latlng |
Convert UPS to MGRS | ups_to_mgrs |
Convert UTM to Latitude/Longitude | utm_to_latlng |
Convert UTM to MGRS | utm_to_mgrs |