ladybug-tools / ladybug-geometry

🐞 📦 A library with geometry objects used throughout the Ladybug Tools core libraries
https://www.ladybug.tools/ladybug-geometry/docs/
GNU Affero General Public License v3.0
23 stars 22 forks source link

Add methods to compute X, Y, and Z domains around lists of geometry #173

Closed chriswmackey closed 4 years ago

chriswmackey commented 4 years ago

Almost all of the geometry objects in this repo have methods to compute the min and the max of the bounding box (or rectangle) around the geometry. However, there are no methods for computing the bounding box around lists of geometry, which has turned out to be a very common case since we currently have code in two places of the downstream libraries that does this:

The honeybee-energy AFN The dragonfly-core code that evaluates whether two buildings are close enough to be exported together

We should just move this capability to ladybug_geometry so we have only one place where this code exists.

ladybugbot commented 4 years ago

:tada: This issue has been resolved in version 1.22.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: