Toolverse
All skills

shapely-compute

by parcadei

Computational geometry with Shapely - create geometries, boolean operations, measurements, predicates

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
parcadei
Category
Data Science
Views
6

About this skill

Computational geometry with Shapely - create geometries, boolean operations, measurements, predicates

How to use

  1. Zainstaluj umiejętność w swoim środowisku Claude, dodając plik shapely-compute do katalogu skills. Upewnij się, że masz zainstalowany Python z biblioteką Shapely oraz narzędzie uv do zarządzania zależnościami.

  2. Rozpocznij od utworzenia geometrii – użyj komendy create z typem kształtu (point, line, polygon) i współrzędnymi. Na przykład, aby stworzyć wielokąt, podaj listę punktów oddzielonych spacjami: create polygon --coords "0,0 1,0 1,1 0,1".

  3. Wykonuj operacje logiczne na geometriach za pomocą komendy op – wybierz operację (intersection, union, difference) i podaj dwie geometrie w formacie WKT. Wynik otrzymasz jako nową geometrię.

  4. Sprawdzaj relacje przestrzenne komendą pred – na przykład pred contains sprawdzi, czy jedna geometria zawiera drugą. Użyteczne do weryfikacji położenia punktów lub przecinania się kształtów.

  5. Mierz właściwości geometrii komendą measure – oblicz pole (measure area), długość obwodu lub użyj distance do pomiaru odległości między dwoma punktami.

  6. Waliduj i naprawiaj geometrie komendą validate, aby upewnić się, że kształty są poprawne przed dalszym przetwarzaniem.

Related skills

skill-creator

by anthropics

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

Data Science
59147

infographic-creation

by antvis

Create beautiful infographics based on the given text content. Use this when users request creating infographics.

Data Science
60199

docx

by anthropics

Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content,

Data Science
39142

pdf-processing

by Ming-Kai-LC

Comprehensive PDF processing techniques for handling large files that exceed Claude Code's reading limits, including chunking strategies, text/table extraction, and OCR for scanned documents. Use when working with PDFs larger than 10-15MB or more than 30-50 pages.

Data Science
23134

notebooklm

by leegonzales

Query Google NotebookLM for source-grounded, citation-backed answers from uploaded documents. Reduces hallucinations through Gemini's document-only responses. Browser automation with library management and persistent authentication.

Data Science
142112

market-analysis

by xbklairith

Use when analyzing markets or interpreting charts - applies technical indicators (RSI, MACD, Moving Averages), identifies support/resistance, analyzes multi-timeframe trends, checks fundamentals and sentiment. Activates when user says \

Data Science
29144