Closed russelldj closed 2 weeks ago
This updates the get_image_bounds_as_shapely method to return a format that consistent with the orientation of get_geospatial_bounds_as_shapely. This is that the bottom of the image/tile corresponds to the ymin value.
get_image_bounds_as_shapely
get_geospatial_bounds_as_shapely
ymin
This updates the
get_image_bounds_as_shapely
method to return a format that consistent with the orientation ofget_geospatial_bounds_as_shapely
. This is that the bottom of the image/tile corresponds to theymin
value.