OpenDroneMap / Obj2Tiles

Converts OBJ files to OGC 3D tiles by performing splitting, decimation and conversion
GNU Affero General Public License v3.0
214 stars 62 forks source link

Changes to support coordinate system that use units other than meters. #52

Closed andreiveselov closed 12 months ago

andreiveselov commented 1 year ago

Added a scale factor that can be used for proper tiles scaling if coordinate system uses units other than meters (i.e. survey feet or feet that are common in US). Code assumes that x, y and altitude are in different units and need to be scaled.

Also added base Geometric error as a parameter. I found that 100 worked well for meters, but I need something like 300-500 for datasets that uses feet.

pierotofy commented 12 months ago

Nice, thanks @andreiveselov ! Sorry for the late merge :pray:

smathermather commented 11 months ago

Woah! An important feature for those of us continuing to suffer on imperial. Thanks @andreiveselov !