Ticket #599 (closed Task: fixed)

Opened 2 years ago

Last modified 2 years ago

modifications to CIM DataObjects to support Questionnaire output

Reported by: rupert Owned by: allyn
Priority: blocker Milestone: V1.0 CMIP5 Questionnaire Release
Component: WP2 - CIM etc Version: 1.0
Keywords: Cc: mark,hans
Requirement: http://metaforclimate.eu/Work-Package-2/Developing-the-CIM/Project-Requirements-summary.htm

Description

The questionnaire has a number of questions for files and variables which do not map to CIM dataobjects. There has been a discussion about this and a solution has been agreed. The solution is to add the following concepts.

  1. dataobject/acronym
  2. dataobject/description
  3. dataobject/content/topic/name
  4. dataobject/content/topic/stdname
  5. dataobject/content/reference (of type referencetype)

Allyn can call these what he wants :-)

Change History

comment:1 Changed 2 years ago by allyn

added dataObject/acronym [0..1]

added dataObject/description [0..1]

added a new class, DataTopic, with the following attributes:

shortName, longName, description, unit (was previously an attribute of dataObject/content)

added dataObject/content/topic of type DataTopic

still need to think about stdname and reference

comment:2 Changed 2 years ago by allyn

changed dataObject/content/topic/shortName to name

changed dataObject/content/topic/longName to standardName

still need to think about reference

comment:3 Changed 2 years ago by allyn

  • Status changed from new to closed
  • Resolution set to fixed

The concept of a reference already exists in the data package as DataCitation.  This is an optional attribute of DataObject.  I have also made it an optional attribute of dataObject/content to support references for particular fields/variables.

This was completed at revision 1417

Note: See TracTickets for help on using tickets.