Open Street Map layers import

Brief Description

Download vector data from OSM and store it to file

Tags

Miscellaneous, Image MetaData, Vector Data Manipulation

Long Description

The application connects to Open Street Map server, downloads the data corresponding to the spatial extent of the support image, and filters the geometries based on OSM tags to produce a vector data file.

This application can be used to download reference data to perform the training of a machine learning model (see for instance [1]).

By default, the entire layer is downloaded. The application has a special mode to provide the list of available classes in the layers. The downloaded features are filtered by giving an OSM tag 'key'. In addition, the user can also choose what 'value' this key should have. More information about the OSM project at [2].

Parameters

Limitations

This application requires an Internet access.

Authors

OTB-Team

See also

[1] TrainImagesClassifier
[2] http://www.openstreetmap.fr/

Example of use