Closed mdsumner closed 6 years ago
Fix
library(sf) library(anglr) library(raster) my_extent <- st_as_sf(as(extent(c(153.185183093, 153.19443135, -27.705328446, -27.6967222119999)), "SpatialPolygons")) TRI(my_extent) #Error: Column `subobject` not found
Also, passing in max_area should trigger an error with TRI, and suggest a pointer to DEL.
This is a gibble problem I think]
it was
Fix
Also, passing in max_area should trigger an error with TRI, and suggest a pointer to DEL.