Same rules for x and y as in mkpnt If a distance is provided then it is used as a buffer around the point If a distance is not provided then the os5km grid square is used.

mksite(x = "Arne,Dorset", y = 0, dist = 0, bx = FALSE)

Arguments

dist

Examples

# NOT RUN {
library(giscourse)

conn<-connect()
site<-mksite("Wareham,Dorset")
str(site)

site<-mksite(x=-1,y=52)
str(site)

disconnect()
# }