-This is a Python in general question.
I am having topology errors very often, they are very small and i would like to proceed to intersection even though they are there. Is it possible to make an exception for this particular :
TopologyException: found non-noded intersection between LINESTRING (229971 4.39944e+06, 229971 4.39944e+06) and LINESTRING (229971 4.39944e+06, 229971 4.39944e+06) at 229971.08857010119 4399438.0928708706
and make it complete the process anyway? I am using Python and Geopandas.
Also sometimes in intersection it says:
TopologicalError: This operation could not be performed. Reason: unknown
is it possible for any line like this:inte_s=gpd.overlay(data2,asttom,how='intersection')
that is causing this Error to create an exception and make it perform the calculation by being unfazed from the error that would show up? What code would do that in this line where the intersection is done?