ما هي shapely-compute؟
الهندسة الحسابية باستخدام Shapely - إنشاء الأشكال الهندسية والعمليات المنطقية والقياسات والمسندات المصدر: namesreallyblank/clorch.
الهندسة الحسابية باستخدام Shapely - إنشاء الأشكال الهندسية والعمليات المنطقية والقياسات والمسندات
ثبّت مهارة الذكاء الاصطناعي shapely-compute بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: namesreallyblank/clorch.
| 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 |
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
npx skills add https://github.com/namesreallyblank/clorch --skill shapely-computeالهندسة الحسابية باستخدام Shapely - إنشاء الأشكال الهندسية والعمليات المنطقية والقياسات والمسندات المصدر: namesreallyblank/clorch.
افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/namesreallyblank/clorch --skill shapely-compute بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/namesreallyblank/clorch