LP DAAC Authentication Example

TODO

This is otherwise just testing

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
print(1+1)
print("woo NASA data!")
2
woo NASA data!