PDAL / python

PDAL's Python Support
Other
115 stars 34 forks source link

harden getMetadata and related calls from getting non-utf-8 'json' #140

Closed hobu closed 1 year ago

hobu commented 1 year ago

PDAL's metadata can spit non-utf8 characters into its JSON output. This patch will ignore them, and we'll also patch PDAL to not spit out utf-8 in its JSON going forward at 2.5.0+

This should fix https://github.com/PDAL/PDAL/issues/3880 once released.