Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

andreiveselov
Copy link
Contributor

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.

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)
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.
Fixed scale matrix to have last element to be 1
@pierotofy
Copy link
Member

Nice, thanks @andreiveselov ! Sorry for the late merge 🙏

@pierotofy pierotofy merged commit 7ab8c4e into OpenDroneMap:master Oct 6, 2023
@smathermather
Copy link

smathermather commented Oct 11, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants