-
Notifications
You must be signed in to change notification settings - Fork 21
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
Question: conversion of citygml with gfs file #43
Comments
Hi, |
Try and convert to CityJSON 1.0 instead. In this conversion, do not transform the coordinates (so, do not use the
This way, the resulting CityJSON output file will contain the original coordinates and not transformed ones. If there is still a shift, check #37. |
It worked. Thank you very much. |
Hi all,
I am working with 3D building data from BayrenAtlas. The data are downloaded in tiles each tile has .gml and .gfs file. I converted the CityGML file to CityJSON for further analysis in Python. However, I noticed a scaling and shift in the data after starting the analysis.
Example: the actual surface area is 15 but I get an area of 15e-5. Also the vertices are shifted out of the geographical extent.
Do you have any idea what could be wrong? Is it possible that some data are missed during the conversion.
Thank you
The text was updated successfully, but these errors were encountered: