Setup
Users Guide
API
BBox
Planning
Create a bounding box object in UTM coordinates from a geographic coordinate and a buffer distance
The UTM zome will be estimated from the longitude coordinate.
longitude (float) – longitude coordinate of the point
latitude (float) – latitude coordinate of the point
buffer (float) – buffer distance in meters
datum_name (str) – Name of the datum to use for the UTM zone estimation. Defaults to “WGS 84”.
A BBox object