Image Classification

Google Earth Engine enables users to conduct a wide range of geospatial analysis, including Machine Learning.

Supervised image classification can be used for land cover analysis, for example. An example of this in action is here:

Step by Step:

Loading the Image:

Create the Training Samples

Creating FeatureCollections is straightforward from the map panel- here, we have selected water features from the image and assigned them a Property (landcover) and Value (1):

Configuring a geometry allows users to Import it as a Feature Collection and assign Property and Value pairs.

This results in something like this:

Creating Geometry FeatureCollections for the training samples.

Train the Classifier:

Run the Classifier:

Results:

Last updated