jmsigner / amt

37 stars 13 forks source link

`hr_locoh()` doesn't return area with units #57

Closed bsmity13 closed 2 years ago

bsmity13 commented 2 years ago

hr_locoh(...)$locoh$area has class numeric instead of units.

Might have to do with sf object missing CRS at time of sf::st_area call?

As a result, hr_area(locoh, units = TRUE) does not work as expected.

jmsigner commented 2 years ago

Thanks for reporting, this is now fixed with 4d3cb47.