Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 451 Bytes

README.rst

File metadata and controls

25 lines (16 loc) · 451 Bytes

KML Picture Downloader

Download images referenced in KML files in order to make them available offline.

Getting Started

  1. Clone repository.

  2. Init virtual environment, it will:

    • Create a Python 3.6 virtual environment.
    • Install all pip requirements.

    Run:

    . ./startenv
    
  3. Run the app:

    ./process_kml
    

    It will process all the .kml files in the directory.