gogeos icon indicating copy to clipboard operation
gogeos copied to clipboard

add IsCCW method

Open ruierzhao opened this issue 1 year ago • 0 comments

the ESRI shapefile depends on whether the coordinates are clockwise or counterclockwise to determine internal and external polygons. This library seem to does not have a function to determine whether the coordinate-squeue is counterclockwise. I have implemented one using pure Golang, hoping to be helpful to you.

ruierzhao avatar Sep 03 '23 10:09 ruierzhao