I have a webserver with some icons I use for the KML points.
Currently, each KML point references the Icon with and tags to the location of the image in the webserver. Thus, when viewing the data in Google Earth, the points have the custom icons from the webserver.
Ideally, I want to export the KML data so anyone can view it in Google Earth independent of access to the webserver.
Is there a way using pykml to embed the images into the KML file?