Geo toolkit
Parse, convert, geocode, visualize, and measure geographic data. Use for address cleanup, geo file conversion, mapping, and distance workflows.From its SKILL.md
npx -y skills add dkyazzentwatwa/chatgpt-skills --skill geo-toolkitAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
0.9 KB, 150 tokens by cl100k_base, as published. Nobody here has run it
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.
What ships with it: 8 files
48.4 KB alongside SKILL.md, 6 of them executable
agents/
- openai.yaml181 B
scripts/
- address_parser.pyruns2.8 KB
- distance_calc.pyruns11.7 KB
- geocoder.pyruns11.7 KB
- geo_visualizer.pyruns14.1 KB
- kml_geojson_converter.pyruns2.5 KB
- requirements.txt102 B
- territory_mapper.pyruns5.2 KB