-
-
Save dnomadb/9135e4a7607f4dee6585 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In [1]: | |
from shapely import wkb | |
In [4]: | |
point = wkb.loads('0101000020E6100000FD31AD4D632254C04A79AD84EE364140', hex=True) | |
In [7]: | |
point.coords.xy | |
Out[7]: | |
(array('d', [-80.537311]), array('d', [34.429154])) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment