Contents:
Note
The backwards compatible import is pyproj.transformer.AreaOfInterest
New in version 2.3.0.
This is the area of interest for:
Transformations
Querying for CRS data.
The east bound in degrees of the area of interest.
The north bound in degrees of the area of interest.
The south bound in degrees of the area of interest.
The west bound in degrees of the area of interest.
New in version 2.0.0.
Area of Use for CRS, CoordinateOperation, or a Transformer.
The bounds of the area of use.
west, south, east, and north bounds.
Tuple[float, float, float, float]
East bound of area of use.
Name of area of use.
North bound of area of use.
South bound of area of use.
West bound of area of use.
Bounding box to check if data intersects/contains other bounding boxes.
New in version 3.0.0.
other (Union["BBox", AreaOfUse]) – The other BBox to use to check.
True if this BBox contains the other bbox.
bool
East bound of bounding box.
other (BBox) – The other BBox to use to check.
True if this BBox intersects the other bbox.
North bound of bounding box.
South bound of bounding box.
West bound of bounding box.