.. _geo_to_kml_icon: geo_to_kml =============================================== .. container:: .. container:: leftside .. image:: /_static/GEO_TO_KML.png :width: 48px .. container:: rightside Converts :class:`Geopoints` into KML format. .. note:: This function performs the same task as the **Geopoints To KML** icon in Metview’s :ref:`user interface `. It accepts its parameters as keyword arguments, described below. .. py:function:: geo_to_kml(**kwargs) Converts :class:`Geopoints` into KML format. :param geopoints: :type geopoints: str :param output_mode: :type output_mode: {"poi", "tra", "pol"}, default: "poi" :param output_format: :type output_format: {"kmz", "kml"}, default: "kml" :param area: :type area: number or list[number], default: 90 :rtype: :class:`Request` .. mv-minigallery:: geo_to_kml