Skip to main content

Query The ESA MAAP Catalog

The following examples show how to query the ESA MAAP catalog, stream and download data.

Prerequisites

from pystac_client import Client
import fsspec
import xarray as xr
import matplotlib.pyplot as plt
from tqdm import tqdm
import pandas as pd 
import requests
from IPython.display import Image, display
import pathlib

Using the STAC API to query the ESA MAAP stac catalog

While the discovery of data (querying the ESA MAAP catalogue) does not require any authentication or authorization, accessing the data requires a token generated with an authorized eoiam account (EO Sign in) to verify the user. This is the same account and credentials you will have used for the OADS system.

The generated token is valid for 90 days. For additional information about the Long Lasting Token, please refer to the apposite section.