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
You didn't answer the query above, but my guess is that the error is that you're not closing your output file (which would flush your output).
f.close()