{% set ellipsis = kwargs["ellipsis"] %}
{% for group in extractor.ellipse_groups(obj, ellipsis=ellipsis) %} {% if extractor.contains_variables(group, exclude_flags=False) %} {% set doc=extractor.documentation(obj, group.path, ellipsis=ellipsis) %} {% if doc %} {% endif %} {% set variables = extractor.iter_variables(obj, group.path, ellipsis=ellipsis, exclude_flags=True) %} {% for var_path, variable in variables %} {% with product=obj, variable=variable, path=var_path, extractor=extractor, kwargs=kwargs %} {% include "tpl_PDFS_tr_variable.html" %} {% endwith %} {% endfor %} {% endif %} {% endfor %}
Short Name
unit
Long Name Dimensions Data Range
Storage Range
fill_value
Data Type
Storage Type
{{ extractor.path(group.path, ellipsis=ellipsis) }}
{{ doc }}
*variable: this variable is a coordinate