I realized this morning we might be getting some weird entries due to how python's csv module is parsing the the_geom field. It looks like it clobbers data sometimes. I'm going to try using the excel reader dialect (and maybe some others) to see if that fixes it.
I realized this morning we might be getting some weird entries due to how python's csv module is parsing the
the_geom
field. It looks like it clobbers data sometimes. I'm going to try using the excel reader dialect (and maybe some others) to see if that fixes it.