-
Hi, I have trouble understanding coordinate system values. My original data comes in However, during one of the steps my second coordinate value changes its range. Here is an example of citygml file:
that has coordinates in citygml-tools generates cityjson file, that has seemingly correct coordinate system:
However, if I export cityjson to an obj file, or use cjio to work with geometries, the second coordinate changes its range from "5658*" to "9167*"
I have trouble understanding why this happens, and I would like to keep by coordinate system intact. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Ah, I understood that the way coordinates are stored does not equal the actual values of the coordinates (despite visual similarities). This explains how to get the original coordinates. |
Beta Was this translation helpful? Give feedback.
Ah, I understood that the way coordinates are stored does not equal the actual values of the coordinates (despite visual similarities).
https://cjio.readthedocs.io/en/latest/api_tutorial_basics.html#Geometry-boundaries-and-Semantic-Surfaces
This explains how to get the original coordinates.