I am reading in a postgis table with a hstore column. I want to create attributes from all the fields inside of it. What is the best way. Since I need the spatial index I was under impression I needed to read in with postgis reader. My python is not great so hoping it can be done without using python.
Any help would be great.