Τη Παρασκευή, 16 Ιουνίου 2017 - 10:59:10 μ.μ. UTC+3, ο χρήστης Xristos Xristoou
έγραψε:
> I have create a python script where use post gis queries to automate some
> intersection tasks using postgis database.
>
> in my database I have polygons,points and lines.
>
> here my snippet code of my sc
Τη Παρασκευή, 16 Ιουνίου 2017 - 10:59:10 μ.μ. UTC+3, ο χρήστης Xristos Xristoou
έγραψε:
> I have create a python script where use post gis queries to automate some
> intersection tasks using postgis database.
>
> in my database I have polygons,points and lines.
>
> here my snippet code of my sc
I have create a python script where use post gis queries to automate some
intersection tasks using postgis database.
in my database I have polygons,points and lines.
here my snippet code of my script :
try:
if str(geomtype) == 'point':
geomtype = 1
elif str(geomtype