This PR adds the region_of_interest attribute to CompetitionInfo objects.
This new attribute contains a union of a competition's regions of interest, stored as a GEOS geometry of type MultiPolygon. It is an aggregation of the various geometries that may exist, since a single Competition obect may be related to many RegionOfInterest objects.
This PR adds the
region_of_interest
attribute toCompetitionInfo
objects.This new attribute contains a
union
of a competition's regions of interest, stored as a GEOS geometry of typeMultiPolygon
. It is an aggregation of the various geometries that may exist, since a singleCompetition
obect may be related to manyRegionOfInterest
objects.