You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, pyclipper is only a wrapper for Angus Johnson's implementation of the Vatti's polygon clipping algorithm. How does your data look like? You need to have the points of the polygons available in the form of a python tuple, list or numpy array.
If you are able to extract the polygons from your file, it works (even with numpy arrays). However, this library does not support reading shapefiles, you will have to do this manually.
Please refer to the section how to use, it gives a good idea what this library does: https://github.com/fonttools/pyclipper#how-to-use
Is there a way to read lines from a shapefile and use them as the subject?
The text was updated successfully, but these errors were encountered: