Hi Aleaxnder,
1.I used:
else if (targetFormat.Equals(“GeoPackage”, StringComparison.OrdinalIgnoreCase))
{
options.DestinationDriverOptions = new GeoPackageOptions();
}
What is meaning of using this GeoPackageOptio…...GeoPackageOptions or not for input data? Thanks, Professionalize.GIS...supported source format string sourcePath = @"C:\Data\input.shp";...