Granules (the individual files that make up a collection or dataset) can be associated with preview images. They can be either PDFs of composite data or browse images associated with the actual data. To add thumbnails to your collection's granules, follow the steps below.

Step-by-step guide

Providers create and update granule metadata with a variety of different tools. As such, this article will not detail how to create and update metadata, but focus on what metadata should be provided.

  1. Add an OnlineResourceURL that follows the following format:
    1. <OnlineResources>
      	<OnlineResource>
      		<URL>https://example.com/browse.jpg</URL>
      		<Type>BROWSE</Type>
      		<MimeType>image/jpeg</MimeType>
      	</OnlineResource>
      </OnlineResources>



    2. <gmd:graphicOverview>
      	<gmd:MD_BrowseGraphic>
      		<gmd:fileName>
      			<gmx:FileName src="https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2014.08.15/AMSR_E_L3_SeaIce12km_V15_20111004_brws.1.jpg"/>
      		</gmd:fileName>
      		<gmd:fileDescription gco:nilReason="missing"/>
      		<gmd:fileType>
      			<gco:CharacterString>image/jpeg</gco:CharacterString>
      		</gmd:fileType>
      	</gmd:MD_BrowseGraphic>
      </gmd:graphicOverview>
  2. Ingest granules.

 

Note, CMR indexes granules on ingest. When granules are ingested, CMR will look for the presence of a BROWSE OnlineResource. If one is found, the "browse_flag" will be toggled from false to true. Earthdata Search looks for "browse_flag: true" and will then pick up the image linked in the Online Resource URL.

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.

Related issues