Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Customise KML output

kobusp
6 - Meteoroid

Has anyone tried to customise the output for KML files? Currently, the default KML output tool is pretty limited. I have a file where the pins in Google Earth need to be coloured based on a specific field. I can't do this with the tool in Alteryx. My current solution is to export them as csv, then import the csv files in Google Earth Pro. It feels like Python with KML library might be an option. Although I haven't used Python in Alteryx yet. 

 

 

1 REPLY 1
ArtApa
Alteryx
Alteryx

Hi @kobusp - KML is an xml file. You can open it as XML and customise it accordingly. Attached is an example of how to add colours to segments.

 

Labels
Top Solution Authors