In running a spatial query in postgres, I got the following error:
psycopg2.errors.InternalError_: lwgeom_intersection: GEOS Error: TopologyException: Input geom 1 is invalid: Self-intersection at or near point 676597.26377722982 3673373.5709498846 at 676597.26377722982 3673373.5709498846
I do not know what projection is returned. The input is all (as well as I understand it) ESPG 4326, but these are obviously not points that work in that projection. How do I decipher what to convert from so I can locate the error?