← スキル一覧に戻る

territory-mapper
by dkyazzentwatwa
My comprehensive, tested + audited, library of skills to use for ChatGPT.
⭐ 6🍴 0📅 2026年1月20日
SKILL.md
name: territory-mapper description: Use when asked to visualize sales territories, coverage areas, service regions, or geographic boundaries on interactive maps.
Territory Mapper
Visualize sales territories, coverage areas, and service regions on interactive maps with customizable boundaries and styling.
Purpose
Territory visualization for:
- Sales territory assignment and planning
- Service area coverage mapping
- Market analysis and expansion
- Delivery zone visualization
- Regional performance tracking
Features
- Territory Polygons: Draw custom boundaries
- Color Coding: Color by performance, team, status
- Interactive Maps: Zoom, pan, tooltips
- Data Overlay: Add markers, heatmaps, routes
- Statistical Layers: Population, demographics
- Export: HTML, PNG, GeoJSON
Quick Start
from territory_mapper import TerritoryMapper
# Create territory map
mapper = TerritoryMapper()
mapper.add_territory(
name='West Coast',
coordinates=[(37.7, -122.4), (34.0, -118.2), ...],
color='blue',
data={'sales': 1000000, 'rep': 'Alice'}
)
mapper.save_html('territories.html')
CLI Usage
# Create map from GeoJSON
python territory_mapper.py --geojson territories.geojson --output map.html
# Color by column
python territory_mapper.py --geojson territories.geojson --color-by sales --output map.html
スコア
総合スコア
55/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です

