K-means in Python 3 on Sentinel 2 data
18 months ago I wrote about unsupervised classification of randomly extracted point data from satellite data. I have been meaning to follow it up with showing how straightforward it is to use the cluster algorithms in Sklearn to classify Sentinel 2 data. I have made this blog into a Juypter Notebook which is available here.… Read More »K-means in Python 3 on Sentinel 2 data