Skip to content

Instantly share code, notes, and snippets.

@dnomadb
Created February 10, 2015 23:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnomadb/9135e4a7607f4dee6585 to your computer and use it in GitHub Desktop.
Save dnomadb/9135e4a7607f4dee6585 to your computer and use it in GitHub Desktop.
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