Writing on software design, company building, and spatial data technologies.

Some long-form thoughts on programming, business, nature, science, product design, and more, collected in chronological order.

PCA and K-means for Satellite Image Classification

In this notebook, we will demonstrate how to calculate the PCA of an 8-band satellite image, and how to classify the three-band PCA data into discrete regions using K-Means classification in python.