We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082a3a1 commit 94fbb3bCopy full SHA for 94fbb3b
README.txt
@@ -291,13 +291,13 @@ The blockgroup key and population count:
291
>>> points = shapeRec.shape.points[0:2]
292
293
>>> len(points)
294
-2
295
-
296
-There is also an iterShapeRecords() method to iterate through large files:
297
298
- >>> shapeRecs = sf.iterShapeRecords()
299
- >>> for shape, rec in shapeRecs:
300
- ... # do something here
+2
+
+There is also an iterShapeRecords() method to iterate through large files:
+>>> shapeRecs = sf.iterShapeRecords()
+>>> for shape, rec in shapeRecs:
+... # do something here
301
302
Writing Shapefiles
303
++++++++++++++++++
0 commit comments