{{ entry.title }} - (ID: {{ entry.id }})

Publication: {{ entry.publication }} Last updated: {{ entry.lastUpdate }}

{{ entry.abstract }}

Metadata

Variable
{{entry.variable.name}} ({{entry.variable.symbol}})
Unit
{{entry.variable.unit.name}} ({{entry.variable.unit.symbol}})
UUID
{{entry.uuid}}
External ID
{{entry.external_id}}
Citation
{{entry.citation}}
License
{{entry.license.title}}

Authors

{% for author in entry.authors %}
{% if author.last_name is none %}
Oragnisation
{{author.organisation_name}} ({{author.organisation_abbrev}})
{% else %}
{{ author.first_name }} {{author.last_name }}
{{author.affiliation}}
{% endif %}
{% endfor %}
{% if entry.datasource is not none %}

Data Source

Path
{{entry.datasource.path}}
Type
{{entry.datasource.type.title}}
Variable name (column / coord name)
{{','.join(entry.datasource.variable_names)}}
{% if entry.datasource.spatial_scale is not none %}
Spatial Scale
  • Extent {{ entry.datasource.spatial_scale.extent }}
    Resolution {{ entry.datasource.spatial_scale.resolution_str }}
    Dimension names
    {{ ','.join(entry.datasource.spatial_scale.dimension_names) }}
{% endif %} {% if entry.datasource.temporal_scale is not none %}
Temporal Scale
  • Extent {{entry.datasource.temporal_scale.extent[0].strftime('%d.%m.%Y %H:%M') }} - {{entry.datasource.temporal_scale.extent[1].strftime('%d.%m.%Y %H:%M') }}
    Resolution {{ entry.datasource.temporal_scale.resolution }}
    Dimension names
    {{ ','.join(entry.datasource.temporal_scale.dimension_names) }}
{% endif %}
{% endif %}

Details

{% for detail in entry.details %}
{{ detail.key }} (stem: {{ detail.stem }})
{{detail.value}}
{% endfor %}