GeospatialPython / pyshp

This library reads and writes ESRI Shapefiles in pure Python.
MIT License
1.1k stars 260 forks source link

README changes #159

Closed jmoujaes closed 6 years ago

jmoujaes commented 6 years ago

Edit docs to clarify that Points dont have a bounding box attribute 'bbox'.

Hello. Not sure if this is worth changing in the 1.2.x branch, but making the PR just in case. I think it would be helpful to mention that Records of shapeType "Point" dont have a "bbox" attribute.

I am fairly new to the Geo world so it may be a given that Points dont have a bounding box? However I think it would be helpful to mention for beginners.

karimbahgat commented 6 years ago

Thanks again!