Download presentation
Presentation is loading. Please wait.
Published byMarcus Goodman Modified over 9 years ago
1
Introduction to Geospatial Metadata – ISO 191** Metadata National Centers for Environmental Information (NCEI)
2
Why ISO Metadata?
3
Executive Order 12906 Established the National Spatial Data Infrastructure (NSDI) to support public and private sector applications of geospatial data Established an electronic National Geospatial Data Clearinghouse for the NSDI to address data standardization, make geospatial data publicly available, and address redundancy and incomp atibility of geospatial information
4
OMB Circular A-16 Provides guidance for federal agencies that create, maintain or use spatial data directly or indirectly through the establishment of the National Spatial Data Infrastructure (NSDI) and the Federal Geographic Data Committee (FGDC) Establishes guidelines for the management of digital spatial data and the use of those assets. It also appoints the FGDC to the interagency coordinating body for NSDI-related activities
5
FGDC Endorsed Standards
6
ISO Geospatial Metadata ISO – International Organization for Standardization Use the 191** series – ISO 19115:2003/Cor 1:2006 Geographic information ISO 19115:2003/Cor 1:2006 – – Metadata (!) – ISO 19115-2:2009 Geographic information -- Metadata -- Part 2: Extensions for imagery and gridded data ISO 19115-2:2009 – ISO/TS 19139:2007 Geographic information -- Metadata -- XML schema implementation ISO/TS 19139:2007 – ISO 19110:2005/Amd 1:2011 Geographic information -- Methodology for feature cataloguing ISO 19110:2005/Amd 1:2011 – ISO 19119:2005/Amd 1:2008 Geographic information -- Services Extensions of the service metadata model ISO 19119:2005/Amd 1:2008 (!) update now available: ISO 19115-1:2014 Geographic information -- Metadata -- Part 1: Fundamentals
7
ISO 19115 → Core Information ISO 19115-2 → Extensions for Instrumentation and Gridded Data ISO 19110 → Entities and Attributes ISO 19119 → Services ISO 19157 → Data Quality 19139 XML schema implementation 19110 MI_ MD_ FC_ 19119 Services SV_ 19157 Understanding ISO Standards DQ_ 19111
8
ISO Metadata Is flexible Depicts relationships between datasets and collection level (parent/child relationships) Standardizes descriptors through the use of codelists Accommodates new technologies (such as documenting services) Accommodates International scope Undergoes revision/review in 5 year cycles
9
ISO 19115:2003(E)
10
Who collected the data? processed the data? wrote the metadata? to contact for questions? to contact to order? owns the data? Who collected the data? processed the data? wrote the metadata? to contact for questions? to contact to order? owns the data? Where were the data collected? were the data processed? are the data located? Where were the data collected? were the data processed? are the data located? What are the data about? project were they collected under? are the constraints on their use? is the quality? are appropriate uses? parameters were measured? format are the data in? What are the data about? project were they collected under? are the constraints on their use? is the quality? are appropriate uses? parameters were measured? format are the data in? When were the data collected? were the data processed? When were the data collected? were the data processed? How were the data collected? were the data processed? do I access the data? do I order the data? much do the data cost? was the quality assessed? How were the data collected? were the data processed? do I access the data? do I order the data? much do the data cost? was the quality assessed? Why were the data collected? Why were the data collected? Metadata written using ISO still answers these important questions: ISO Content
11
Organization and Content of ISO organized in “Sections” and “Packages” Section: Groupings of similar information Package: Logical groupings of elements found in multiple locations within Sections
12
Main Sections of ISO 19115 and 19115-2 Metadata Metadata Information (MD_Metadata) > (MI_Metadata) Root element that contains information about the metadata itself. Root contains main sections. Spatial Representation Information (gmd:spatailRepresentationInfo) geospatial representation of a resource Reference System Information (gmd:referenceSystemInfo) spatial and temporal reference systems used in the resource Metadata Extension Information (gmd:metadataExtensionInfo) user specified extensions to the metadata standard used to describe the resource Identification Information (gmd:identificationInfo) uniquely identify a resource or resources Content Information (gmd:contentInfo) physical parameters and other attributes contained in a resource Distribution Information (gmd:distributionInfo) who makes a resource available and how to get it Data Quality Information (gmd:dataQualityInfo) quality and lineage (including processing steps and sources) of a resource Portrayal Catalogue Information (gmd:portrayalCatalogueInfo) portrayal catalogues used for the resource Metadata Constraint Information (gmd:metadataConstraints) constraints on the use of the metadata and the resource it describes Application Schema Information (gmd:applicationSchemaInfo) application schema used to build a dataset Metadata Maintenance Information (gmd:metadataMaintenance) maintenance of the metadata and the resource it describes Acquisition Information (gmi:acquisitionInformation) instruments, platforms, operations and other info of data acquisition (only MI_Metadata)
16
Package Abbreviations CI Citation DQ Data Quality DS Dataset EX Extent FC Feature Catalogue GM Geometry LE Lineage Extended (added in ISO 19115-2) LI Lineage MD Metadata MI Metadata for Imagery (added in ISO 19115-2 and replace the root MD) RS Reference System QE Data Quality Extended
17
Unified Modeling Language (UML) Basics
18
Production Rules of ISO 19115
19
Unified Modeling Language (UML) is used to represent the relationships among classes and objects in object oriented programming.
20
UML Notation
21
UML - Cardinality
22
ISO Metadata Implementation 22 Aggregated Class Name Class Attributes Attribute Name Cardinality (blank) = required, not repeatable [1..*] = required, repeatable [0..1] = optional, not repeatable [0..*] = optional, repeatable Attribute Type Character String Codeset Value Class Date Note Field
23
Example UML
24
ISO Packages
25
XML Basics
27
Tag A markup construct that begins with " ”. start-tags end-tags Element A logical component of a document which either begins with a start- tag and ends with a matching end-tag, or consists only of an empty- element tag. Any characters between the start- and end-tags are the element's content, and may contain markup, including other elements, which are called child elements. Hello, world. Attribute A markup construct consisting of a name/value pair that exists within a start-tag or empty-element tag. In the example (below) the element step has one attribute, number with a value of “3”: Connect A to B.
28
Connect A to B Open tag: Close tag: Element name: Attribute: Content: XML Basics
29
insert text insert text xmlns:gmi=“http://www.isotc211.org/2005/gmi” xmlns:gmd=“http://www.isotc211.org/2005/gmd” xmlns:gco="http://www.isotc211.org/2005/gco" Namespaces These codes are called namespaces. The namespace is a container providing context and rules for items. A definition of a term may change, depending on what namespace is applied.
30
Namespace Abbreviations gco Geographic Common extensible markup language gfc Geographic Feature Catalogue extensible markup language gmd Geographic Metadata extensible markup language gmx Geographic Metadata XML schema gss Geographic Spatial Schema extensible markup language gsr Geographic Spatial Referencing extensible markup language gts Geographic Temporal Schema extensible markup language gml Geography Markup Language xlink XML Linking Language xs W3C XML base schemas
31
XML Basics Geographic information - Metadata Open tag: Close tag: Element name: Attribute: Content:
32
ISO Attributes id idref idrefs uuid uuidref uom frame calendarEraName indeterminatePosition Xlinks type href role arcrole title show actuate nilReason
33
ISO Attributes id An identifier for the element that, if specified, must be unique within the XML document. The value of the identifier must always start with a letter, a '_' or a ':'. An XML element can only have one attribute of type ID. The identifiers used in the id attribute are XML Names, which have significant restrictions. They must begin with a letter or an ‘_’ or ‘:’, and, after the first character, be composed only of letters, digits,., _, and -. This attribute is often mandatory for such items as units and extents. Ex:
34
ISO Attributes uuid The UUIDs are Universally Unique Identifiers, which also have special characteristics. A UUID is assigned to an object when it is created and is stable over the entire lifespan of the objects. A UUID of a deleted object cannot be used again. UUIDs are required for long-term distributed data management and for realizing update mechanisms. These identifiers are also called persistent identifiers. A UUID is a 16-byte number that consists of 32 hexadecimal (0-9 and a-f) values. The values are split into five groups, separated by hyphens in the form 8-4-4-4-12 or 8- 4-4-16 for a total of 36 characters (32 values and 4 hyphens). Ex: uuid=“594D435F-954C-1022-78E7-D62F30CD0592”
35
ISO Attributes uuidref A reference to an XML element in the XML document. The value must correspond to an attribute value of type ID in an existing XML element. The uuidref attribute allows an XML element to refer to another XML element within the same document that has a corresponding id attribute.
36
ISO Attributes Ex: References: NOAA/OAR/OER - Ocean Exploration and Research 301-713-9444 ….etc…
37
ISO Attributes XLinks The XML Linking Language (XLink) allows elements to be inserted into XML documents in order to create and describe links between resources, similar to HTML hyperlinks. Linking elements are recognized based on the use of a designated attribute named xml:link and a set of accompanying global attributes. The global attributes are type, href, role, arcrole, title, show, and actuate. If an XLink is used, the following ISO component is not used.
38
ISO Attributes xlink:href The value of the href attribute in linking elements contains a locator that identifies a resource, e.g., by a URI-reference or by an XPointer specification. The xlink href attribute is used to reference a component, and the xlink title attribute is used to apply a human understandable name to the component. Components are snippets of XML describing a specific piece of metadata content, such as information about people, websites, documents, archives, instruments, etc. XLinks can be used to reference a component from an unresolved metadata record (unresolved meaning that the metadata record contains xlinks).
39
ISO Attributes Unresolved: Resolved: NOAA/OAR/OER - Ocean Exploration and Research 301-713-9444 etc…
40
ISO Attributes nilReason The nilReason attribute is used to explain why an element is not included in the XML. This attribute allows a reason (explaining why the actual value cannot be provided) to exist in place on an actual value. It can have the values “inapplicable”, “missing”, “template”, “unknown”, and “withheld”.
41
ISO CodeLists CodeLists are used to refer to a specific codelist value in a register. Codelists contain the attributes “codeList”, “codeListValue”, and “codeSpace”. The codeList attribute is mandatory and contains a URL that references a codeList definition within a registry or a codeList catalogue. The codeListValue attribute is also mandatory and contains the name of the selected value. The codeSpace attribute is optional and refers to the alternative expression of the codeListValue.
42
ISO CodeLists theme
43
ISO 19115 DETAILED VIEW
44
MD_Metadata
46
MI_Metadata Answers questions about instruments or platforms
47
spatialRepresentationInfo Answers questions about how the data is represented
48
referenceSystemInfo Answers questions about projections or datums used
49
metadataExtensionInfo
50
identificationInfo Answers basic questions the data….
51
contentInfo Answers more detailed questions about the data content
52
distributionInfo How do I get the data?
53
dataQualityInfo Any data quality reports? Any processing steps?
54
portrayalCatalogueInfo
55
metadataConstraints Any constraints on the data or the metadata?
56
applicationSchemaInfo
57
metadataMaintenance Any updates to the metadata or the data?
58
acquisitionInformation Details on platforms or instruments
59
Guide to Implementing ISO Metadata http://www.ncddc.noaa.gov/ metadata-standards/
60
parallels the standard provides FAQs implementation guide Workbook of ISO 19115-2
61
is a resource for applying the ISO metadata standard provides names and definitions describes domain values (valid values that can be assigned to the data element) uses a Graphical Representation of the Production Rules is a resource for applying the ISO metadata standard provides names and definitions describes domain values (valid values that can be assigned to the data element) uses a Graphical Representation of the Production Rules Using the Workbook
62
Tag: XML tag Definition: definition of the tag Type: type or package Domain: format of the content Multiplicity: if something is repeatable and if it is required Attributes: XML attributes Best Practices: recommended implementation Tag: XML tag Definition: definition of the tag Type: type or package Domain: format of the content Multiplicity: if something is repeatable and if it is required Attributes: XML attributes Best Practices: recommended implementation fileIdentifier – A unique phrase or string that uniquely identifies the metadata file. Type: gco:characterString Domain: free text Multiplicity: optional *this is NAP requirement* Attributes: nilReason Best Practices: Each metadata record shall have a universal unique identifier (UUID) to distinguish it from others. Using the Workbook
63
Using the Graphics
65
ISO Resources Intro to ISO Training Materials: http://www.ncddc.noaa.gov/metada ta-standards/metadata-training/ NOAA EDM Wiki: https://geo- ide.noaa.gov/wiki/index.php?title= Main _Page Online ISO Training: ftp://ftp.ncddc.noaa.gov/pub/Metad ata/Online_ISO_Training/
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.