A tool for preprocessing KML files by modifying and enhancing their content.
- Add/modify specific tags in KML files
- Improved error handling for malformed KML inputs
- Tested with multiple KML files to ensure robustness
-
Clone the repository:
git clone https://github.com/your-username/kml-preprocessor.git cd kml-preprocessor
-
Create and activate a virtual environment:
python -m venv venv source venv/bin/activate # On Windows, use `venv\Scripts\activate`
-
Install dependencies:
pip install -r requirements.txt