[gdal-dev] PDF output - vector compression

2018-04-02 Thread Andreas Oxenstierna
Dear list How is OGR vector data compressed in PDF output from gdal_translate? Is the STREAM_COMPRESS option used? -- Best Regards Andreas Oxenstierna T-Kartor Geospatial AB mobile: +46 733 206831 mailto: a...@t-kartor.se http://www.t-kartor.com ___

[gdal-dev] Clip Raster with Polygon C#

2018-04-02 Thread tval
Is it possible to use the Gdal Warp wrapper or another method for clipping a raster to a polygon? I've tried using Gdal.wrapper_GDALWarpDestName and using input datasets such as a .tif and a .shp, but was unsuccessful. Perhaps I had the wrong options or inputs. Any help would be appreciated. Thanks