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

example data error #4

Open AdrianKriger opened 9 months ago

AdrianKriger commented 9 months ago

Thank you for this package. Please open a discussion.

When attempting to execute:

forestutils C:\forestry\data\test_point_cloud.ply C:forestry\

with the example data I get:

line 124, in to_latlon raise OutOfRangeError('easting out of range (must be between 100,000 m and 999,999 m)') utm.error.OutOfRangeError: easting out of range (must be between 100,000 m and 999,999 m)

Is this related to the default utm zone (55 north)?

TimeScience commented 9 months ago

Hi,

It might be an issue relating to us being in Australia... my guess is that the person who wrote this package didn't test it with non Southern Hemisphere data. This package is sorely in need of an update but I've figured there are probably better new packages out there, so let us know if it does work for you as that is good feedback and we might look into developing it further.

Cheers