Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Accessing NISAR Data Overview

NISAR mission data products are generated by JPL and archived by ASF. These products, described in the Data Products section, are hosted in NASA’s Earthdata Cloud (EDC), which uses AWS infrastructure. This allows users to leverage cloud-based access and computation workflows, though the products can also be downloaded to local storage.

There are a range of access options available for NISAR, supporting a range of use cases.

Map-based Web Applications

Map-based web interfaces make it easy to explore data available for a particular geographic location and visualize the extent and characteristics of the products.

Vertex

Vertex was developed by ASF to facilitate search and discovery for NASA’s SAR datasets. Refer to the Vertex User Manual for more guidance on search capabilities.

Searching for NISAR data on ASF's Vertex Data Search site

Learn more about using Vertex to search for NISAR data!

Earthdata Search allows users to search for all of NASA’s Earth observation datasets in one place.

Image of the Earthdata Search web interface

Learn more about using Earthdata Search to access NISAR data!

Programmatic Access

The global and reliable regular coverage of the NISAR mission makes it a compelling data source for big data analysis workflows. SAR data is often integrated into complex scripts to perform additional processing and time series analysis, and NISAR data access can be scripted into existing programmatic workflows.

As with the web-based user interfaces, ASF provides programmatic access patterns tailored to SAR datasets, but NISAR data can also be accessed using programmatic tools developed to support a wide range of NASA Earth observation data resources.

ASF Search Python Package

The asf_search Python package allows users to search and download products for all of ASF’s data collections. It also provides support for compiling lists of SAR acquisitions that are suitable for interferometric time series analysis and other SAR-specific functionality.

Refer to the ASF Data Search Manual to learn about installation options and how to use asf_search to find and download all of ASF’s SAR holdings.

Learn more about searching for NISAR datasets with the ASF Search Python Package!

Earthaccess Python Package

The earthaccess Python package allows users to access NASA Earth observation datasets programmatically. The development of this package is facilitated by NASA Openscapes, an initiative to support researchers using data hosted in NASA’s Earthdata Cloud.

Image of the earthaccess web page

Learn more about using earthaccess with NISAR datasets!

Direct AWS S3 Access

Because all NISAR data is hosted in EDC, which leverages AWS infrastructure, users can access the data directly in S3 using the AWS CLI or other supported methods.

Learn more about Direct AWS S3 Access!