Build a query URI against the LIST OpenData WFS address layer, returning EASTING, NORTHING, and PID for a street address.

list_address(address)

Arguments

address

character vector of number, street, locality e.g. c(2862, "LYELL", "HAYES")

Value

string URI for List service

Examples

x <- list_address(c(2862, "LYELL",  "HAYES"))
#vals <- jsonlite::fromJSON(readr::read_file ( x), simplifyVector = F)$features[[1]]$attributes
#plot(v <- vect(list_parcel(vals$PID)))
#Sys.setenv("GDAL_DISABLE_READDIR_ON_OPEN"="TRUE")
#dem <- rast(dsn("tasmania_dem_2m"))
#plotRGB(project(rast(ortho), rast(v, res = .1), by_util = TRUE))
#plot(v, add = T)