This project processes Himawari satellite imagery using SatPy for tasks like resampling, cropping, aggregating, and generating composite images. It enables efficient analysis of meteorological satellite data by unifying resolutions, extracting key features, and visualizing RGB composites.
- Resampling: Standardizes image resolution across multiple channels.
- Cropping: Extracts specific regions for targeted analysis.
- Aggregation: Merges data over time or space for improved clarity.
- RGB Composite Generation: Enhances visualization of meteorological data.
- Automated Image Saving: Saves processed images as PNG files for further use.
- Python
- SatPy
- Cartopy
- Rasterio
- Dask
- Mount Google Drive and install dependencies.
- Load Himawari satellite data using
SatPy
. - Perform resampling, cropping, and aggregation.
- Generate RGB composite images.
- Save processed images for further analysis.
Himawari Satellite Data (Google Drive)
This project provides a streamlined approach for analyzing meteorological satellite images efficiently.