territory-mapper

Generate interactive territory maps from GeoJSON data with folium, geopandas, and shapely.

86|18|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill territory-mapper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: territory-mapper
Source: https://github.com/dkyazzentwatwa/chatgpt-skills/tree/main/territory-mapper
Command: npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill territory-mapper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires folium, geopandas, pandas, shapely, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of interactive maps to visualize sales territories, coverage areas, and geographic boundaries, making complex spatial data easy to understand.

Core Features & Use Cases

  • Territory Visualization: Draw custom polygons for sales territories, service regions, or coverage areas.
  • Interactive Maps: Zoom, pan, and view tooltips with detailed information on each territory.
  • Data Overlay: Add markers, heatmaps, and routes to enrich the map with additional context.
  • Use Case: A sales manager can use this Skill to visualize their team's assigned territories, color-coded by performance metrics, to identify coverage gaps and opportunities for expansion.

Quick Start

Use the territory mapper to create a map from the 'sales_regions.geojson' file and color the territories by the 'revenue' column.

Frequently Asked Questions about territory-mapper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visualize sales territories on an interactive map from GeoJSON data?

You can visualize sales territories by loading GeoJSON data into the mapper to generate interactive maps. The tool draws custom polygons for sales regions and color-codes them based on metrics like revenue to identify coverage gaps.

Can I add markers and heatmaps to a geographic territory map?

Yes, you can add markers, heatmaps, and routes to enrich your geographic territory map. These data overlays provide additional context directly on the interactive visualization alongside your custom territory polygons.

What's the best way to map sales regions and coverage areas without manual coding?

The best way to map sales regions is using an automated geospatial tool that processes GeoJSON data to render coverage areas. It handles polygon styling and interactive tooltips so you can visualize boundaries without manual coding.

Does this territory mapping tool require geopandas and folium?

Yes, territory mapping requires folium, geopandas, pandas, and shapely. These libraries handle geospatial processing, polygon geometry, and interactive map rendering to visualize your sales regions effectively.

How do I color-code geographic polygons by performance metrics?

To color-code geographic polygons by performance metrics, you map a data column such as revenue to the territory boundaries. This styling approach highlights performance variations across sales regions on the interactive map.