kml-geojson-converter

Convert geographic data between KML and GeoJSON formats.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires geopandas, fiona, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the conversion of geographic data between KML and GeoJSON formats, essential for interoperability between different mapping and GIS applications.

Core Features & Use Cases

  • Bidirectional Conversion: Seamlessly convert between KML and GeoJSON.
  • Format Preservation: Maintains feature properties, styles, and descriptions during conversion.
  • Use Case: You have a KML file from Google Earth and need to use it in a web map application that only supports GeoJSON. This Skill can perform that conversion accurately.

Quick Start

Use the kml-geojson-converter skill to convert the file 'input.kml' to 'output.geojson'.

Frequently Asked Questions about kml-geojson-converter

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

FAQPage Schema
How do I convert a KML file to GeoJSON for a web mapping application?

To convert KML to GeoJSON, this Skill transforms Google Earth files into the web-compatible GeoJSON format. It handles the conversion accurately while maintaining feature properties, styles, and descriptions for immediate use in web maps.

Can I convert GeoJSON back to KML for use in Google Earth?

Yes, you can convert GeoJSON back to KML because the Skill supports bidirectional conversion. This allows you to take geographic data from web applications and export it accurately to the KML format required by Google Earth.

Does converting between KML and GeoJSON preserve feature properties and styles?

Yes, converting between KML and GeoJSON preserves feature properties, styles, and descriptions. The Skill ensures that your GIS data retains its original attributes and styling throughout the bidirectional transformation process.

Do I need geopandas and fiona to process geospatial data conversions?

Yes, you need geopandas and fiona to process these geospatial data conversions. The Skill requires these specific dependencies to perform efficient geospatial data manipulation, coordinate system transformations, and batch processing.

What is the best way to handle batch processing and coordinate system transformations for GIS files?

The best way to handle batch processing and coordinate system transformations for GIS files is using this Skill. It leverages geopandas and fiona to efficiently manipulate geospatial data and transform coordinate systems across multiple files.