jmsigner / amt

37 stars 13 forks source link

`hr_area.RasterLayer()` doesn't return area as `units` #58

Closed bsmity13 closed 2 years ago

bsmity13 commented 2 years ago

Similar to issue #57, but mechanism seems different.

hr_area.RasterLayer() computes area from raster, but doesn't convert to class units. Seems like you need to extract units from CRS of the raster to assign units.

jmsigner commented 2 years ago

Thanks for reporting, this is now fixed (38177f7).