Temporal Coverage
 
Definition

The <Temporal_Coverage> field specifies the start and stop dates during which the data was collected.

<Temporal_Coverage> consists of:

  • <Start_Date> is the starting date of the data collection. For example, <Start_Date>2000-01-25</Start_Date>
  • <Stop_Date> is the ending date of the data collection. For example, <Stop_Date>2005-12-15</Stop_Date>
 
Syntax

<Temporal_Coverage>
   <Start_Date>yyyy-mm-dd</Start_Date>
   <Stop_Date>yyyy-mm-dd</Stop_Date>
</Temporal_Coverage>

Year, month and day must follow the International Standard ISO 8601 in the form: yyyy-mm-dd, where
yyyy= the 4 digit year
mm= the 2-digit month (01 – 12)
dd = the 2-digit day (01-31)

 
Usage
  • <Temporal_Coverage> is an optional field and may be repeated.
  • <Start_Date> and <Stop_Date> may not be repeated within <Temporal_Coverage>.
  • <Stop_Date> should be omitted if data continue through the present.
  • <Start_Date> may be omitted if the starting time of data collection is completely unknown, as in a database where data had been collected over a long period of time or had been passed down to various authorities. The inclusion of a <Stop_Date> without a <Start_Date> implies that data were collected no recently than the <Stop_Date>.
  • For map data sets, the publication date should be entered in both <Start_Date> and <Stop_Date>. 
  • Repeating the <Temporal_Coverage> within the metadata record implies that there are gaps in the data coverage and that the temporal coverage is not continuous. This field is not to be used to indicate the temporal resolution of the data set (see <Data Resolution>).
Example

<Temporal_Coverage>
   <Start_Date>2006-12-01</Start_Date>
   <Stop_Date>2007-02-15</Stop_Date>
</Temporal_Coverage>

Example of temporal coverage that describes data that is continuously being collected (i.e. no  <Stop_Date> is necessary).

<Temporal_Coverage>
   <Start_Date>2005-12-01</Start_Date>
</Temporal_Coverage>

 

Click image to return to GCMD home page
Visit GCMD website
This document should be cited as:
Directory Interchange Format (DIF) Writer's Guide, 2007.
Global Change Master Directory. National Aeronautics and Space Administration. [http://gcmd.nasa.gov/User/difguide/].