Closed bsmity13 closed 2 years ago
hr_locoh(...)$locoh$area has class numeric instead of units.
hr_locoh(...)$locoh$area
numeric
units
Might have to do with sf object missing CRS at time of sf::st_area call?
sf
sf::st_area
As a result, hr_area(locoh, units = TRUE) does not work as expected.
hr_area(locoh, units = TRUE)
Thanks for reporting, this is now fixed with 4d3cb47.
hr_locoh(...)$locoh$area
has classnumeric
instead ofunits
.Might have to do with
sf
object missing CRS at time ofsf::st_area
call?As a result,
hr_area(locoh, units = TRUE)
does not work as expected.