Skip to content

blm849/simpleKMLProcessor

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

simpleKMLProcessor

This repo contains software to process KML files

Currently it consists of two files:

  • processKMLfile.py: a python program to process a KML file
  • processKMLfile.ini: the input parameters for processKMLfile.py. Currently this ini file has one parameter:
    • inputKMLFile: the full name of the KML file you will process with processKMLfile.py

Some background: I wanted to take a KML map from Google Maps, extract key information from it and then output it as an HTML ordered list. I would then manually take that HTML and put it into a full HTML web page.

If you enter: python processKMLfile.py, it will read the processKMLfile.ini and then process the KML file referred to in the ini file.

About

This repo contains a python program to read a KML file as input and convert it into HTML I can write as output

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages