Mashin6 / orthogonalize-polygon

Orthogonalize polygon in python by making all its angles 90 or 180 deg
GNU General Public License v3.0
25 stars 4 forks source link

question about crs #2

Open Atumyugi opened 1 year ago

Atumyugi commented 1 year ago

thanks for your job! 😁 i have some question about crs your code must transfrom 3857 from rotate ,and input polygon is 4326 i tried other crs ,for example input 3957 for whole ,but the result is bad i want to know why?

Mashin6 commented 1 year ago

Could this be perhaps because transformation from 3957 to 3857 is not correct? Maybe try skipping the reprojection step and do the rotation in 3957 projection.

Atumyugi commented 1 year ago

Thank you for your reply. Is there any way to force all angles to be orthogonal?