How to Set a Collection Thumbnail in Earthdata Search

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
Earthdata - wxedward
User Services
User Services
Posts: 156
Joined: Wed Jan 17, 2024 10:24 am America/New_York
Answers: 22

How to Set a Collection Thumbnail in Earthdata Search

by Earthdata - wxedward » Wed Jan 31, 2024 10:50 am America/New_York

Earthdata Search can display a thumbnail preview of a collection. This can be a screenshot of a PDF or a sample browse image. Including a preview image contributes to the overall design aesthetic of Earthdata Search and helps users better understand what is available within a collection.

Step-by-step guide
The following steps assume you are using NASA's Metadata Management Tool (MMT) to update your collection's metadata.

Log into MMT. Search for your collection using collection search located in the top-right portion of the UI. In the resulting search result table, click on the desired collection. Click the "Edit Record" link. Click on "Related URLs" Add a new Related URL and choose the following options:
  1. URL Content Type: Visualization URL
  2. Type: Get Related Visualization
  3. Subtype: No selection needed
  4. URL: Enter direct link to the desired asset (e.g. PNG file)
Click "Done". Click "Publish Draft". Return to Earthdata Search, refresh the page if necessary. Your collection should have a thumbnail preview.


<AssociatedBrowseImageUrls>
<ProviderBrowseUrl>
<URL>https://example.url/file.png</URL>
<Description>Brief description of file</Description>
</ProviderBrowseUrl>
</AssociatedBrowseImageUrls>



In the ISO example you can remove the XML comments



ISO 19115-2 MENDS/SMAP

...
<gmd:identificationInfo>
<gmd:MD_DataIdentification>
<!-- Show a collection ICON on EDSC -->
<gmd:graphicOverview>
<gmd:MD_BrowseGraphic>
<gmd:fileName>
<gmx:FileName src="EXAMPLE URL">EXAMPLE URL</gmx:FileName>
<!--
The former is preferred, but this works.
<gco:CharacterString>EXAMPLE URL</gco:CharacterString>
-->
</gmd:fileName>
<!-- If URLContentType does not exist the default is VisualizationURL
If Type: doesn't exist the default is GET RELATED VISUALIZATION
if Subtype: doesn't exist the default is nothing
Currently Order is important. -->
<gmd:fileDescription>
<gco:CharacterString>Description: This is a test url to demonstrate how to get a collection ICON on to EDSC URLContentType: VisualizationURL Type: GET RELATED VISUALIZATION</gco:CharacterString>
</gmd:fileDescription>
</gmd:MD_BrowseGraphic>
</gmd:graphicOverview>



i If the thumbnail is not present upon refresh, please use the feedback module (by clicking on the bullhorn icon at the top of the Earthdata Search UI) to alert the Earthdata Search team.


As mentioned above, the steps outlined in this article require the use of the MMT to update your collection's metadata record. If you have not yet transitioned to using the MMT, the examples below are provided for which fields needs to be updated in DIF10, ECHO, and ISO 19115-2 (MENDS) formats.

DIF10

<Multimedia_Sample>
<URL>https://example.url/file.png</URL>
<Caption>Short Caption</Caption>
<Description>Brief description of file</Description>
</Multimedia_Sample>



ECHO

Tags:

Post Reply