OSGeo / gdal

GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats.
https://gdal.org
Other
4.91k stars 2.55k forks source link

LVBAG: only run IsValid() if bFixInvalidData #11234

Closed rouault closed 6 days ago

rouault commented 6 days ago

This will speed up processing if not needing to fix invalid data. May be related to https://lists.osgeo.org/pipermail/gdal-dev/2024-November/059794.html

CC @yorickdewid

yorickdewid commented 6 days ago

Agreed

coveralls commented 6 days ago

Coverage Status

coverage: 73.627% (-0.003%) from 73.63% when pulling 37bec729c3bbbbf2098bcd4185ec9863a33d50d5 on rouault:lvbag_faster into a396e19a84977a19e509899f362c4634934949df on OSGeo:master.