Applied-GeoSolutions / gips

Geospatial Image Processing System
GNU General Public License v3.0
17 stars 5 forks source link

Alternative C1S3 asset #480

Open ircwaves opened 6 years ago

ircwaves commented 6 years ago

The fetch created for #470 takes about 1.3 minutes. IIRC a significant portion of that is gdalbuildvrt interrogating the bands that are being combined into a VRT to get their size and resolution. Given that, I think we can replace the VRT with a text file of /vsis3/ paths, and _readraw can handle it w/o having to interrogate files at fetch time. This should be at least a factor of 10 speed up.