You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
Py3DTilers was mostly (only?) tested with metre projections. We should test Py3DTilers behavior with degree projections. We should ensure:
transform
matrix of the tiles doesn't distort the tiles positions. If it does, see Make transform matrix in tiles optional #133--offset
,--scale
,--crs_in/out
) can be usedThe text was updated successfully, but these errors were encountered: