Original User: krntom
Hi,
I try to create geometry object in Phyton base on List of coordinates.
The phyton codes and data attached.
If i'm using large number ( web mercator value or UTM value ) the script works ok.
but if i'm using geographics values ( near equator will be small value ), the script resulting unnecessary.
with this sample list coordinate data,
-----
1;100.5;0.5
1;101.5;0.5
1;100.5;1.5
2;102.5;0.5
2;102.5;0.7
2;102.5;-0.6
3;100.15;2.5
3;100.25;2.5
3;100.35;1.5
-----
polygon number 2 not created.
is someone can give me suggestions on these, or perhaps experiences with this.
thank you.
Tommy