mysql - Creating a polygonal spatial data frame from a feature geometry attribute -


i have data frame pulled mysql database has feature geometry attribute. example, here's 1 record's value geom attribute:

'polygon((-113.583914 33.786816,-113.58412 33.787018,-113.58412 33.786816,-113.583914 33.786816))' 

all features in table polygons.

i have been searching cannot find clean way create spatial data frame these coordinate strings.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -