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
ValueError: Unable to convert to cesiumpy entity
Was trying to use:
res = cesiumpy.io.read_shape("pipelines.shp") v = cseiumpy.Viewer() v.entities.add(res, material="red") v
And it gave me that ValueError exception. The pipeline shape file can be downloaded here: https://data.gov.au/dataset/oil-and-gas-pipelines-of-australia
I'm running Python 2 with latest master cesiumpy==0.4.0.dev0 and Shapely==1.5.17.
cesiumpy==0.4.0.dev0
Shapely==1.5.17
The text was updated successfully, but these errors were encountered:
Thx. It looks displayed properly on my env. Can u attach full traceback?
Sorry, something went wrong.
my env:
No branches or pull requests
Was trying to use:
And it gave me that ValueError exception. The pipeline shape file can be downloaded here: https://data.gov.au/dataset/oil-and-gas-pipelines-of-australia
I'm running Python 2 with latest master
cesiumpy==0.4.0.dev0
andShapely==1.5.17
.The text was updated successfully, but these errors were encountered: