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

Test Py3DTilers behavior with degree projections #135

Open
LorenzoMarnat opened this issue Apr 20, 2023 · 2 comments
Open

Test Py3DTilers behavior with degree projections #135

LorenzoMarnat opened this issue Apr 20, 2023 · 2 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@LorenzoMarnat
Copy link
Collaborator

Py3DTilers was mostly (only?) tested with metre projections. We should test Py3DTilers behavior with degree projections. We should ensure:

@LorenzoMarnat LorenzoMarnat added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 20, 2023
@clementcolin
Copy link
Contributor

In other terms, when input is given in degrees, first transform coordinates to cartesian (use proj4 library), realise all computations in cartesian and eventually and optionnaly (because this depends on the desired coordinate system of the outut) reconvert the coordinates to degrees.

@andreiveselov
Copy link
Contributor

andreiveselov commented Aug 9, 2023

There is also an issue with US State Plane coordinate systems that uses US Survey feet as units. I tried to use ObjTiler to create 3D tiles and height of objects in the mesh is not shown correctly in Cesium (~3 times higher). Any suggestions on how to address it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants