What steps will reproduce the problem?
1. Followed exact steps in pyshp developers wiki
https://code.google.com/p/pyshp/wiki/CreateElevationValues
2. error with the following line of code: w.save("MyPolyZ")
3.
What is the expected output? What do you see instead?
Get the following error:
f.write(pack("<%sd" % len(s.z), *s.z))
Error: AttributeError: _Shape instance has no attribute 'z'
What version of the product are you using? On what operating system?
Shapefile.py version 1.1.9
OS: Windows XP Professional V 2002, SP3
Running code using Python x,y V2.7.3.0 - Spyder IDE
Please provide any additional information below.
Original issue reported on code.google.com by Manoj.De...@gmail.com on 6 Sep 2013 at 12:38
Original issue reported on code.google.com by
Manoj.De...@gmail.com
on 6 Sep 2013 at 12:38