2.3 Tutorials overview#
This book contains two distinct tutorials, each of which focuses on a different cloud-optimized geospatial dataset and different cloud-computing resources. Read more about the datasets used here.
Part 1: ITS_LIVE ice velocity data tutorial#
This tutorial focuses on a dataset of ice velocity observations derived from satellite image pairs, using a number of different satellite sensors. This dataset is accessed as Zarr data cubes from AWS S3 cloud object storage. The notebooks in this tutorial focus on:
Querying a JSON catalog and reading data from cloud object storage,
Working with larger-than-memory data,
Sub-setting a larger raster data cube to an area of interest using vector data,
Inspecting metadata and using metadata to subset and visualize the dataset,
Exploratory data analysis and visualization at the scale of a single glacier
Part 2: Sentinel-1 RTC imagery tutorial#
This tutorial focuses on data from Sentinel-1, a synthetic aperture radar (SAR) dataset containing imagery collected at C-band. Specifically, we are looking at Sentinel-1 Radiometric Terrain Corrected (RTC) imagery (for more detail on this, see tutorial data). We demonstrate how to access and work with two Sentinel-1 RTC datasets as well as how to set up and perform an initial comparison between the two and time series analysis of Sentinel-1 backscatter variability. These notebooks cover:
Reading and working with a very large dataset (stored locally) in memory. This includes steps such as:
Reconstructing metadata lost during the read step,
An alternative approach and a discussion of the strengths and limitations of each approach in the context of this dataset,
Sub-setting a large raster object by a vector area of interest,
Inspecting a dataset using available metadata and uncertainty information,
Querying and reading a dataset from cloud object storage using STAC metadata specification and STAC-specific tools such as
PySTAC
andstackstac
,Examining two datasets that measure the same physical observable and facilitating a comparison that addresses:
Differing spatial resolutions,
Different uncertainty characterizations,
Different types of metadata storage and handling.