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

Provide means to edit CityGML files #27

Open
jailln opened this issue Sep 27, 2017 · 0 comments
Open

Provide means to edit CityGML files #27

jailln opened this issue Sep 27, 2017 · 0 comments
Milestone

Comments

@jailln
Copy link
Contributor

jailln commented Sep 27, 2017

We need to edit the geometry of CityGML files. First, we need to check if a CityGML editor already exists. If not, we could go this way:

Using 3DUSE

  • Open the CityGML file in 3DUSE
  • Select the CityObject to export (either in treeview or in the 3D scene)
  • Export the selected object either to a .obj using 3DUSE's CityGML -> obj converter

Using 3DCityDB

  • Load CityGML file in a 3DCityDB database
  • Export it into a collada file

Then, the collada / obj file can be loaded in a 3D editor such as Blender or Maya for modification and exported to an obj file.

Once the modification is done, refer to this issue to go from obj to CityGML.

@jailln jailln added this to the Someday milestone Jun 24, 2020
@jailln jailln removed their assignment Jun 24, 2020
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

No branches or pull requests

2 participants