Skip to main content

Hello,

I´m using the get_transform_vector in order to get the transform of my bbox.

The result recived in UTM. Is there any convenient way to get the results in WGS84?


# Convert bounding box to UTM coordinates
bb_utm = geo_utils.to_utm_bbox(bbox)
transf = bb_utm.get_transform_vector(resx=10, resy=10)

>>>(583932.1992386435, 10.0, 0, 2223772.1491772938, 0, -10.0)
Be the first to reply!

Reply