Tagged Questions
2
votes
1answer
204 views
to extract 3d points from a shp file
I'm trying to work with the shapefile on python,
the file " donnees.shp" contains 3d points
I need to extract attributes from this file
but my code returns an error:
>>> import shapefile
...
