-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a good reason that bounds
does not return an Extent
?
#757
Comments
bounds
do not return an Extent
?bounds
does not return an Extent
?
Bounds are from before Extents existed. |
if we're moving in the direction of #755, it would be good to start exporting Extents... though I also wonder if the right approach is GI.RectangleTrait so that you can pass a GI rectangular geometry to functions like crop, rasterize, GO.polygonize, GO.clip. Maybe |
Extents.extent is the function, we just need to export it |
closed with #758 |
closed with #758 |
It seems like we should be converging on the use of Extents to describe bounds... for that reason I wonder why bounds doesn't return an Extent.
Along those lines I wonder why
Rasters.bounds
is notRasters.extent
Just trying to think long-term here.
The text was updated successfully, but these errors were encountered: