Re: [gdal-dev] New to Gdal and NITF

2020-05-08 Thread RejectKid
sweet thanks. this thread has helped a bunch thanks! -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] New to Gdal and NITF

2020-05-07 Thread Brad Hards
e you'd be better off calling out to a command line utility instead. Then you can decouple the conversion from your C# code. Brad -Original Message- From: gdal-dev On Behalf Of RejectKid Sent: Thursday, 7 May 2020 11:47 PM To: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] New to Gdal

Re: [gdal-dev] New to Gdal and NITF

2020-05-07 Thread Thomas Juntunen
NITF is a format designed to wrap various metadata sets into a package with some number of raster layers. It isn't necessarily straightforward to build. I suggest you have a look at the specifications: https://gwg.nga.mil/ntb/baseline/documents.html There's also a Wikipedia article that provides a

Re: [gdal-dev] New to Gdal and NITF

2020-05-07 Thread RejectKid
It's hard to say what ive tried as I don't even know where to start really. I was expecting something like "new Nitf()" or "Nitf.Create()" style api and I'm not seeing those. I'm guessing I'm supposed to do something with the Gdal.Open() method but I dont know what I'd actually pass in there.

Re: [gdal-dev] New to Gdal and NITF

2020-05-06 Thread Brad Hards
v On Behalf Of RejectKid Sent: Thursday, 7 May 2020 6:43 AM To: gdal-dev@lists.osgeo.org Subject: [gdal-dev] New to Gdal and NITF Hello I am very new to the C# GDAL nuget and am trying to find an example of the creation of a NITF image. Are there any examples of that? For example if i have a png

[gdal-dev] New to Gdal and NITF

2020-05-06 Thread RejectKid
Hello I am very new to the C# GDAL nuget and am trying to find an example of the creation of a NITF image. Are there any examples of that? For example if i have a png and i want to create a nitf from that and add geolocation to that nitf how would i do that with this GDAL nuget? -- Sent from: