This tutorial shows how to install and use the command-line tool GDAL to process satellite imagery from Planet Labs. These instructions are for macOS.
- Open Terminal.
| from pathlib import Path | |
| import audioread | |
| import numpy as np | |
| def audioread_load(path: str) -> tuple[np.ndarray, int]: | |
| """Load audio from a file using ``audioread``. | |
| Args: |
This tutorial shows how to install and use the command-line tool GDAL to process satellite imagery from Planet Labs. These instructions are for macOS.