Package: crsmeta Title: Extract Coordinate System Metadata Version: 0.3.0 Authors@R: person(given = "Michael", family = "Sumner", role = c("aut", "cre"), email = "mdsumner@gmail.com", comment = c(ORCID = "0000-0002-2471-7511")) Description: Obtain coordinate system metadata from various data formats. There are functions to extract a 'CRS' (coordinate reference system, ) in 'EPSG' (European Petroleum Survey Group, ), 'PROJ4' , or 'WKT2' (Well-Known Text 2, ) forms. This is purely for getting simple metadata from in-memory formats, please use other tools for out of memory data sources. License: GPL-3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.0 Depends: R (>= 3.5.0) Suggests: testthat (>= 2.1.0), spelling Imports: methods URL: https://github.com/hypertidy/crsmeta BugReports: https://github.com/hypertidy/crsmeta/issues Language: en-US Repository: https://hypertidy.r-universe.dev Date/Publication: 2020-03-29 09:57:42 UTC RemoteUrl: https://github.com/hypertidy/crsmeta RemoteRef: HEAD RemoteSha: d72195c0995fbb71aea0018c16e3aead9637062f NeedsCompilation: no Packaged: 2026-05-25 07:38:49 UTC; root Author: Michael Sumner [aut, cre] (ORCID: ) Maintainer: Michael Sumner