Warning occurs when getting prefixes via reference raster, see function prefixes.get_from_raster(raster_path, resolution).
The two lines using the pyproj function in questions are:
lower_left = transform(inProj, outProj, bounds.left, bounds.bottom)
upper_right = transform(inProj, outProj, bounds.right, bounds.top)
Warning occurs when getting prefixes via reference raster, see function
prefixes.get_from_raster(raster_path, resolution).The two lines using the
pyprojfunction in questions are: