Package: crsmeta 0.3.0
crsmeta: Extract Coordinate System Metadata
Obtain coordinate system metadata from various data formats. There are functions to extract a 'CRS' (coordinate reference system, <https://en.wikipedia.org/wiki/Spatial_reference_system>) in 'EPSG' (European Petroleum Survey Group, <http://www.epsg.org/>), 'PROJ4' <https://proj.org/>, or 'WKT2' (Well-Known Text 2, <http://docs.opengeospatial.org/is/12-063r5/12-063r5.html>) forms. This is purely for getting simple metadata from in-memory formats, please use other tools for out of memory data sources.
Authors:
crsmeta_0.3.0.tar.gz
crsmeta_0.3.0.zip(r-4.7)crsmeta_0.3.0.zip(r-4.6)crsmeta_0.3.0.zip(r-4.5)
crsmeta_0.3.0.tgz(r-4.6-any)crsmeta_0.3.0.tgz(r-4.5-any)
crsmeta_0.3.0.tar.gz(r-4.7-any)crsmeta_0.3.0.tar.gz(r-4.6-any)
crsmeta_0.3.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
crsmeta/json (API)
NEWS
| # Install 'crsmeta' in R: |
| install.packages('crsmeta', repos = c('https://hypertidy.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/hypertidy/crsmeta/issues
Last updated from:d72195c099. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 104 | ||
| source / vignettes | OK | 133 | ||
| linux-release-x86_64 | OK | 107 | ||
| macos-release-arm64 | OK | 97 | ||
| macos-oldrel-arm64 | OK | 71 | ||
| windows-devel | OK | 80 | ||
| windows-release | OK | 69 | ||
| windows-oldrel | OK | 61 | ||
| wasm-release | OK | 91 |
Exports:crs_epsgcrs_inputcrs_projcrs_wktcrs_wkt2
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Extract 'EPSG' value | crs_epsg |
| Extract 'input' value | crs_input |
| Extract 'PROJ4' string | crs_proj |
| Extract 'WKT2' string | crs_wkt crs_wkt2 |
| Simple features example data | sfx sfx_new |
