cjio
cjio copied to clipboard
is_transformed not set when creating cm
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()
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...
Ok, thank you for the info and the link!