Contents

CMR and CMR-STAC API

TODO: credit where this came from


1. Getting Started

1.1 Import Packages

Import the required packages and set the input/working directory to run this Jupyter Notebook locally.

import requests as r
from skimage import io
import matplotlib.pyplot as plt