I am trying to load a postgis linestring into python (using ST_DumpPoints) and extracting x,y,z coordinates, which is working but extremely slow..and if i mean slow, i really mean it (yes, it takes about 5 seconds per row, so imagine how long this is for around 5000 features).Funnily enough, if...