mirror of https://gitlab.com/pamhyr/pamhyr2
GeoTIFF: Fix pep8.
parent
7b833390f1
commit
b1c7a77f37
|
|
@ -186,7 +186,7 @@ class EditGeoTIFFWindow(PamhyrWindow):
|
||||||
|
|
||||||
with rasterio.open(self._file_name) as data:
|
with rasterio.open(self._file_name) as data:
|
||||||
img = data.read()
|
img = data.read()
|
||||||
b = data.bounds[:] # left, bottom, right, top
|
b = data.bounds[:] # left, bottom, right, top
|
||||||
|
|
||||||
if b[2] > b[0] and b[1] < b[3]:
|
if b[2] > b[0] and b[1] < b[3]:
|
||||||
coord = [b[0], b[2], b[1], b[3]]
|
coord = [b[0], b[2], b[1], b[3]]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue