Skip to content

ENH: add GeoJSON driver and simplify driver selection

Jordi Inglada requested to merge jinglada/otb:GeoJSON_driver into develop

OTB is not able to create vector files in GeoJSON format although gdal provides the feature. This is due to the fact that gdal vector drivers have to be explicitly enabled in OTB. This MR adds the GeoJSON driver. It also takes the opportunity to clean up a little bit the logic for the driver selection.

Merge request reports