Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • otb otb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 206
    • Issues 206
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Main Repositories
  • otbotb
  • Merge requests
  • !426

ENH: add GeoJSON driver and simplify driver selection

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Jordi Inglada requested to merge jinglada/otb:GeoJSON_driver into develop Mar 18, 2019
  • Overview 5
  • Commits 2
  • Pipelines 4
  • Changes 2

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.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: GeoJSON_driver