Implement GDALTranslate as a function
Description
Currently we've copied to code for GDALTranslate.exe into MapWinGIS.
GDAL has moved on and GDALTranslate is now available as a function.
Thus it is no longer needed to have our own copy of the code and we should implement the function instead.
Activity
Show:
Paul Meems
June 14, 2019, 1:46 PM
Implemented GdalTranslate().
Usage:
Also updated and added unit tests and added API documentation.