We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the api_tutorial_create.ipynb to create a cm ,is_transformed is not set. For this reason, cityjson.save() throws an error.
api_tutorial_create.ipynb
is_transformed
cityjson.save()
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()
cm.add_to_j(cityobjects,vertex_lookup)
cm.add_to_j()
The text was updated successfully, but these errors were encountered:
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...
Sorry, something went wrong.
Ok, thank you for the info and the link!
No branches or pull requests
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 becm.add_to_j()
The text was updated successfully, but these errors were encountered: