Wrangler Documentation
Welcome to the Wrangler documentation. Wrangler is a Python library for downloading, processing, and analyzing satellite data.
Getting Started
Features
Downloading satellite data from various providers (PODAAC, etc.)
Extracting fields of interest from large granules
Processing and quality control of extracted fields
Managing metadata in tabular format
Visualization tools for satellite data
Installation
You can install Wrangler using pip:
pip install wrangler
Requirements
Python 3.8+
numpy
pandas
h5py
scipy
scikit-image
boto3 (for S3 access)
tqdm