:py:mod:`gnome.outputters.kmz_templates` ======================================== .. py:module:: gnome.outputters.kmz_templates .. autoapi-nested-parse:: templates for the kmz outputter Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: gnome.outputters.kmz_templates.build_one_timestep Attributes ~~~~~~~~~~ .. autoapisummary:: gnome.outputters.kmz_templates.caveat gnome.outputters.kmz_templates.header_template gnome.outputters.kmz_templates.point_template gnome.outputters.kmz_templates.timestep_header_template gnome.outputters.kmz_templates.one_run_header gnome.outputters.kmz_templates.one_run_footer gnome.outputters.kmz_templates.timestep_footer gnome.outputters.kmz_templates.footer .. py:data:: caveat :value: 'This trajectory was produced by GNOME (General NOAA Operational Modeling Environment), and...' .. py:data:: header_template :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """ {kml_name} 1 Valid for: {valid_timestring}
Issued:{issued_timestring}
{caveat}]]>
""" .. raw:: html
.. py:data:: point_template :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """ relativeToGround {:.6f},{:.6f},1.000000 """ .. raw:: html
.. py:data:: timestep_header_template :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """ {date_string}:{certain} """ .. raw:: html
.. py:data:: one_run_header :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """ {certain} {status} Splots {style} {start_time} {end_time} """ .. raw:: html
.. py:data:: one_run_footer :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """ """ .. raw:: html
.. py:data:: timestep_footer :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """ """ .. raw:: html
.. py:function:: build_one_timestep(floating_positions, beached_positions, start_time, end_time, uncertain) .. py:data:: footer :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """ """ .. raw:: html