<div dir="ltr">Hi all,<div><br></div><div>A little off topic for GDAL as I'm not suggesting GDAL needs a driver for this.</div><div><br></div><div>Does anyone know of tools other than McIDAS-X / McIDAS-V for reading older NOAA GOES 08-15 data as described in the <a href="https://www.ssec.wisc.edu/mcidas/doc/prog_man/2003print/progman2003-formats.html">McIDAS Programmer's Manual</a> as AREAnnnn - Area (image) files? e.g. the files here:</div><div><br></div><div><a href="https://console.cloud.google.com/storage/browser/noaa-goes-legacy">https://console.cloud.google.com/storage/browser/noaa-goes-legacy</a></div><div><br></div><div>One example file:</div><div><br></div><div>wget <a href="https://storage.googleapis.com/noaa-goes-legacy/goes11/2010/008/goes11.2010.008.004514.BAND_04">https://storage.googleapis.com/noaa-goes-legacy/goes11/2010/008/goes11.2010.008.004514.BAND_04</a></div><div><br></div><div>strings goes11.2010.008.004514.BAND_04 | egrep -i '[A-Z][A-Z][A-Z][A-Z]'<br>RT GVAR<br>GVARRAW <br>GVAR100J<br>MORERAVG<br>MORERAVG<br>MORERAVG<br>MORERAVG<br>16154 202023 IMGCOPY DELIVERY/IN2393848603.1 DELIVERY/AR2393848603.4 LINELE=2557              10065 I PLACE=ULEFT BAND=4 DOC=YES MAG=-1 -1 SIZE=982 2853</div><div><br></div><div><a href="https://pillow.readthedocs.io/en/stable/_modules/PIL/McIdasImagePlugin.html">https://pillow.readthedocs.io/en/stable/_modules/PIL/McIdasImagePlugin.html</a> might be a start but it doesn't look to readthe associated meta data so I haven't even tried running it.</div><div><br></div><div>Thanks!</div><div>-Kurt</div></div>