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

Getting ValueError: Unable to convert to cesiumpy entity for loading a shapefile #69

Open
CMCDragonkai opened this issue Oct 17, 2016 · 2 comments

Comments

@CMCDragonkai
Copy link

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.

@sinhrks
Copy link
Owner

sinhrks commented Oct 23, 2016

Thx. It looks displayed properly on my env. Can u attach full traceback?

2016-10-23 20 50 01

@sinhrks
Copy link
Owner

sinhrks commented Oct 23, 2016

my env:

  • Python 3.5.2
  • Shaply 1.5.17
  • fiona 1.7.0.post2

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