Chatgpt-skills geo-toolkit
Parse, convert, geocode, visualize, and measure geographic data. Use for address cleanup, geo file conversion, mapping, and distance workflows.
install
source · Clone the upstream repo
git clone https://github.com/dkyazzentwatwa/chatgpt-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/dkyazzentwatwa/chatgpt-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/geo-toolkit" ~/.claude/skills/dkyazzentwatwa-chatgpt-skills-geo-toolkit && rm -rf "$T"
manifest:
geo-toolkit/SKILL.mdsource content
Geo Toolkit
Use this suite for practical geographic data preparation and inspection.
Included Tools
address_parser.pydistance_calc.pygeo_visualizer.pygeocoder.pykml_geojson_converter.pyterritory_mapper.py
Workflow
- Determine whether the task is parsing, conversion, lookup, measurement, or visualization.
- Normalize addresses or file formats before doing downstream mapping work.
- Use the smallest tool that solves the request and return any geocoding or projection caveats.
Guardrails
- Treat geocoding results as approximate unless the source data is already precise.
- Call out coordinate system or file-format assumptions when converting map artifacts.