open-forest-observatory / tree-detection-framework

BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Add `get_bounds()` method for RegionDetection and RegionDetectionSet #22

Closed russelldj closed 1 month ago

russelldj commented 1 month ago

This should allow you to specify the CRS you want the bounds in. Additionally, the version for the region detection set should return the union of all sub-regions.

It may be helpful to implement the bounds as a one-length GeoDataFrame rather than a shapely object to easily transform the CRS.

russelldj commented 1 month ago

Closed by #27