top of page
SciPy2019-Logo-Tagline-2000x550-White-Tr

Using SatPy to Process Earth-observing Satellite Data

07/08/2019
8:00-12:00
This tutorial is an introduction to SatPy, a python library for easily reading and working with earth-observing satellite data like that of the NOAA-20 VIIRS or GOES-16 ABI instruments. It is aimed at scientific users who would like to simplify some of their satellite data processing tasks. No previous experience with SatPy is needed. During this tutorial we’ll work through common satellite processing tasks using SatPy using Jupyter Notebook examples with real instrument data.

Prerequisites:

NumPy. SatPy depends on the xarray and dask libraries. Although the complexities of these libraries are generally hidden from SatPy users, beginner level familiarity with them will help.

bottom of page