$npx -y skills add dkyazzentwatwa/chatgpt-skills --skill geo-toolkitParse, convert, geocode, visualize, and measure geographic data. Use for address cleanup, geo file conversion, mapping, and distance workflows.
| 1 | # Geo Toolkit |
| 2 | |
| 3 | Use this suite for practical geographic data preparation and inspection. |
| 4 | |
| 5 | ## Included Tools |
| 6 | |
| 7 | - `address_parser.py` |
| 8 | - `distance_calc.py` |
| 9 | - `geo_visualizer.py` |
| 10 | - `geocoder.py` |
| 11 | - `kml_geojson_converter.py` |
| 12 | - `territory_mapper.py` |
| 13 | |
| 14 | ## Workflow |
| 15 | |
| 16 | 1. Determine whether the task is parsing, conversion, lookup, measurement, or visualization. |
| 17 | 2. Normalize addresses or file formats before doing downstream mapping work. |
| 18 | 3. Use the smallest tool that solves the request and return any geocoding or projection caveats. |
| 19 | |
| 20 | ## Guardrails |
| 21 | |
| 22 | - Treat geocoding results as approximate unless the source data is already precise. |
| 23 | - Call out coordinate system or file-format assumptions when converting map artifacts. |