-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
OGR: Add OGRLayer::GetExtent3D() #8806
Conversation
some Doxygen errors: https://github.com/OSGeo/gdal/actions/runs/7029697053/job/19127794968?pr=8806 |
Co-authored-by: Even Rouault <[email protected]>
@elpaso besides the comment I just pasted regarding defining OLCFastGetExtent3D for the C# bindings, I believe this PR is ready for the scope we discussed, right ? |
Yes, I think so. As a following step I could try to implement more efficient "OCLFast" methods for drivers that support it. |
yes, GeoPackage and PostGIS are ones that could be interesting |
Followup #8806: - provide a semi-fast impplementation for GPKG - use infinity for unknown/unset MinZ and MaxZ instead of NaN
Fix #8570
TODO: