locan.data.regions.region_utilsΒΆ

Utility functions for working with regions.

Functions

expand_region(region[, distance, support])

Expand a region by distance.

get_region_from_intervals(intervals)

Constructor for instantiating an axis-oriented region from list of (min, max) bounds.

regions_union(regions)

Return the union of regions.

surrounding_region(region[, distance, support])

Define surrounding region by extending a region and returning the extended region excluding the input region.