Open bhbraswell opened 6 years ago
If you're trying to read it as a sub-dataset, I think your asset isn't passing the check if tarfile.is_tarfile(...)
, which means your file may be messed up. Maybe run file /archive/landsat/tiles/025031/2018123/LE07_L1GT_025031_20180503_20180503_01_RT.tar.gz
and see what you get?
Yep oops
gips@gips:~$ file /archive/landsat/tiles/025031/2018123/LE07_L1GT_025031_20180503_20180503_01_RT.tar.gz
/archive/landsat/tiles/025031/2018123/LE07_L1GT_025031_20180503_20180503_01_RT.tar.gz: HTML document, ASCII text
gips@gips:~$ cat /archive/landsat/tiles/025031/2018123/LE07_L1GT_025031_20180503_20180503_01_RT.tar.gz
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>404 Not Found</TITLE>
</HEAD><BODY>
<H1>Not Found</H1>
The requested URL /hsm/lsat1/collection01/etm/RT/2018/25/31/LE07_L1GT_025031_20180503_20180503_01_RT.tar.gz was not found on this server.<P>
</BODY></HTML>
Nice. Weird that it tried to get that which isn't there...maybe the RT
got replaced by the T2
or T1
before the fetch happened?
This is probably another easy one. Is there a switch I'm not seeing to read from
tar.gz
?