shapelyEasy Playground

Geometric objects and operations (points, lines, polygons)

Getting started with shapelyRun locally
Install
pip install shapely
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: shapely)

shapely is a third-party package. Geometric objects and operations (points, lines, polygons). Install with: pip install shapely

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?