Uses the same rules for input as mksite. Provide either a string or lat long coordinates. #' Returns the landcover polygons around a point. Provide either a name for geocoding or a longitude and latitude.

landcover(x = "Arne,Dorset", y = 0, dist = 0)

Arguments

dist

Value

Landcover clipped to the site

Details

If distance is given then a circular area with the radius provided is used. The layer is clipped to the intersection. If no distance is provided then the 5km grid square is used.

Examples

landcover("Arne,Dorset"dist=1000)
#> Error: <text>:2:24: unexpected symbol #> 1: #> 2: landcover("Arne,Dorset"dist #> ^