territory-mapper

Use when asked to visualize sales territories, coverage areas, service regions, or geographic boundaries on interactive maps.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "territory-mapper" with this command: npx skills add dkyazzentwatwa/chatgpt-skills/dkyazzentwatwa-chatgpt-skills-territory-mapper

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

ocr-document-processor

No summary provided by upstream source.

Repository SourceNeeds Review
General

text-summarizer

No summary provided by upstream source.

Repository SourceNeeds Review
General

document-converter-suite

No summary provided by upstream source.

Repository SourceNeeds Review
General

financial-calculator

No summary provided by upstream source.

Repository SourceNeeds Review