Capture Manager Configuration#

Metadata#

We adopt elements from Dublin Core to define dataset metadata, below is the defined elements and their description copied from Dublin Core:

title#
Type:

str

Default:

"Millimeter-wave dataset"

The capture dataset name.

creator#
Type:

str

Default:

"unknown"

An entity primarily responsible for making the resource.

subject#
Type:

str

The topic of the resource.

Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary.

Note

Use comma to separate multiple keywords: "mmwave, radar"

description#
Type:

str

An account of the resource.

Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.

date#
Type:

str | datetime.datetime

Date of the capture recorded. If the value is "<today>", it will be replace with datetime.datetime.today() automatically by CaptureManager.

license#
Type:

str

Default:

"CC-BY-SA-4.0"

A legal document giving official permission to do something with the resource.

Recommended practice is to identify the license document with a URI. If this is not possible or feasible, a literal value that identifies the license may be provided.

Note

Recommend to use Full name or short identifier from SPDX License.