This repository holds learning resources for Principal Component Analysis (PCA).
There is an implementation of PCA in Python analagous to the options used in the SoVI method, and an implementation of PCA in R using a remote sensing example based on Pebesma's documentation for the stars package.
See the example with remotes sensing in R here: https://opengisci.github.io/Learn-PCA/PCA_remote_sensing.html and the example with Python here: https://github.com/opengisci/Learn-PCA/blob/main/PCA_tutorial.ipynb