[gdal-dev] AutoCreateWarpedVRT missing latitude clamping heuristic for Mercator projections
Denis Rykov
rykovd at gmail.com
Mon May 25 03:04:39 PDT 2026
In https://github.com/OSGeo/gdal/commit/5b7829 a useful heuristic was added
to gdalwarp that clamps latitudes when warping from geographic CRS to
Mercator projections. However, AutoCreateWarpedVRT does not apply the same
heuristic. Users who create warped VRTs programmatically will silently get
unbounded extents in the same scenario, with no warning issued. It would
be great to have this heuristic available at a lower level so other callers
beyond gdalwarp can benefit from it as well.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20260525/d34ab07d/attachment-0001.htm>
More information about the gdal-dev
mailing list