cjio icon indicating copy to clipboard operation
cjio copied to clipboard

is_transformed not set when creating cm

Open gperonato opened this issue 3 years ago • 2 comments

In the api_tutorial_create.ipynb to create a cm ,is_transformed is not set. For this reason, cityjson.save() throws an error.

I am not sure whether this is a bug, or the tutorial should be just updated.

In the same tutorial, I think cm.add_to_j(cityobjects,vertex_lookup) should be cm.add_to_j()

gperonato avatar Jan 14 '22 09:01 gperonato

Indeed, the tutorial should be updated. There is a more up-to-date tutorial at https://github.com/3DGI/3dbag-workshop-foss4gnl2021 , see it's outline.

Everything related to the API is messy, at best. I would have removed it from cjio already if I was done with the alternative...

balazsdukai avatar Jan 14 '22 11:01 balazsdukai

Ok, thank you for the info and the link!

gperonato avatar Jan 14 '22 13:01 gperonato