Skip to content

Commit

Permalink
check multipart proj string
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed Jun 6, 2024
1 parent 29e49f4 commit ae90aad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/vapour-gdal-library.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ vapour_srs_wkt <- function(crs) {
#' @export
#'
#' @examples
#' vapour_crs_is_lonlat("+proj=longlat")
#' vapour_gdal_version() ## versions to catch problems with string input
#' vapour_proj_version()
#' vapour_crs_is_lonlat("+proj=aeqd +lon_0=147 +lat_0=-42")
#' vapour_crs_is_lonlat("EPSG:4326")
#' vapour_srs_wkt("+proj=laea")
#' vapour_crs_is_lonlat("+proj=laea +type=crs")
#' #vapour_crs_is_lonlat("+proj=longlat +type=crs")
#' vapour_crs_is_lonlat("EPSG:4326")
#' vapour_crs_is_lonlat("OGC:CRS84")
#' vapour_crs_is_lonlat("WGS84")
#' vapour_crs_is_lonlat("NAD27")
Expand Down
6 changes: 3 additions & 3 deletions man/vapour_crs_is_lonlat.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ae90aad

Please sign in to comment.