borevitzlab / 3D-tools

A set of tools for dealing with point clouds representing a forest. Basic object recognition and extraction, calculation of spatial and spectral attributes, automation of data processing, etc.
GNU General Public License v3.0
12 stars 6 forks source link

Convert to Python3 #1

Closed ralic closed 7 years ago

ralic commented 7 years ago

using : find . -name '*.py' | xargs 2to3 -w

Zac-HD commented 7 years ago

As documented in the README, and as is immediately obvious from reading or attempting to run the code, this project does not support Python 2 - in fact it requires a fairly new version of Python 3.

I suspect that this pull was generated by a script; it's that or an extremely oblivious laziness. Please stop, either way.