Skip to content

Commit 312892d

Browse files
committed
Use byte streams instead of bytes as it's faster
1 parent b3b7593 commit 312892d

File tree

2 files changed

+74
-100
lines changed

2 files changed

+74
-100
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,13 +458,13 @@ shapeType Point do not have a bounding box 'bbox'.
458458
... if not name.startswith('_'):
459459
... name
460460
'bbox'
461-
'from_bytes'
461+
'from_byte_stream'
462462
'oid'
463463
'parts'
464464
'points'
465465
'shapeType'
466466
'shapeTypeName'
467-
'to_bytes'
467+
'write_to_byte_stream'
468468

469469
* `oid`: The shape's index position in the original shapefile.
470470

0 commit comments

Comments
 (0)