Skip to content

A Python script for extracting and modifying polygon data from KML files. This tool processes KML files to extract polygon coordinates from placemarks and generate a new KML file with the processed data.

License

Notifications You must be signed in to change notification settings

Badhansen/kml-preprocessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KML Preprocessor

A tool for preprocessing KML files by modifying and enhancing their content.

Features

  • Add/modify specific tags in KML files
  • Improved error handling for malformed KML inputs
  • Tested with multiple KML files to ensure robustness

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/kml-preprocessor.git
    cd kml-preprocessor
  2. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows, use `venv\Scripts\activate`
  3. Install dependencies:

    pip install -r requirements.txt

About

A Python script for extracting and modifying polygon data from KML files. This tool processes KML files to extract polygon coordinates from placemarks and generate a new KML file with the processed data.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages