Using NASA Earthdata Search to Discover Data#

Learning Objective#

In this tutorial you will learn how to:

  • discover and download DAAC server hosted datasets using NASA Earthdata Search.

  • discover cloud-hosted datasets using NASA Earthdata Search.

  • get AWS S3 credentials so you can access Earthdata data

  • get the S3 links to data granules

Prerequisites#

  • an Earthdata Login

Overview#

NASA Earthdata Search is a web-based tool to discover, filter, visualize and access all of NASA’s Earth science data, both in Earthdata Cloud and archived at the NASA DAACs. It is a useful first step in data discovery, especially if you are not sure what data is available for your research problem.

Next up! Using the earthaccess Python library to access data.#

earthaccess can access data from NASA DAAC servers, as well as NASA Earthdata Cloud, and you don’t need to worry about S3 links or credentials - it’s all handled for you.