R/profile.R

.onLoad <- function (libname, pkgname) { # nocov start
  
  #make sure sf relies on... "sf" (aka ISO/OGC Simple Features)! and not s2
  options(sf_use_s2 = FALSE)
  
  ISOMetadataNamespace$GML$uri <- "http://www.opengis.net/gml"
  
  assign(".ows4R", new.env(), envir= asNamespace(pkgname))
  
  #set OWS namespaces
  setOWSNamespaces()
  
} # nocov end

Try the ows4R package in your browser

Any scripts or data that you put into this service are public.

ows4R documentation built on Sept. 1, 2023, 5:09 p.m.