NetCDF velocimeters format: Difference between revisions

From Atomix
No edit summary
mNo edit summary
 
(51 intermediate revisions by the same user not shown)
Line 1: Line 1:
__TOC__
This page provides an overview of the NetCDF format of benchmark dataset for instruments that measure velocities at a point in space e.g., [[Acoustic-Doppler Velocimeters|acoustic-Doppler velocimeters]] and [[Travel-time Velocimeters | travel-time velocimeters]] (MAVS). The NetCDF benchmark format was designed with the goal of facilitating algorithm testing and verification. Minimum requirements for archiving will be discussed at later date.
'''Overview of NetCDF format'''
[[User:CynthiaBluteau|CynthiaBluteau]] ([[User talk:CynthiaBluteau|talk]]) 21:43, 19 October 2021 (CEST) Work in progress.


Using these [https://www.mediawiki.org/wiki/Manual:Collapsible_elements/Demo/Advanced Examples] to generate collapsible lists.
== Benchmark dataset format for velocity point-measurements ==
ATOMIX provides several benchmark datasets consisting of four processing levels.
[[File:Benchmark adv netcdf.png|380px|thumb|Layout of NetCDF-4 benchmark dataset. The groupings are intended as checkpoints for algorithm testing.]]


# [[Level 1 data (velocity point-measurements)|Raw timeseries]]
#* full resolution data in physical units including quality-control flags
# [[Level 2 data (velocity point-measurements)|Quality-controlled and segmented timeseries]]
#* [[Detrending time series|Detrended]] and subdivided further in individual [[Segmenting datasets|segments]].
# [[Level 3 data (velocity point-measurements)|Spectral observations]]
#* raw and cleaned (if applicable) spectra
# [[Level 4 data (velocity point-measurements)|Dissipation <math>\varepsilon</math> estimates]]
#* dissipation estimates and corresponding quality parameter as time series


= Raw timeseries =
<div class="mw-collapsible mw-collapsed" id="raw" data-collapsetext="Collapse" data-expandtext="Expand Raw">
==Dimensions==
{| class="wikitable sortable mw-collapsible"
|+ These dimensions are defined for the raw group level
! Short name
! Long (standard) name
! Dimensions
|-
| Content
| Goes
| In
|-
| Here
| Please
|
|}
==Variables==
{| class="wikitable sortable mw-collapsible"
|+ These variables are defined at group level
! Short name
! Long (standard) name
! Dimensions
|-
| Content
| Goes
| In
|-
| Here
| Please
|
|}
==Group Attributes (metadata)==
<div class="mw-collapsible"  id="raw_att"  data-expandtext="Expand Raw Attributes" data-collapsetext="Collapse attributes">
===Required===
<ul>
  <li>Att 1</li>
  <li>Att2</li>
</ul>
===Optional ===
<ul>
<li>Enter here</li>
</ul>
</div>
</div>
=Quality-controlled and segmented timeseries=
<div class="mw-collapsible mw-collapsed" id="segmented" data-collapsetext="Collapse" data-expandtext="Expand QAQC timeseries">
</div>
= Examples of collapsible items =
<div class="mw-collapsible mw-collapsed" data-collapsetext="Collapse" data-expandtext="Expand Examples">
== Test 1: Collapsible table with caption==
{| class="wikitable sortable mw-collapsible"
|+ I am a caption! Table is sortable too.
! Hello
! World
|-
| Content
| Goes
|-
| In
| Here
|}
== Test 2: Collapsible lists ==
Level 1 data ....
<ul class="mw-collapsible" data-collapsetext="You may collapse me by clicking here" data-expandtext="Let me back out !">
  <li>Lorem</li>
  <li>Ipsum</li>
  <li>Dolor</li>
</ul>
== Another type of toggle ==
<big>''' Remote collapsible 1 (div, multiple togglers) <sup class="mw-customtoggle-myDivision" style="color:orange">@</sup>'''</big>
----
----
Return to [[Velocity point-measurements]]


:<strong class="mw-customtoggle-myDivision">@</strong>
[[Category: Velocity point-measurements]]
 
<div class="usermessage mw-customtoggle-myDivision">Click here or on one of the @'s to expand the hidden element.</div>
 
 
<div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-myDivision">
<div class="toccolours mw-collapsible-content">Sample content</div>
</div>
 
</div>

Latest revision as of 15:12, 7 March 2022

This page provides an overview of the NetCDF format of benchmark dataset for instruments that measure velocities at a point in space e.g., acoustic-Doppler velocimeters and travel-time velocimeters (MAVS). The NetCDF benchmark format was designed with the goal of facilitating algorithm testing and verification. Minimum requirements for archiving will be discussed at later date.

Benchmark dataset format for velocity point-measurements

ATOMIX provides several benchmark datasets consisting of four processing levels.

Layout of NetCDF-4 benchmark dataset. The groupings are intended as checkpoints for algorithm testing.
  1. Raw timeseries
    • full resolution data in physical units including quality-control flags
  2. Quality-controlled and segmented timeseries
  3. Spectral observations
    • raw and cleaned (if applicable) spectra
  4. Dissipation [math]\displaystyle{ \varepsilon }[/math] estimates
    • dissipation estimates and corresponding quality parameter as time series

Return to Velocity point-measurements