wingtorres / morphometrix

A PyQt5 Gui for photogrammetry and morphometry
MIT License
18 stars 7 forks source link

Replace obscure Unicode character with standard ASCII key #13

Open WilliamCarlos opened 2 years ago

WilliamCarlos commented 2 years ago

The csv output of morphometrix is used by downstream packages, e.g. https://github.com/cbirdferrer/collatrix. Using the "m\u00B2" unicode characters prevents users from loading the output csvs in pandas DFs, etc. Using m2 to represent meters squared instead of m\u00B2 is less error prone. Thanks!