shapely-compute
✓Shapely を使用した計算幾何学 - 幾何学、ブール演算、測定値、述語を作成します
SKILL.md
| Create geometry | create | create polygon --coords "0,0 1,0 1,1 0,1" | | Intersection | op intersection | op intersection --g1 "POLYGON(...)" --g2 "POLYGON(...)" | | Check contains | pred contains | pred contains --g1 "POLYGON(...)" --g2 "POINT(0.5 0.5)" | | Calculate area | measure area | measure area --geom "POLYGON(...)" |
| Distance | distance | distance --g1 "POINT(0 0)" --g2 "POINT(3 4)" | | Transform | transform translate | transform translate --geom "..." --params "1,2" | | Validate | validate | validate --geom "POLYGON(...)" |
| Collision detection | pred intersects | | Point-in-polygon | pred contains | | Area calculation | measure area | | Buffer zones | op buffer | | Shape combination | op union | | Shape subtraction | op difference | | Bounding box | op envelope or measure bounds | | Simplify path | op simplify |
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/namesreallyblank/clorch --skill shapely-compute- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
shapely-compute とは?
Shapely を使用した計算幾何学 - 幾何学、ブール演算、測定値、述語を作成します ソース: namesreallyblank/clorch。
shapely-compute のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/namesreallyblank/clorch --skill shapely-compute インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/namesreallyblank/clorch
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-01