Commit 91a93afc authored by Cresson Remi's avatar Cresson Remi
Browse files

DOC: add space

1 merge request!11Vector bbox
Pipeline #33401 passed with stages
in 1 minute and 14 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -198,7 +198,7 @@ def get_bbox_wgs84_from_vector(vector_file):
coords = [(extent[0], extent[2]), (extent[1], extent[3])]
src_srs = poly_layer.GetSpatialRef()
tgt_srs = epsg2srs(4326)
[(xmin, ymin), (xmax, ymax)] = reproject_coords(coords=coords, # pylint: disable=unbalanced-tuple-unpacking
[(xmin, ymin), (xmax, ymax)] = reproject_coords(coords=coords, # pylint: disable=unbalanced-tuple-unpacking
src_srs=src_srs,
tgt_srs=tgt_srs)
return xmin, xmax, ymin, ymax
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment