{% extends "dashboard/base.html" %} {% load static browse_extras %} {% block title %}Wind Data{% endblock %} {% block content %}
.h5 / .hdf5 files from the drag-and-drop area below
Drag & drop .h5 files here
or click to browse
| File name | Size (MB) | Last modified | WindInput | Duration | HDF5 datasets |
|---|---|---|---|---|---|
| data_object {{ f.name }} | {# ── size ── #}{{ f.size_mb }} | {# ── modified ── #}{{ f.modified }} | {# ── WindInput link ── #}{% if f.wind_input %} link #{{ f.wind_input.id }} {{ f.wind_input.name }} {% else %} not linked {% endif %} | {# ── duration / resolution ── #}{% if f.ts_n_hours %} {% else %} — {% endif %} | {# ── HDF5 datasets ── #}
{% if f.h5_datasets %}
{% for ds in f.h5_datasets|parse_h5_datasets %}
{{ ds.path }}
{% if ds.shape %}{{ ds.shape }}{% endif %}
{% if ds.dtype %}{{ ds.dtype }}{% endif %}
{% endfor %}
{% else %}
—
{% endif %}
|
No HDF5 files found in the storage directory.
{% endif %}