Create kml from csv in Python

前端 未结 5 1399
名媛妹妹
名媛妹妹 2021-02-06 03:54

I am new to Python. I am working on gps files. I need to convert a CSV file having all the gps data to kml file. Below is the code in python I am using :

import          


        
5条回答
  •  孤街浪徒
    2021-02-06 04:25

    The simplekml package works very well, and makes easy work of such things.

    To install on Ubuntu, download the latest version and run the following from the directory containing the archive contents.

    sudo python setup.py install
    

    There are also some tutorials to get you started.

提交回复
热议问题