Вычислительная геометрия с Shapely
data
shapely-compute is a Claude Code skill that performs computational geometry using the Shapely library — creating geometric objects, running boolean operations, evaluating spatial predicates, and taking measurements. The skill ships with a `shapely_compute.py` script exposing six commands: `create` builds points, lines, polygons (including those with holes), and multi-geometries from coordinates; `op` handles intersection, union, difference, symmetric difference, buffer, convex hull, envelope, and simplify; `pred` tests spatial relationships such as contains, within, intersects, crosses, overlaps, touches, and covers; `measure` returns area, length, centroid, bounds, and exterior ring; `distance` computes the minimum distance between any two geometries; and `transform` applies translate, rotate, and scale operations. Geometries are passed and returned as WKT strings, making the skill practical for developers and spatial analysts who need to process geodata, validate polygon topology, or automate geometry workflows directly from Claude Code.
- #geometry
- #shapely
- #computational-geometry
- #spatial-analysis
- #polygon-operations