OGRLayerClassifier

Brief Description

Classify an OGR layer based on a machine learning model and a list of features to consider.

Tags

Segmentation

Long Description

This application will apply a trained machine learning model on the selected feature to get a classification of each geometry contained in an OGR layer. The list of feature must match the list used for training. The predicted label is written in the user defined field for each geometry.

Parameters

Limitations

Experimental. Only shapefiles are supported for now.

Authors

David Youssefi during internship at CNES

See also

ComputeOGRLayersFeaturesStatistics

Example of use