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

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -