: KMZ files are compressed, making them perfect for emailing maps.
for index, row in df.iterrows(): punto = kml.newpoint(name=row['Nombre']) punto.coords = [(row['Longitud'], row['Latitud'], row.get('Altitud', 0))] punto.description = row['Descripción'] punto.style.iconstyle.icon.href = 'http://maps.google.com/mapfiles/kml/pushpin/red-pushpin.png' convertir excel a kmz new
This is the standard way to ensure your data imports correctly with specific headers. : KMZ files are compressed, making them perfect