omanges / turfpy

A Python library for performing geospatial data analysis which reimplements turf.js.
MIT License
120 stars 26 forks source link

Fix problem with negative distances on line_offset #87

Closed Gianfranco753 closed 3 years ago

Gianfranco753 commented 3 years ago

fix(line_offset): fix problem with negative distances test(line_offset): add test to line_offset with linestring

The main problem was the module operation. this operation behaves differently on javascript and python. This fix generates the correct result.

omanges commented 3 years ago

Please update your PR with latest changes

Gianfranco753 commented 3 years ago

I think now it's updated.