BBox ¶ Axis-aligned bounding box in lon/lat degrees. max_x property ¶ max_x Eastern edge (maximum longitude). max_y property ¶ max_y Northern edge (maximum latitude). min_x property ¶ min_x Western edge (minimum longitude). min_y property ¶ min_y Southern edge (minimum latitude). area method descriptor ¶ area() Area in square degrees (width * height). contains method descriptor ¶ contains(x, y) Whether the point (x, y) lies within the box (inclusive). height method descriptor ¶ height() Height in degrees (max_y - min_y). width method descriptor ¶ width() Width in degrees (max_x - min_x).