You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error
Traceback (most recent call last):
...
File ".../plpygis/plpygis/geometry.py", line 195, in _from_wkb
reader = Reader(wkb, ">") # big-endian reader
NameError: name 'Reader' is not defined
The text was updated successfully, but these errors were encountered:
While working on #1, I found a bug in the existing code: https://github.com/bosth/plpygis/blob/master/plpygis/geometry.py#L194-L195
Reader
should beHexReader
.This can be triggered with
which raises
The text was updated successfully, but these errors were encountered: