<div dir="ltr"><div>Hi all,</div><br><div>I'd like to improve derived dataset support for SICD files. Here's one of the example files I'm working with:<br></div><div><br></div><div><a href="https://six-library.s3.amazonaws.com/sicd_example_1_PFA_RE32F_IM32F_HH.nitf">https://six-library.s3.amazonaws.com/sicd_example_1_PFA_RE32F_IM32F_HH.nitf</a></div><div><br></div><div>This SICD file is a two-band NITF with an XML DES tacked onto the end. The two bands are {inphase, quadrature} and together they represent complex data. However, because they're in two separate bands, gdalinfo doesn't report any of the standard DERIVED_SUBDATASET functions for the complex data.</div><div><br></div><div>The desired end-state is to have standard DERIVED_SUBDATASET functions available for two-band complex data NITFs.  One implementation option(?) would be to write a new driver for SICD that's a specialized wrapper around a NITF dataset, but that feels heavy handed.</div><div><br></div><div>Any suggestions for how to go about this?</div><div><br></div><div>Thanks,</div><div>Andrew<br></div></div>