gdal icon indicating copy to clipboard operation
gdal copied to clipboard

Add Wrapper for GDALVectorTranslate(ogr2ogr)

Open zwishing opened this issue 1 year ago • 0 comments

  • [x] I agree to follow the project's code of conduct.
  • [x] I added an entry to CHANGES.md if knowledge of this change could be valuable to users.

This PR add Wrapper for GDALVectorTranslate which is the equivalent of the ogr2ogr (https://gdal.org/programs/ogr2ogr.html) utility(https://gdal.org/api/gdal_utils.html#_CPPv419GDALVectorTranslatePKc12GDALDatasetHiP12GDALDatasetHPK26GDALVectorTranslateOptionsPi). Also, I changed MultiDimTranslateDestination enum to DatasetDestination

zwishing avatar May 06 '24 08:05 zwishing