gwlucastrig / Tinfour

Delaunay and Constrained Delaunay Triangulations in Java, providing high-performance utilities for modeling surfaces with support for Lidar LAS files, Digital Elevation Models (DEM), finite element analysis, path planning, natural neighbor interpolation, and other applications of Triangulated Irregular Networks (TIN)
Apache License 2.0
158 stars 34 forks source link

Error reading UTF-8 strings from shapefile #99

Closed gwlucastrig closed 1 year ago

gwlucastrig commented 1 year ago

This change partially addresses the issue of not reading UTF-8 strings from a shapefile.

We need to further refine this module to address Issue 44 and make the DbfReader process code-page files (CPG files).

gwlucastrig commented 1 year ago

Issue complete. Code turned in. Issue 44 still remains open