PolarWatch Metadata Guidelines

Updated March 20, 2024

Here are the metadata guidelines for data products intended for hosting on the PolarWatch ERDDAP Server. The metadata attributes and descriptions are created following the widely recognized industry convention standards, as indicated in the Standard column.

Link to a template (excel sheet)

For any questions or assistance, please contact PolarWatch Ops Manager at polar.watch@noaa.gov

Global Attributes

Global attributes provide information about the data set.

Suggested

Attribute Name Description Standards
creator_type Specifies type of creator with one of the following: ‘person’, ‘group’, ‘institution’, or ‘position’. If this attribute is not specified, the creator is assumed to be a person. ACDD
creator_institution The institution of the creator; should uniquely identify the creator’s institution. This attribute’s value should be specified even if it matches the value of publisher_institution, or if creator_type is institution. ACDD
publisher_type Specifies type of publisher with one of the following: ‘person’, ‘group’, ‘institution’, or ‘position’. If this attribute is not specified, the publisher is assumed to be a person. ACDD
publisher_institution The institution that presented the data file or equivalent product to users; should uniquely identify the institution. If publisher_type is institution, this should have the same value as publisher_name. ACDD
program The overarching program(s) of which the dataset is a part. A program consists of a set (or portfolio) of related and possibly interdependent projects that meet an overarching objective. Examples: ‘GHRSST’, ‘NOAA CDR’, ‘NASA EOS’, ‘JPSS’, ‘GOES-R’. ACDD
contributor_name The name of any individuals, projects, or institutions that contributed to the creation of this data. May be presented as free text, or in a structured format compatible with conversion to ncML (e.g., insensitive to changes in whitespace, including end-of-line characters). ACDD
contributor_role The role of any individuals, projects, or institutions that contributed to the creation of this data. May be presented as free text, or in a structured format compatible with conversion to ncML (e.g., insensitive to changes in whitespace, including end-of-line characters). Multiple roles should be presented in the same order and number as the names in contributor_names. ACDD
geospatial_lat_units Units for the latitude axis described in “geospatial_lat_min” and “geospatial_lat_max” attributes. These are presumed to be “degree_north”; other options from udunits may be specified instead. ACDD
geospatial_lat_resolution Information about the targeted spacing of points in latitude. Recommend describing resolution as a number value followed by the units. Examples: ‘100 meters’, ‘0.1 degree’ ACDD
geospatial_lon_units Units for the longitude axis described in “geospatial_lon_min” and “geospatial_lon_max” attributes. These are presumed to be “degree_east”; other options from udunits may be specified instead. ACDD
geospatial_lon_resolution Information about the targeted spacing of points in longitude. Recommend describing resolution as a number value followed by units. Examples: ‘100 meters’, ‘0.1 degree’ ACDD
geospatial_vertical_units Units for the vertical axis described in “geospatial_vertical_min” and “geospatial_vertical_max” attributes. The default is EPSG:4979 (height above the ellipsoid, in meters); other vertical coordinate reference systems may be specified. Note that the common oceanographic practice of using pressure for a vertical coordinate, while not strictly a depth, can be specified using the unit bar. Examples: ‘EPSG:5829’ (instantaneous height above sea level), ‘EPSG:5831’ (instantaneous depth below sea level). ACDD
geospatial_vertical_resolution Information about the targeted vertical spacing of points. Example: ‘25 meters’ ACDD
date_modified The date on which the data was last modified. Note that this applies just to the data, not the metadata. The ISO 8601:2004 extended date format is recommended, as described in the Attributes Content Guidance section. ACDD
date_issued The date on which this data (including all modifications) was formally issued (i.e., made available to a wider audience). Note that these apply just to the data, not the metadata. The ISO 8601:2004 extended date format is recommended, as described in the Attributes Content Guidance section. ACDD
date_metadata_modified The date on which the metadata was last modified. The ISO 8601:2004 extended date format is recommended, as described in the Attributes Content Guidance section. ACDD
product_version Version identifier of the data file or product as assigned by the data creator. For example, a new algorithm or methodology could result in a new product_version. ACDD
keywords_vocabulary If you are using a controlled vocabulary for the words/phrases in your “keywords” attribute, this is the unique name or identifier of the vocabulary from which keywords are taken. If more than one keyword vocabulary is used, each may be presented with a prefix and a following comma, so that keywords may optionally be prefixed with the controlled vocabulary key. Example: ‘GCMD:GCMD Keywords, CF:NetCDF COARDS Climate and Forecast Standard Names’. ACDD
platform Name of the platform(s) that supported the sensor data used to create this data set or product. Platforms can be of any type, including satellite, ship, station, aircraft or other. Indicate controlled vocabulary used in platform_vocabulary. ACDD
platform_vocabulary Controlled vocabulary for the names used in the “platform” attribute. ACDD
instrument Name of the contributing instrument(s) or sensor(s) used to create this data set or product. Indicate controlled vocabulary used in instrument_vocabulary. ACDD
instrument_vocabulary Controlled vocabulary for the names used in the “instrument” attribute. ACDD
cdm_data_type The data type, as derived from Unidata’s Common Data Model Scientific Data types and understood by THREDDS. (This is a THREDDS “dataType”, and is different from the CF NetCDF attribute ‘featureType’, which indicates a Discrete Sampling Geometry file in CF.) ACDD
metadata_link A URL that gives the location of more complete metadata. A persistent URL is recommended for this attribute. ACDD
references Published or web-based references that describe the data or methods used to produce it. Recommend URIs (such as a URL or DOI) for papers or other references. This attribute is defined in the CF conventions. CF, ACDD

Variable Attributes

Variable attributes provide detailed information about each individual variable within a dataset

Spatial Reference

Spatial reference attributes are highly recommended for datasets distributed with projected coordinates.

Change History

date logged activity
03/20/2024 content uploaded to Github
04/11/2024 added spatial reference attributes
07/30/2024 added links for various standards