I am trying to convert a large number of polygons stored in a (Geo)DataFrame to a KML fils. I'd like to avoid iterating over each row of the DataFrame.
This works fine and is much faster than iterating over each polygon. However, I am not able to apply a custom style to each polygon.
Do you have any suggestion?
Thanks,
Giuseppe