A lot of the heavy lifting should be handled by calling the plot method of a gpd.GeoDataFrame. But it would be nice to be able to show both the detections, potentially colored by an arbitrary attribute, as well as the bounds. This should be implemented for both the RegionDetection and RegionDetectionSet.
A lot of the heavy lifting should be handled by calling the
plot
method of agpd.GeoDataFrame
. But it would be nice to be able to show both the detections, potentially colored by an arbitrary attribute, as well as the bounds. This should be implemented for both theRegionDetection
andRegionDetectionSet
.