From 91a93afc5aba6c6c3150232e2b82b05d629d903c Mon Sep 17 00:00:00 2001
From: Remi Cresson <remi.cresson@irstea.fr>
Date: Sun, 27 Feb 2022 13:35:08 +0100
Subject: [PATCH] DOC: add space
---
scenes/utils.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scenes/utils.py b/scenes/utils.py
index 40dd173..1a88dab 100644
--- a/scenes/utils.py
+++ b/scenes/utils.py
@@ -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
--
GitLab