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 decent summary: https://en.wikipedia.org/wiki/National_Imagery_Transmission_Format I don't use C# but there's an example in the GDAL/OGR Python cookbook that worked for me (I used the NITF driver instead of the GTiff): https://pcjericks.github.io/py-gdalogr-cookbook/raster_layers.html?highlight=rasterize#create-raster-from-array Good luck, Thomas On Thu, May 7, 2020 at 8:47 AM RejectKid <[email protected]> wrote: > 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. is the utf8_path a file path? > and what file formats does that read in? or is there a way to read in bytes > of an image? > > as you can tell im kinda lost on how to even start reading anything in > using > the GDAL nuget. so any help/getting started would be great > > > > -- > Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html > _______________________________________________ > gdal-dev mailing list > [email protected] > https://lists.osgeo.org/mailman/listinfo/gdal-dev -- *The right coordinate system can turn an impossible problem into two really hard problems. -- Charlie Pellerin* Thomas Juntunen GIS Specialist Polar Geospatial Center R280 Learning and Environmental Science 1954 Buford Ave University of Minnesota St. Paul, MN 55108 612-626-0505
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
