15 Featurization demo
This chapter is in early draft form and may be incomplete.
15.1 Overview
This demonstration will show you a few key concepts
15.2 Demonstration code
Below is a link to a Jupyter notebook intended to demonstrate practical featurization of satellite data for use in MOSAIKS. The notebook will guide you through the process of preparing imagery, including:
Building a
pytorch
model from scratchUsing an out of the box solution with
torchgeo
Building a
torch
dataset
anddataloader
Featurizing satellite imagery
Saving features to disk
Visualizing features
For instructions and tips on using Google Colab, please refer to Chapter 1.
15.3 What’s next?
Now that we have covered the basics of featurizing satellite data, we will move on to the next section, where we will discuss modeling.
This is the end of the feature section. Next, we will move on to the modeling labels with satellite features.