Re: [gdal-dev] Combining raw .vrt with derived bands

2020-03-11 Thread Scott Staniewicz
Oh very cool, thanks! So that appears to work for getting the Derived band (pasted below), but I've got 2 followups 1. is there any way to access the nested VRT? So for this one .vrt, it would have one band as Float32 (the derived phase), and one as CFloat32 (the original raw file). Or are the dif

Re: [gdal-dev] Combining raw .vrt with derived bands

2020-03-11 Thread Even Rouault
On mercredi 11 mars 2020 09:49:49 CET Scott Staniewicz wrote: > Is it possible to have a VRTRawRasterBand and a VRTDerivedRasterBand, which > is derived from that Raw file, together as two bands in a single VRT file? > > > I've got a CFloat32 raster file with only one complex band in binary forma

[gdal-dev] Combining raw .vrt with derived bands

2020-03-11 Thread Scott Staniewicz
Is it possible to have a VRTRawRasterBand and a VRTDerivedRasterBand, which is derived from that Raw file, together as two bands in a single VRT file? I've got a CFloat32 raster file with only one complex band in binary format (called "20160327_20160420.int" in the example below), and I've figure