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
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
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
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