Re: [gdal-dev] How to use wrapper_GDALWarpDestName in C#

2017-02-13 Thread Even Rouault
On lundi 13 février 2017 14:16:01 CET Paul Meems wrote: > Thanks Even, > > I saw that issue when searching for samples. > I don't understand the status of this issue. I'm a right *just* a typemap > is needed? Most likely > Is somebody working on this? Apparently not > Can I help, if so how? W

Re: [gdal-dev] How to use wrapper_GDALWarpDestName in C#

2017-02-13 Thread Paul Meems
Thanks Even, I saw that issue when searching for samples. I don't understand the status of this issue. I'm a right *just* a typemap is needed? Is somebody working on this? Can I help, if so how? Regards, Paul *Paul Meems * Release manager, configuration manager and forum moderator of MapWindow

Re: [gdal-dev] How to use wrapper_GDALWarpDestName in C#

2017-02-13 Thread Even Rouault
Paul, This is an issue known as https://trac.osgeo.org/gdal/ticket/6437 Even -- Spatialys - Geospatial professional services http://www.spatialys.com ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] How to use wrapper_GDALWarpDestName in C#

2017-02-13 Thread Paul Meems
Hi List, I'm now trying to use GDALWarp with the C# bindings. I'm using GDAL v2. Together with a colleague we came up with this snippet: using (var ds = Gdal.Open(input, Access.GA_ReadOnly)) { if (ds == null) { throw new Exception("Can't open GDAL dataset: " + input); } v