You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

I need to provide information about the mission, and the platforms, instruments and sensors associated with the resource.

Overview


The Acquisition Information package is used for describing the acquisition of imagery and gridded datasets.  This package includes fields for describing hardware (platforms, instruments, sensors, etc), requirements, plans, operations and objectives.

Recommendations


Documentation Objectives

  • Add platform identification information to the metadata.
  • Add platform description information to the metadata.
  • Add instrument identification information to the metadata.
  • Add instrument description information to the metadata.
  • Add an operations statement describing the scientific endeavor(s) to which the series/collection is associated to the metadata.

Conceptual Model


MI_AcquisitionInformation includes the following entities:

⎯ MI_Instrument, designations of the measuring instruments used to acquire the data;

⎯ MI_Operation, designations of the overall data gathering program to which the data contribute;

⎯ MI_Platform, designations of the platform from which the data were taken;

⎯ MI_Objective, the characteristics and geometry of the intended object to be observed;

⎯ MI_Requirement, the user requirements used to derive the acquisition plan;

⎯ MI_Plan, the acquisition plan that was implemented to acquire the data.

Two additional classes are required to provide information on the acquisition of the data. These are:

⎯ MI_Event, describes a significant event that occurred during data acquisition. An event can be associated with an operation, objective, or platform pass, and

⎯ MI_PlatformPass, identifies a particular pass made by the platform during data acquisition. A platform pass is used to provide supporting identifying information for an event and for data acquisition of a particular objective.

 

Implementation (XML)


<?xml version="1.0" encoding="UTF-8"?>
<gmi:MI_Requirement xmlns:gmi="http://www.isotc211.org/2005/gmi" xmlns:gts="http://www.isotc211.org/2005/gts" 
xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gmd="http://www.isotc211.org/2005/gmd" 
xmlns:srv="http://www.isotc211.org/2005/srv" xmlns:gmx="http://www.isotc211.org/2005/gmx"
xmlns:gss="http://www.isotc211.org/2005/gss" xmlns:gsr="http://www.isotc211.org/2005/gsr" 
xmlns:gml="http://www.opengis.net/gml" xmlns:xlink="http://www.w3.org/1999/xlink" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.isotc211.org/2005/gmi http://ngdc.noaa.gov/metadata/published/xsd/schema.xsd">
    <gmi:citation>
        <gmd:CI_Citation> <!-- The document that contains the requirement -->
            <gmd:title>
                <gco:CharacterString>Quality Procedures</gco:CharacterString>
            </gmd:title>
            <gmd:date>
                <gmd:CI_Date>
                    <gmd:date/>
                    <gmd:dateType>
                        <gmd:CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode"
                        codeListValue="publication"/>
                    </gmd:dateType>
                </gmd:CI_Date>
            </gmd:date>
            <gmd:citedResponsibleParty>
                <gmd:CI_ResponsibleParty>
                    <gmd:organisationName>
                        <gco:CharacterString>NOAA IOOS Program Office</gco:CharacterString>
                    </gmd:organisationName>
                    <gmd:role>
                        <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode"
                         codeListValue="author"/>
                    </gmd:role>
                </gmd:CI_ResponsibleParty>
            </gmd:citedResponsibleParty>
        </gmd:CI_Citation>
    </gmi:citation>
    <gmi:identifier> <!-- The unique identifier of the requirement -->
        <gmd:MD_Identifier>
            <gmd:code>
                <gco:CharacterString>QC015</gco:CharacterString>
            </gmd:code>
        </gmd:MD_Identifier>
    </gmi:identifier>
    <gmi:requestor> <!-- The person or group that requested the requirement -->
        <gmd:CI_ResponsibleParty>
            <gmd:organisationName>
                <gco:CharacterString>HI Draft Reqs</gco:CharacterString>
            </gmd:organisationName>
            <gmd:contactInfo>
                <gmd:CI_Contact> </gmd:CI_Contact>
            </gmd:contactInfo>
            <gmd:role>
                <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator"/>
            </gmd:role>
        </gmd:CI_ResponsibleParty>
    </gmi:requestor>
    <gmi:recipient> <!-- The person or group that received the requirement -->
        <gmd:CI_ResponsibleParty>
            <gmd:individualName>
                <gco:CharacterString>Ted Habermann</gco:CharacterString>
            </gmd:individualName>
            <gmd:organisationName>
                <gco:CharacterString>IOOS IPT Metadata Working Group</gco:CharacterString>
            </gmd:organisationName>
            <gmd:contactInfo>
                <gmd:CI_Contact>
                    <gmd:address>
                        <gmd:CI_Address>
                            <gmd:electronicMailAddress>
                                <gco:CharacterString>ted.habermann@noaa.gov</gco:CharacterString>
                            </gmd:electronicMailAddress>
                        </gmd:CI_Address>
                    </gmd:address>
                </gmd:CI_Contact>
            </gmd:contactInfo>
            <gmd:role>
                <gmd:CI_RoleCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode"
                codeListValue="pointOfContact"/>
            </gmd:role>
        </gmd:CI_ResponsibleParty>
    </gmi:recipient>
    <gmi:priority>
        <gmi:MI_PriorityCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MI_PriorityCode" codeListValue="high"/>
    </gmi:priority>
    <gmi:requestedDate>
        <gmi:MI_RequestedDate>
            <gmi:requestedDateOfCollection>
                <gco:DateTime>2007-02-02T00:00:00</gco:DateTime>
            </gmi:requestedDateOfCollection>
            <gmi:latestAcceptableDate gco:nilReason="unknown"/>
        </gmi:MI_RequestedDate>
    </gmi:requestedDate>
    <gmi:expiryDate gco:nilReason="unknown"/>
    <gmi:satisifiedPlan> <!-- The plan for satisfying the requirement -->
        <gmi:MI_Plan>
            <gmi:status>
                <gmd:MD_ProgressCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ProgressCode"
                 codeListValue="planned"/>
            </gmi:status>
            <gmi:citation>
                <gmd:CI_Citation>
                    <gmd:title>
                        <gco:CharacterString>This is the title of the plan</gco:CharacterString>
                    </gmd:title>
                    <gmd:date>
                        <gmd:CI_Date>
                            <gmd:date/>
                            <gmd:dateType>
                                <gmd:CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode"
                                 codeListValue="publication"/>
                            </gmd:dateType>
                        </gmd:CI_Date>
                    </gmd:date>
                    <gmd:citedResponsibleParty>
                        <gmd:CI_ResponsibleParty>
                            <gmd:individualName>
                                <gco:CharacterString>Author of the Plan</gco:CharacterString>
                            </gmd:individualName>
                            <gmd:organisationName>
                                <gco:CharacterString>Organization that wrote the plan</gco:CharacterString>
                            </gmd:organisationName>
                            <gmd:contactInfo>
                                <gmd:CI_Contact>
                                    <gmd:onlineResource>
                                        <gmd:CI_OnlineResource>
                                            <gmd:linkage>
                                                <gmd:URL>URL of the plan</gmd:URL>
                                            </gmd:linkage>
                                        </gmd:CI_OnlineResource>
                                    </gmd:onlineResource>
                                </gmd:CI_Contact>
                            </gmd:contactInfo>
                            <gmd:role/>
                        </gmd:CI_ResponsibleParty>
                    </gmd:citedResponsibleParty>
                </gmd:CI_Citation>
            </gmi:citation>
            <gmi:operation> <!-- An operation is like a project. It can be defined in a hierarchy (parent/child) -->
                <gmi:MI_Operation>
                    <gmi:citation>
                        <gmd:CI_Citation>
                            <gmd:title>
                                <gco:CharacterString>NOAA IOOS Metadata Project Description</gco:CharacterString>
                            </gmd:title>
                            <gmd:date>
                                <gmd:CI_Date>
                                    <gmd:date/>
                                    <gmd:dateType>
                                        <gmd:CI_DateTypeCode
                                         codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode"
                                         codeListValue="publication"/>
                                    </gmd:dateType>
                                </gmd:CI_Date>
                            </gmd:date>
                        </gmd:CI_Citation>
                    </gmi:citation>
                    <gmi:status>
                        <gmd:MD_ProgressCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ProgressCode"
                         codeListValue="onGoing"/>
                    </gmi:status>
                    <gmi:parentOperation>
                        <gmi:MI_Operation>
                            <gmi:citation>
                                <gmd:CI_Citation>
                                    <gmd:title>
                                        <gco:CharacterString>The IOOS Integrated Project Team</gco:CharacterString>
                                    </gmd:title>
                                    <gmd:date>
                                        <gmd:CI_Date>
                                            <gmd:date/>
                                            <gmd:dateType>
                                                <gmd:CI_DateTypeCode 
                                                 codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode"
                                                 codeListValue="publication"/>
                                            </gmd:dateType>
                                        </gmd:CI_Date>
                                    </gmd:date>
                                </gmd:CI_Citation>
                            </gmi:citation>
                            <gmi:status>
                                <gmd:MD_ProgressCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ProgressCode"
                                 codeListValue="onGoing"/>
                            </gmi:status>
                            <gmi:parentOperation/>
                        </gmi:MI_Operation>
                    </gmi:parentOperation>
                </gmi:MI_Operation>
            </gmi:operation>
        </gmi:MI_Plan>
    </gmi:satisifiedPlan>
</gmi:MI_Requirement>

Implementation (NcML)


Usage


 

Crosswalks


Notes


  • No labels