This question is related to Shapefiles to Text. I have a csv file, with one column, where all the rows correspond to WKT POLYGON()'s:
WKT
POLYGON(...)
POLYGON(...)
...
I'm familiar with how to convert from shp file to wkt, but I need to go the other way around. I tried playing around with ogr2ogr's settings/flags, but didn't really get anything useful. I also know I can use QGIS to do this, but it freezes/crashes since the dataset is fairly large. I'd appreciate any suggestions/advice.