You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the L7 footprint is degenerated because of all the nodata strips.
Clean it using the minimum rotated rectangle containing the computed footprint.
Using the minimum rotated rectangle is not perfect as the corners should be right-angled. (And minimum rotated losange doesn't exist 😆), but is better. At least the footprint has 4 corners.
Right now, the L7 footprint is degenerated because of all the nodata strips.
Clean it using the minimum rotated rectangle containing the computed footprint.
See https://shapely.readthedocs.io/en/stable/manual.html#object.minimum_rotated_rectangle
The text was updated successfully, but these errors were encountered: